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.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""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"
|
||||
Reference in New Issue
Block a user