Physicals process simulator made at Polytech Lille in IMA3 and IMA4
Wiki project page : https://projets-ima.plil.fr/mediawiki/index.php/IMA3/IMA4_2018/2020_P8#Analyse_du_second_concurrent
Collaborators : Quentin Normand, Sebastien Dardenne, Clement Hue, Alex Lagneau, Corto Callerisa
Release is available for windows.
For linux systems you must install Godot and Python3.
Arguments
For the controller script :
python3 UDPClient.py --port 1234 --ip 127.0.0.1--port -p : the destination port.
--ip -i : the destination ip adress
For the view script :
python3 UDPServer.py --port 1234 --ip 127.0.0.1 --export file.csv--port -p : the listening destination port.
--ip -i : the listening ip adress
--export -e : export the data in CSV format to the file specified
Pull request are closed while we're working on it.