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.
9 lines
330 B
Python
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"
|