hbeni / fgcom-mumble

A (flightsim) radio communication simulation based on mumble
GNU General Public License v3.0
17 stars 6 forks source link

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

Open hbeni opened 9 months ago

hbeni commented 9 months ago

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

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

hbeni commented 9 months ago

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: