h0uter / drone-grpc-assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avulor Assessment

Implement a drone swarm communications demo using GRPC.

  • Python client and server
  • Rust client

Python

To run python client:

python python/drones_client.py

To run python server:

python python/drones_server.py

Rust

To run rust client:

cd rust/drones-grpc
cargo run --bin client

About


Languages

Language:Python 72.0%Language:Rust 26.2%Language:Shell 1.8%