Add a replay tool to the image 01/1701/2
authorE. Scott Daniels <daniels@research.att.com>
Wed, 20 Nov 2019 16:58:46 +0000 (11:58 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 20 Nov 2019 17:20:19 +0000 (12:20 -0500)
commit3cbdc585f92f4299f4e05108f9ed76766a72ff84
tree08ae9a7729672e7631783496a20c717d9693f144
parentc111a6cc35edbf493c7870077c091b04a3408f99
Add a replay tool to the image

The rdc_replay tool has been added to the image. This tool
allows the raw data capture (rdc) files generated by the
mc_listener application to be "replayed" into the FIFOs that
the core application is reading from.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I49aa7b59823285853ccc5f58e7c211d26bd513d8
sidecars/listener/Dockerfile
sidecars/listener/Makefile
sidecars/listener/container-tag.yaml
sidecars/listener/help [new file with mode: 0644]
sidecars/listener/mcl.c
sidecars/listener/mcl.h
sidecars/listener/rdc_replay.c [new file with mode: 0644]
sidecars/listener/run_replay.sh [new file with mode: 0755]
sidecars/listener/verify_replay.sh [new file with mode: 0755]