lab11 / summon

Browser for the Local Web of Things
18 stars 7 forks source link

Desktop script for looking for summon compatible devices would be useful #18

Open bradjc opened 8 years ago

bradjc commented 8 years ago

It would be nice to use noble to look for and print to console devices that are summon-supported. Basically re-create the list in the summon app, just with a desktop script.

Then,

sudo npm -g i nexe
nexe -r 4.2.4 -i ./script.js -o summon-scanner

should work.

tzachari commented 8 years ago

Created node-app/summon-scanner.js. But, nexe fails to build a functioning standalone executable file.