-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Here are some thoughts about web interfaces for the system. This is written without much knowledge of the code so far so it may not entirely make sense, but anyway:
- I think each controller should have a simple web interface, maybe only accessible to admins, to show the status of that board and allow changes
- A central web page could show the entire Minuteman system status (somewhat like the current page, but maybe adding a map view). This would be view-only for the public, but admins would be able to click on a repeater and issue commands.
- Because of browser security rules, the web page may not be able to send commands directly to the repeaters, so a central server may be needed to do this.
- I am thinking that each controller could have a web services interface (maybe REST?) for use by this central page.
- It may be helpful to have a simpler central control page that is easier to use on a smart phone.
- Authentication is tricky -- connections to each controller would need to be protected, but how to push changes to all devices in the system? RADIUS is the traditional way here but there might be better choices.
Metadata
Metadata
Assignees
Labels
No labels