Skip to content

SharanSapkota/arduino-C-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Sensor Data to MQTT Pipeline

C++ MQTT JSON

About

This C++ project reads data from sensors, converts it into JSON format, and publishes it to a processing pipeline using MQTT.
It’s ideal for IoT projects, real-time monitoring, and embedded system applications.


Features

  • Read measurements from connected sensors
  • Convert sensor data into structured JSON
  • Publish JSON data to an MQTT broker
  • Lightweight and efficient for embedded/real-time systems
  • Easily extensible for multiple sensors or topics

Tech Stack

  • Language: C++
  • Communication Protocol: MQTT
  • Data Format: JSON
  • Optional: Can be integrated with visualization tools like Grafana or InfluxDB

About

Gets data from sensors, converts it to json, sends it to pipeline through MQTT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages