Tools that help to emulate data packets or analyze incoming packets data The binaries could be found in Release section of the repository.
This is a tiny COM trace application that could help to see what data is receving on a specified com port.
Usage example from command line datadisplay.exe -d COM1
This is a console application that could be used to stream generated or source file data packets.
Usage example to stream packets from *.cgi file datagenerator.exe --open "D:\Work\Technocrane\Result\test-cgi.cgi" --timecode
There are VS 2013 project files to compile application for windows. Original applications has been made for Linux and to make them work on Windows I added open source analog libraries.
Please post issues and feature requests to this github repository issues section