Deprecation Note
The service currently supports two different JSON
formats: 3.0
and 3.x
. Both versions are available concurrently, ensuring backward
compatibility. If you are using the 3.0
format in your simulations, no changes are required—it will continue to work as before.
However, you are encouraged to update to the 3.x
version to take advantage of its enhancements and improved performance for game engine
integration.
warning
3.0
API version support will be dropped for 4.0
-
3.0
Version API- Fully documented in the
3.0.x
documentation pages. HTTP
accessible by default on ****http://localhost:10000/3.0/..Websockets
accessible by default on port10000
.
- Fully documented in the
-
3.x
Version API- Fully documented in the
3.x
documentation pages. HTTP
accessible by default on http://localhost:10000/.Websockets
accessible by default on port10001
.- Offers improvements in functionality and faster integration with game engines.
- Fully documented in the
Feel free to upgrade to the latest format at your convenience to leverage its benefits without any disruption to your existing workflows.