update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user