Sending data to clients from Mission Scripting Environment. #67
Replies: 2 comments 5 replies
-
TTS: Push/pull data from MSE:
That or instead of a lua table, we could add something similar like |
Beta Was this translation helpful? Give feedback.
-
In terms of sending freeform data to clients, this is now possible using events in the event stream. See #121 as an example. You can send an event using |
Beta Was this translation helpful? Give feedback.
-
A request has been made to be able to have OverlordBot send transmissions from the MSE. For example, something like the following:
Thoughts on how this could be done.
OverlordBot connects to DCS-gRPC and calls the
OverlordBot.StreamTransmissionRequests
API. This API then uses similar rust code as the current event streaming to check a lua table(?) for entries that are added by theOverlordBot.speak
command and then streams them to the connected OverlordBot.This is just a vague general idea at the moment and needs fleshing out so putting here for further pondering.
Beta Was this translation helpful? Give feedback.
All reactions