Custom CAN Decoder for all the data being streamed around the car
View https://www.youtube.com/watch?v=BU1LYFkpJuk for more information
- rust-analyzer
- CodeLLDB
- Even Better TOML
- Error Lens
- Todo Tree
- crates
search Rust-analyzer check and set the command from check -> clippy
add following information:
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
Utilizes a linux IPC to stream data to the NERO frontend
run /home/ner/Desktop/Calypso/target/release/calypso ipc /tmp/ipc.sock
Utilizes MQTT Web Socket to offload data from the car for our telemetry system
run /home/ner/Desktop/Calypso/target/release/calypso mqtt localhost:1883
cd oxy
python3 typedpoc.py
apt-get install protobuf-compiler -y
brew install protobuf
cargo install protobuf-codegen
PATH="$HOME/.cargo/bin:$PATH"
protoc --rust_out ./src ./src/proto/serverdata.proto
delete the mod.rs
file