https://github.com/davisouzaluna/dpubsub
Dynamic publisher/subscriber implementation in C
https://github.com/davisouzaluna/dpubsub
Last synced: 3 months ago
JSON representation
Dynamic publisher/subscriber implementation in C
- Host: GitHub
- URL: https://github.com/davisouzaluna/dpubsub
- Owner: davisouzaluna
- License: mit
- Created: 2024-04-14T18:09:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T02:51:30.000Z (3 months ago)
- Last Synced: 2025-03-06T03:30:01.232Z (3 months ago)
- Language: C
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dpubsub
Dpubsub is a project that implements MQTT in c
# Architecture

# License
[MIT](./LICENSE)
# References
- [MQTT Doc](https://mqtt.org/mqtt-specification/)
- [CMake Doc](https://cmake.org/documentation/).
- Architecture image reference: [Soni, Dipa & Makwana, Ashwin. (2017). A SURVEY ON MQTT: A PROTOCOL OF INTERNET OF THINGS(IOT)](https://www.researchgate.net/publication/316018571_A_SURVEY_ON_MQTT_A_PROTOCOL_OF_INTERNET_OF_THINGSIOT)