Skip to content

Basic implementation of MQTT protocol with mosquitto

Notifications You must be signed in to change notification settings

FilippoGas/mosquitto_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mosquitto_test

Basic implementation of MQTT protocoll with mosquitto

-----SUBSCRIBER------- Compile using: gcc -o [exe_name] mosquitto_sub_test.c -lmosquitto execue using: ./[exe_name] [host] [topic]

-----PUBLISHER-------- Compile using: gcc -o [nexe_name] mosquitto_pub_test.c -lmosquitto execute using: ./[exe_name] [host] [topic] [message]

About

Basic implementation of MQTT protocol with mosquitto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages