CapsisBridge is a websocket-based implementation allowing access to the java-based Capsis simulation features from other langages. It uses Google Grpc as underlying communication layer.
The project uses the following components :
CapsisBridgeServer is the java server allowing access to Capsis
CapsisBridgeCPPClient is the C++ client that can be integrated to C++ applications that need Capsis simulation features
CapsisBridgeRClient is the R client that can be integrated to R applications that need Capsis simulation features
Documentation for the JAVA and C++ API can be found here :
https://capsisbridge.sourceforge.io/javadoc/overview-summary.html
The wiki uses Markdown syntax.
Wiki: CapsisBridgeCPPClient
Wiki: CapsisBridgeRClient
Wiki: CapsisBridgeServer