Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hobbyquaker/mqtt-connection
Polymer Element that connects to a MQTT broker
https://github.com/hobbyquaker/mqtt-connection
mqtt polymer-element web-component
Last synced: about 2 months ago
JSON representation
Polymer Element that connects to a MQTT broker
- Host: GitHub
- URL: https://github.com/hobbyquaker/mqtt-connection
- Owner: hobbyquaker
- Created: 2017-08-04T14:49:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T19:40:53.000Z (over 6 years ago)
- Last Synced: 2024-11-01T14:17:43.772Z (2 months ago)
- Topics: mqtt, polymer-element, web-component
- Language: JavaScript
- Size: 54.7 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mqtt-connection
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/hobbyquaker/mqtt-connection)
![alt text][shield-polymer]
![alt text][shield-license]Polymer Element that connects to a MQTT broker. Automatically (re)connects and handles subscriptions with callbacks.
Uses the Eclipse Paho JavaScript client.## Documentation
see https://www.webcomponents.org/element/@hobbyquaker/mqtt-connection/elements/mqtt-connection
## License
MIT (c) Sebastian Raff
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg "License: MIT"
[shield-polymer]: https://img.shields.io/badge/polymer%20version-3.0-blue.svg "Polymer Version: 3.0"