tree: aa4f54612e0e42d1dffeece9174f7a32d6dd50d0 [path history] [tgz]
  1. local.rt
  2. README.md
  3. receive.py
  4. send.py
src/bindings/rmr-python/examples/README.md

Tests

First, edit the local.rt file with your hostname.

Start the receiver and the tester. Be sure to set LD_LIBRARY_PATH or your system equivelent to point to where the RMR .so files are. On my system (Arch Linux) they are as below. Also, set -x is fish shell notation, substitute for your shell.

set -x LD_LIBRARY_PATH /usr/local/lib/; set -x RMR_SEED_RT ./local.rt; python receive.py
set -x LD_LIBRARY_PATH /usr/local/lib/; set -x RMR_SEED_RT ./local.rt; python send.py