Web browser based Control Panel that can publish and subscribe to MQTT messages.
- Resizable tile based control panel
- Messages received by browser using Server-Sent Events
- Messages sent from browser using HTTP POST
git clone https://github.com/njh/marquette.git
npm install
- Edit
settings.js
to point to your MQTT server - Edit
tiles.json
to configure your buttons and display text - Run
npm start
to start the web server - Open http://localhost:1890/ in you local web browser
- Only 'Push Button' and 'Text' tiles currently supported
- In-browser configuration not implemented
- Styling improvements needed
Nicholas Humfrey (@njh)
- Apache 2.0 : https://opensource.org/licenses/Apache-2.0