...
Pre-Installation Requirements
Device Requirements
- Network Switch run with SONiC
- CPU core: 4
- RAM: 4G
- HDD: 16G
- Nvidia Nano run with Jetson
- CPU core: 4
- RAM: 2G
- HDD: 32G
- Network Switch run with SONiC
Build PARSEC
$ git clone git clone "https://gerrit.akraino.org/r/a/cassini"
$ cd cassini/smartcities/parsec
$ cargo build --release --features "mbed-crypto-provider,direct-authenticator"
The compiled binary executable is in ./target/release/parsec.
Template of config file is in ./config.toml, it will be modify when deloy.
Template of parsec.service file is in ./systemd-daemon/parsec.service it will be modify when deloy.
Build Demo App
Build ParsecClient
$ git clone git clone "https://gerrit.akraino.org/r/a/cassini"
$ cd cassini/smartcities/parsec
$ cargo build --release --features "mbed-crypto-provider,direct-authenticator"
The compiled binary executable is in ./target/release/parsec.
Template of config file is in ./config.toml, it will be modify when deloy.
Template of parsec.service file is in ./systemd-daemon/parsec.service it will be modify when deloy.
Maintenance
Blue Print Package Maintenance
...