TelldusLive-MVC是一个使用ASP.NET MVC 5框架构建的Telldus Live图形用户界面(GUI)。本项目利用RestSharp库实现OAuth认证,借助Newtonsoft Json将返回的JSON数据转换为对象。要成功运行,开发者需具备自己的Telldus Live Consumer Key和Secret,将它们配置在Web.config文件的AppSettings中。启动MVC项目后,可以体验集成效果。无需用户登录,所有敏感信息(如消费者密钥和秘密)均保存在Web.config中,而其他实时数据和cookie则被安全地维护在会话中。项目由开发者Rickard Pettersson创建,特别感谢Christoffer Järnåker在Telldus Live与C#兼容方面提供的帮助。**
使用ASP.NET MVC开发Telldus Live界面指南
文件列表
TelldusLive-MVC:使用 ASP.NET MVC 的 Telldus Live GUI
(预估有个220文件)
TelldusLiveController.cs
4KB
AuthController.cs
3KB
packages.config
2KB
DesignTimeResolveAssemblyReferencesInput.cache
14KB
Web.config
2KB
Web.config
4KB
Web.Debug.config
1KB
TelldusLiveHelper.cs
2KB
Web.Release.config
1KB
Global.asax
105B
暂无评论