An implementation of BESS in Rust.
- Python 3+ (for bessctl)
sudo apt update && sudo apt upgrade -ysudo apt install -y protobuf-compiler libprotobuf-devpip install --user protobuf==3.20.1 grpcio==1.46.0 grpcio-tools==1.46.0pip install --user scapy
A high-performance and memory-safe data plane for 5G.
RUST_LOG=debug cargo run --bin bessd -- --help
The main task right now is to port the C++ code base completely to Rust.
Please take any C++ file of your choice under the core folder and port it to Rust.