This commit is contained in:
Dongho Kim
2026-05-17 18:34:02 +02:00
parent a221870b70
commit 375f40756e
7 changed files with 168 additions and 69 deletions
+3 -2
View File
@@ -23,12 +23,13 @@ Deploy the `server/` directory to the Ground Station machine.
Deploy the `client/` directory to the Drone machine.
```bash
# Blasts framed payloads to the ground station.
# You can specify the scheduler, the duration in seconds, and the payload size in bytes.
# You can specify the scheduler, the duration in seconds, the message size, and an optional chunk size.
./client/scripts/run.sh \
--addr <GROUND_STATION_IP>:4242 \
--scheduler minrtt \
--duration 30 \
--payload-size 2048
--message-size 2048 \
--chunk-size 512
```
### Analyzing the Results