- python is installed - Configparser is installed - ZeroMQ is installed - netaddr is installed - Python Binding of ZeroMQ is installed
Following is the sequence of operations to do for launching test_rule.
> ~/fpc/zmqforwarder/python forwarder_device.py
> ~/fpc/zmqforwarder/python jc.forwarder_subscriber.py --quiet
> cd ~/fpc/karaf/target/assembly/bin
> ./karaf
Above steps will start FPC. Once FPC is running then use following to start test_rule program.
Start script to push ADC, PCC, MTR and SDF rules to DP over ZMQ
> cd ~/fpc/zmqforwarder/test_rules
> ./rules_pub.py
This script listens for DP to come online and then push rules.
#Run DP Start up DP
Note: This script waits for single DP to come up, push rules on the DP and exit. To push rules on another DP need to restart the script.