Telemetry Data Simulation and Packet Validation
Abstract—This project implements a real-time telemetry sys- tem for fleet management, enabling secure communication be- tween multiple IoT devices and a central server. Using socket- based TCP/IP communication, the system processes and stores ve- hicle data, including location, fuel levels, and speed, with CRC32 data integrity checks. Multithreading allows the server to handle data from over 100 devices simultaneously. The system supports live tracking and detailed analysis of fleet performance, route optimization, and driving behavior, offering valuable insights for logistics and fleet management
Key Contributions
- Designed and implemented this project as a class Project in Computer Architcture class under Beilei Jiang
- Developed a telemetry data simulation tool using Python
- Designed a packet validation algorithm to ensure data integrity
- Processes vehicle data like location, fuel levels, and speed
- Utilizes TCP/IP communication and CRC32 integrity checks
- Supports over 100 IoT devices simultaneously
- Enables real-time tracking and detailed fleet analysis