tree: aaef012a90bec3ac8c2fdc2e234bc68999695d0d [path history] [tgz]
  1. local.rt
  2. rcv_all.py
  3. README.md
  4. receive.py
  5. send.py
examples/rmr/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