Interop between Ant and different programming languages #47
TheBlubb14
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
It's not that easy. We need a bidirectional (and fast) connection between simulation and implementation. For my current PoC I use Named Pipes and custom Messages. This needs to be implemented for all code runtimes to be compatible with the simulation process. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Also one idea would be to define a OpenAPI specification fka Swagger and then use autorest tool to generate client side code for different languages like C#, PowerShell, Go, Java, Node.js, TypeScript, Python.
We could then even provide a base language pack to the ant developers where they program with their ant and in the background the simulation server is called.
When having the simulation server talking over a web api with the ants, the server could validate the ant moves(anti cheat)
Beta Was this translation helpful? Give feedback.
All reactions