Projects - OSIOT/StartHere GitHub Wiki
Discovery Project
This is really two projects working together: a server and a client. The goal here is to explore a simple means of discovery and interaction with smart devices. It just doesn't scale that every smart device requires it's own app. By building a discovery service that finds nearby devices and then uses HTML for interaction, you allow all smart devices to talk to all smart displays.
DiscoveryClient(pending)
Currently android, this looks for bluetooth, wifi, and wifi direct devices nearby and if found, places them in the notification bar. Selecting anyone one takes you to it's web page (whether it is on a server or on the device). The goal here is to explore various means of discovery using various transport layers.
DiscoveryServer(pending)
Create a simple server that uses wifi direct to broadcast a name/url to nearby clients. Wifi direct is the current choice as it allows full internet access and local broadcast without being connected to the local network.
Next Project
Additional projects add to the bottom of this list.