evothings / evothings-examples

Examples for Evothings Studio.
http://www.evothings.com/
Apache License 2.0
195 stars 488 forks source link

Implement autodiscovery of Arduino WiFi shield. #4

Open TechWizEric opened 10 years ago

TechWizEric commented 10 years ago

Broadcast UDP packets with Cordova chrome.socket. An Arduino running the example's Arduino code should reply. Code from ETC's autodiscovery feature can be re-used for the client.

TechWizEric commented 10 years ago

Team review - actions to be taken:

fredrikeldh commented 9 years ago

Broadcast from Arduino should include some unique ID to distinguish between multiple devices. The feature should also be optional, in case it's not wanted.