-
Hello guys, I wish to run an automated simulation session with an actively changing topology that requires external control of the session.
Is this remotely possible? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it is possible to use the gRPC client interface either via python as shipped with coreemu itself or by generating your own client code using the gRPC definitions. I've successfully used this to make a Rust lib for remote control of coreemu sessions. |
Beta Was this translation helpful? Give feedback.
it is possible to use the gRPC client interface either via python as shipped with coreemu itself or by generating your own client code using the gRPC definitions.
I've successfully used this to make a Rust lib for remote control of coreemu sessions.