How to run a simulation of a control plane with ERSAP backend

From epsciwiki
Revision as of 17:45, 3 January 2023 by Timmer (talk | contribs)
Jump to navigation Jump to search


To start with the gRPC installation directory is /daqfs/gRPC/installation:
Find the ET system libs and includes
To make things easy, the ET lib has been installed in .
Accessible from the ejfat node is a CODA installation directory
export GRPC_INSTALL_DIR=/daqfs/gRPC/installation
export PATH="$GRPC_INSTALL_DIR/bin:$PATH"
export LD_LIBRARY_PATH="$GRPC_INSTALL_DIR/lib:$LD_LIBRARY_PATH"
Setup some environmental variables (assuming bash)
export GRPC_INSTALL_DIR=/daqfs/gRPC/installation
export PATH="$GRPC_INSTALL_DIR/bin:$PATH"
export LD_LIBRARY_PATH="$GRPC_INSTALL_DIR/lib:$LD_LIBRARY_PATH"


Start by Running the ET system.



Now that it compiles, as an example, implement ERSAP backend reassembler communication of fifo fill percentage to load-balancer control plane


Rename a few files and directories, from helloworld to loadBalancerControl (or whatever you want)