-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Build a multi-client, low-latency TCP (Transmission Control Protocol) server on the Jetson that streams real-time telemetry data to the backend gateway for live processing.
Details
This server will act as the primary data producer for the telemetry platform.
It must efficiently handle multiple remote connections, maintain low latency, and ensure reliable data transmission to the Node.js ingest gateway.
Tasks
- Set up Python TCP server bound to
0.0.0.0for remote access - Implement multi-client handling using
asyncio - Add NDJSON framing for structured telemetry messages
- Enable
TCP_NODELAYand keepalive for low latency - Integrate per-client frame queues with drop-old policy
- Test latency and throughput under simulated load
Deliverable
A working Python TCP server containerized for deployment on Jetson, capable of stable streaming to the backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels