Implement a drone swarm communications demo using GRPC.
- Python client and server
- Rust client
To run python client:
python python/drones_client.py
To run python server:
python python/drones_server.py
To run rust client:
cd rust/drones-grpc
cargo run --bin client