Prototype of Angular single page app combined with MQTT over swebsockets
Built with 💜 by
Björn Engel
This is a mqtt client app written in Angular. It logs out all incoming messages.
- make the connection configurable
- make the mat-table filterable and sortable
A running mqtt broker running on localhost with websocket enabled and listening on default port ... is currently requiered. "Settings" are in app.module.ts.MQTT_SERVICE_OPTIONS.
- git clone...
- change into directory
- npm i
- ng serve
- visit http://localhost:4200 in your favorite browser