opensourceautomation / Open-Source-Automation

Open Source Automation is a home and commercial automation engine
www.opensourceautomation.com
GNU Lesser General Public License v3.0
97 stars 62 forks source link

Windows Universal API #327

Open VaughnRupp opened 8 years ago

VaughnRupp commented 8 years ago

Create a standard Windows Universal app that will communicate with MySQL/OSA.

The entire OSA API should be able to run on a Raspberry Pi, making designing programs that interact with OSA data a breeze, just like the plugins.

However, if you want the Pi to be a real plugin, you were have to code a UDP receiver to listen for the plugin commands that Service sends to Client Services, and act like a Client Service, which is relatively easy.