macoscope / GrandCentralBoard

Hang a TV in your open space or team room to show everyone what's up and get them up to speed.
http://macoscope.com/blog/grand-central-board-for-the-apple-tv/
GNU General Public License v3.0
203 stars 16 forks source link

GCB should be able to receive configuration via WiFi. #168

Open ochococo opened 8 years ago

ochococo commented 8 years ago

The user should be able to configure GCB via his iPhone or iPad.

GCB should accept external configuration file.

We should use something like Voucher to pass the configuration file via WiFi (using Bonjour).

michallaskowski commented 8 years ago

I was thinking about it, and maybe with the release of Swift 3.0, there could be a small embedded HTTP server in GCB. A user then could connect from any device in the local wifi, and from there configure GCB. There are ofc pros and cos of that. One plus is no need to develop another app for iOS. A con is having to deal with CSS and HTML ;)