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.
- 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
- Language: C++
- Communication Protocol: MQTT
- Data Format: JSON
- Optional: Can be integrated with visualization tools like Grafana or InfluxDB