Tools that help to emulate data packets or analyze incoming packets data The binaries could be found in Release section of the repository.
NOTE! Technocrane communication has two options: serial port and network connection.
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
To display a network incoming packets use -n argument. For a detailed description please run the application with argument -h
This is a console application that could be used to stream procedural generated or raw cgi file data packets.
Usage example to stream packets from *.cgi file datagenerator.exe --open "D:WorkTechnocraneResulttest-cgi.cgi" --timecode
To stream with network connection, you can use argument -n For a detailed description please run the application with argument -h
In case of serial communication by default the generator application will try to stream into COM1 port. The port must be open for writing. If you want to choose another port, use --device argument. Here is an example of additional arguments --device "COM4"
This is a Windows console application that can help to convert between cgi/fbx into cgi/fbx for different rotation order and file version (for example, new fbx into old version of fbx, etc.) Application is presented in a Release tab of the repository.
Please use -h argument to get details about application arguments
List of arguments
Sources are designed to be compiled under Windows and Unix platforms. There are VS 2017/2019 project files to compile application for Windows and makefiles for linux and windows mingw. Original applications has been made for Unix system and to make them work on Windows I added some open source analog libraries.
Please post issues and feature requests to this github repository issues section