Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The document describes how to compile and run parsec from source code.


  • Deployment Architecture

PAESEC is deployed TODO


  • Pre-Installation Requirements

    • Hardware

      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

...

    • Software Prerequisites

System: Ubuntu 18.04 LTS

Dependent package installation:

sudo apt-get install build-essential cmake clang

Rust installation:

...


  • Build PARSEC

git clone git clone "https://gerrit.akraino.org/r/a/cassini"

...