FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Add MHub client to localserver.js #285

Closed poelstra closed 6 years ago

poelstra commented 7 years ago

For #245, we need to have the server be able to broadcast MHub messages.

For the configuration, it may be possible to use the existing settings.json, although that file is actually meant for the clients. It may be that the server e.g. wants to use a different user to connect to MHub, to allow publishing new scores, whereas the user used by clients might not have these rights.

poelstra commented 6 years ago

296 is merged.