smp - 24leesten/SimU-Wiki GitHub Wiki
Simulation Management Protocol (SMP)
The SMP defines how communication is to be handled between the Master Execution Controller (MEC) and the Simulation Application Controller (SAM). This protocol breaks all the communication down to bytes and sends the information back and forth using sockets. There are two parts in this protocol. The first is communication from the MEC to the SAM. The second is communication from the SAM to the MEC.
Note: All numbers are unsigned and Big Endian