A repository to hold the code for my demo application - a flash storage based password manager for the Nucleo-F401RE.
In server/
run DEFMT_LOG=info cargo run --profile=server
This flashes the server to the board and allows the client to register.
In client
run cargo run --release
This starts the GUI and allows interaction with the server.