Converts a python astf profile to json for use with jsrex
It reads in a python astf profile, and stdout's the converted json.
For use with jsrex library (or your own zmq interface to trex)
git clone --recursive https://github.com/velocipacktor/pyastf-json-convertor.git
cd pyastf-json-convertor
mkdir output
./convertor.py trex-core/scripts/astf/sfr.py | tee output/sfr.json
cat output/sfr.json