Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 713 Bytes

File metadata and controls

9 lines (5 loc) · 713 Bytes

Stories in Ready

Throughput Graph

tra.c - Lightweight and scalable GVT-800 TCP server.

Welcome to tra.c (pronounced trac)! A lightweight TCP server for handling GVT-800 data sent by IoT devices and asynchronously save it to redis server. This is part of larger Sibiil project, a complete system for tracking GPS devices.

tra.c only requires one thread to handle multi-thousand connections, thanks to libev for their cool library.