/IoT-Application-using-MVC

This is IoT application using .NET MVC which I created in 2017. It is still a great app for any IoT company to clone my app. Consider buying me coffee if you happen to clone it for enterprise purpose. Contact me at bigyanchapagain@gmail.com

Primary LanguageJavaScript

This is a project in which "Thing" object is a C# object which mean the devices like Raspberry Pi, NodeMCU, Esp8266 (+Arduino board), or some other programmable board appended with Wi-Fi connection. Pin is GPIO object that can be configured directly by the electronics hardware engineer. Pin object carries the information regarding the pin when the step signal is created, how long the step signal is maintained and when the step signal is destroyed (using timer to say it simply). This timer functionality is useful for the pin which triggers devices like water pump. User can also turn on and off devices remotely without bothering timer functionality. User may also vary intensity remotely. For example, vary the speed of fan, intensity of heater, intensity of light etc. So all in all, it is an IoT application. For any user, their IoT home application is populated on the screen. Since, this project was done in 2017, when I was new to .NET, I haven't implemented running a web-job and then Notifying the user functionality in this project. If you are interested, you can always download my project and add one and create a pull request if you want to contribute. Thank you.