Skip to content

This is a repo implemented to executing an MQTT client.

Notifications You must be signed in to change notification settings

Vienchau/mosq-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOSQUITTO CLIENT EXAMPLE WITH JSON TYPE MESSAGE - PIF LINUX APPLICATION TRAINING.

This repository is implemented to execute an MQTT client.

Project's hierarchy

.
├── 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

Folder usage

  • src: Inlcude all of .c file code.
  • incL Include all of header file.
  • scripts: example scripts to build jansson and mosquitto library.
  • lib-build: In case you-failed-to-build this shiet.

About

This is a repo implemented to executing an MQTT client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages