This repository is implemented to execute an MQTT client.
.
├── bin
├── compile.sh
├── example.json
├── include
│ └── main.h
├── lib-build
├── Makefile
├── obj
├── README.md
├── scripts
│ ├── jansson-compile.sh
│ └── mosq-compile.sh
├── source
└── src
├── main.c
└── publisher.c
12 directories, 37 files
src
: Inlcude all of.c
file code.inc
L Include all of header file.scripts
: example scripts to build jansson and mosquitto library.lib-build
: In case you-failed-to-build this shiet.