- Launch boards
- Start the NTP server:
$ /etc/init.d/ntp start
- Optionally, free the
core
server port (example with port 12345):lsof -i tcp:12345 | grep LISTEN | awk '{print $2}' | xargs kill
- Capture batches with:
$ python3 replayer.py capture <SERVER_PORT> --trace-dir <TRACE_DIRECTORY>
- Read the trace
README.me
file and copy itsconfig.json
file into thecore server
directory - Launch the
core
server - Run the trace emulator:
$ python3 replayer.py replay <SERVER_PORT> --trace-dir <TRACE_DIRECTORY> --num-timeslots <NUMBER_OF_TIMESLOTS_IN_TRACE_DIR>