This projects implements a FMU client which performs the simulation at realtime.
This projects implements a FMU client which performs the simulation in (soft) realtime.
Data can be exchanged via TCP Sockets (see NetworkProtocol.h). Each connection has it's own simulation engine. This allows parallel connections with theri own setup.
The backend is controlled via grpc (googles remote procedure call framework), see https://git.rwth-aachen.de/ModeliChart/ModeliProtocol.
\ No newline at end of file
The protocol must be compiled for the platform on which it will be deployed.