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

FeatureRequest: Replay-bot does not need to send data when no fgcom client is connected #173

Open
2 tasks
hbeni opened this issue Nov 23, 2023 · 1 comment
Open
2 tasks
Labels
Bots Affecting bot implementation enhancement New feature or request low prio Low priority

Comments

@hbeni
Copy link
Owner

hbeni commented Nov 23, 2023

Currently the replay bot just sends data and leaves it to the server to sort that out.

  • However, we might pause actual sending data when no valid fgcom-mumble clients are connected, which will save some bandwith.

  • Also it might be desirable to just send when potential clients are in range, based on rough frequency range (uhf/vhf/hf).

This should of course be optional and controllable by appropriate switches.

@hbeni hbeni added enhancement New feature or request Bots Affecting bot implementation low prio Low priority labels Nov 23, 2023
@hbeni hbeni added this to the Soon™ (=Future) milestone Nov 23, 2023
@hbeni
Copy link
Owner Author

hbeni commented Nov 23, 2023

I really dislike the idea to duplicate the radio models in lua space.
Maybe there is an option to reuse the c++ models (can lua use c libs? Or maybe a custom binary like the test tool that the bot can optionally query?)

edit: looks like it can:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bots Affecting bot implementation enhancement New feature or request low prio Low priority
Projects
None yet
Development

No branches or pull requests

1 participant