Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a TTS API to indicate channel in use #200

Open
rurounijones opened this issue Dec 4, 2022 · 0 comments
Open

Add a TTS API to indicate channel in use #200

rurounijones opened this issue Dec 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rurounijones
Copy link
Contributor

rurounijones commented Dec 4, 2022

Follow-up from the main TTS Work.

Add an API that, when called, returns a boolean that indicates if DCS-gRPC is currently transmitting on a certain frequency. This would be callable over network and from MSE in lua.

Optionally, add an API that, when called, blocks if DCS-gRPC is currently transmitting on a certain frequency and doesn't return until the transmission has finished. This would be network only.

These two APIs can be ersatz mutexes to help stop clients stepping over each other on the radios.

@rurounijones rurounijones added the enhancement New feature or request label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant