...
Pre-Installation Requirements
Deploy 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
Complie Device Requirements
- Arm64 device run with Ubunut 18.04+
- CPU core: 4
- RAM: 4G
- HDD: 32G
- Docker 20.10.1+
- Golang 1.16+
Build PARSEC
$ git clone git clone "https://gerrit.akraino.org/r/a/cassini"
...
Build Demo App
Build ParsecClient
$ git clone git clone "https://gerrit.akraino.org/r/a/cassini"
$ cd cassini/smartcities/ParsecClient/
...
$
...
The compiled binary executable is in ./target/release/parsec.
Template of config file is in ./config.toml, it will be modify when deloy.
...
./build.sh
$ sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
parsec-client v1.0 aef2a010b6b5 3 months ago 17.3MB
$
sudo docker save aef2a010b6b5 > parsec-client-v1.0-docker-aarch64.tar
The saved
parsec-client-v1.0-docker-aarch64.tar
will use to delpoy on loT devicesBuild NodeAuthServer
Maintenance
Blue Print Package Maintenance
...