-
Notifications
You must be signed in to change notification settings - Fork 63
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
Differences in the data the mock interface outputs vs the live one. #98
Comments
Sorry been out of town. I'm not sure I follow what you mean |
If i run the timing server with —mock the json it outputs is missing a few fields that are present when I run it “live”. I had a discussion with live timings support about making use of the rssi_raw data to indicate the signal strength at a pass in their interface and they said that for them to add that the output from the timing server in —mock mode has to actually be representative of the data being sent when the system is “live”. From memory when a pass is triggered while in —mock it only outputs the node and the freq while in normal working conditions it also outputs rssi_raw, rssi_peak and one or two more fields. So my idea was to just add those values in to the simulated pass output with random data so that it mirrors what is sent during a “live” pass. |
I was poking around the code this morning because i was bored and i noticed that the code to do this is already in here it just isnt used in the timingserver. https://github.com/scottgchin/delta5_race_timer/blob/master/src/delta5server/server.py#L710 Compared to: Which emits a hardcoded json object with less data. |
I've been trying to get livetime to support signal strength from delta5 but since when
--mock is used that data is not there they would like the mock interface to be changed
to match the live one.
I figured i'd check in and see if there was any interest in merging such a change
or if this repo is more or less completely idle at this point.
I'm willing to write the code myself and submit a pull request if there's interest.
The text was updated successfully, but these errors were encountered: