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

Feature request: TTS only version #252

Open
Applevangelist opened this issue Jan 7, 2024 · 4 comments
Open

Feature request: TTS only version #252

Applevangelist opened this issue Jan 7, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Applevangelist
Copy link
Contributor

Can we have a slim version that just does TTS? From a Moose perspective that would be immensely helpful, as rpc is faster than the command lines. Thanks!

@funkyfranky
Copy link

+1 from me!

@rurounijones
Copy link
Contributor

rurounijones commented Jan 25, 2024

Can you clarify what the goal here is? Even just with TTS I think the setup would be the same as the main version. Is this a performance concern? A concern about having a listen port (that would still be protected from remote access by firewall)? Install size? something else?

@rurounijones rurounijones added the enhancement New feature or request label Jan 25, 2024
@Applevangelist
Copy link
Contributor Author

Goal is simple - I don't want the part which mangles the DCS mission data via Events, but just the TTS server to connect Moose smoothly

@rurounijones
Copy link
Contributor

rurounijones commented Jan 28, 2024

We are not looking at building a separate version of DCS-gRPC for any specific use-cases that are a subset of the total functionality. Having said that there are some options:

  1. Event handling can be disabled by commenting out this line: https://github.com/DCS-gRPC/rust-server/blob/main/lua/DCS-gRPC/grpc.lua#L250
  2. We would not be against this being a config option if someone can contribute the change.
  3. The project could be forked and all non-TTS functionality removed.

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

3 participants