Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 607 Bytes

final_year_project_demo

A repository to hold the code for my demo application - a flash storage based password manager for the Nucleo-F401RE.

Dependencies

Setting up the server

In server/ run DEFMT_LOG=info cargo run --profile=server This flashes the server to the board and allows the client to register.

Running the client

In client run cargo run --release This starts the GUI and allows interaction with the server.