tree: e09409b6808eabd184a029b2590bbaa0d6831f73 [path history] [tgz]
  1. ping_xapp.py
  2. pong_xapp.py
  3. README.md
  4. test_route.rt
examples/README.md

Python xapp frame

Running the two examples (adjust for your shell notation)

pip install --user -e .
cd examples
set -x LD_LIBRARY_PATH /usr/local/lib/:/usr/local/lib64; set -x  RMR_SEED_RT test_route.rt; python pong_xapp.py
(diff tmux window)
set -x LD_LIBRARY_PATH /usr/local/lib/:/usr/local/lib64; set -x  RMR_SEED_RT test_route.rt; python ping_xapp.py