A C++ simulation of an embedded system that reads from virtual sensors (e.g., temperature, humidity) and logs the data with timestamps into a .csv file. This mimics the behavior of a real-world data logger used in industrial or environmental monitoring.
Features:
•Simulated embedded-style sensors with random values
•Timestamped data logging to CSV format
•Modular code structure (Sensor, Logger, Simulator)
•Easily extensible to more sensor types
•Full documentation with Doxygen
•Built using CMake