Files
eSlider 3deaa382e1 feat(simulator): virtual drone fleet data generator
One process per drone: seeded patrol kinematics, sensor streams at
realistic rates, detection events, hot current/ blocks sealed into
Hive-partitioned Parquet, and the compact UDP state broadcast with
peer RSSI derivation. Scales via docker compose --scale.
2026-07-08 13:12:34 +01:00

9 lines
330 B
Python

"""Virtual drone: a data generator that exercises the exact on-board pipeline.
One process simulates one drone: kinematics along a patrol route, sensor
streams at realistic rates, detection events, the Hive-partitioned Parquet
write path (current/ blocks -> sealed files), and the UDP state broadcast.
"""
__version__ = "0.1.0"