Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menudoproblema/libemqtt
Embedded C client library for the MQTT protocol
https://github.com/menudoproblema/libemqtt
Last synced: 16 days ago
JSON representation
Embedded C client library for the MQTT protocol
- Host: GitHub
- URL: https://github.com/menudoproblema/libemqtt
- Owner: menudoproblema
- License: other
- Created: 2012-03-02T12:27:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T07:57:15.000Z (about 5 years ago)
- Last Synced: 2024-07-31T22:55:18.250Z (3 months ago)
- Language: C
- Homepage:
- Size: 226 KB
- Stars: 218
- Watchers: 54
- Forks: 141
- Open Issues: 7
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-software - libemqtt 1 - Embedded C client library for the MQTT protocol. (Protocols / MQTT)
README
# Libemqtt
This program is a fork of liblwmqtt developed by Filipe Varela.
You can find the original project on .libemqtt aims to be an embedded C client library for the MQTT protocol. It also
provides a binding for Python.## Status
Under development. DO NOT USE in a serious development. API is not closed, so it
could be changed.I hope to release the first version in April.
## Compile
### C Library
> $ make
### Python binding
> $ make python
## Install
### C Library
### Python binding
> $ sudo ln -fs /home/user/libemqtt/client/libemqtt.so /usr/lib/python2.7/emqtt/libemqtt.so
# Limitations
* Can not subscribe to multiple topics in the same MQTT message.
# Additional
For debugging MQTT development it's possible to use
Wireshark-MQTT (https://github.com/menudoproblema/Wireshark-MQTT)