This app lets you easily discover and control devices on your network that are running the IOT Commander service. The service is created to be fully customisable.
The app will discover devices on your local network running the service and will be able to issue commands to them based on their "supported commands" list.
The idea is that you are running the server on your IOT device regardless of platform, and then you are able to control it with this client application or even directly sending commands through your terminal or browser.
IOTCommander was created with IOT devices in mind, for example
- Turn your LED-strip on or off
- Save a picture from your smart custom-made security camera
but it's made in such a generic way that you can use it for more advanced stuff, for example
- Search on Google and show me the results on my pc
- Start playing X song on Spotify on my raspberry-pi hooked on my TV
Please find the source code of the app here and more information here
You can also find the server side code in the following links:
Python server
Javascript(node.js) server