Skip to content

DylanFouche/ESII-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESII-Projects

Mini projects for the Embedded Systems II course.

Install Mosquitto

$ sudo apt-get install mosquitto
$ sudo apt-get install mosquitto-clients
$ sudo apt-get install libmosquitto-dev libmosquittopp-dev

Compile

$ make

Run

$ make run

Notes

The following mqtt broker was used: test.mosquitto.org ; port 1883.

To subscribe to the test broker:

$ mosquitto_sub -h test.mosquitto.org -t "projb/sensors/#" -v

Clean

$ make clean   //remove object files
$ make nuke    //remove object files and executables

File structure

src: source code cpp files
include: header files
build: object files
bin: executables

About

An environment logger for the RaspberryPi with Blynk and MQTT for remote access to real-time data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •