-
Notifications
You must be signed in to change notification settings - Fork 52
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
Auto Downloading logs toggle #202
Comments
Seems like a duplicate of #153? Regardless, my primary concern with a feature like this is bandwidth usage. Keep in mind that the "logging" NT mode is disabled by default because sending all of the robot's logged data over the network in real time requires a significant amount of bandwidth (enough that it can interfere with other tasks). Automatically downloading logs would average out to a similar amount of bandwidth usage, which is especially concerning if you had multiple clients. I would say the minimum is that this background task shouldn't run when the robot is enabled, probably with a bandwidth limit in other cases. I think there would be a way to make this work with a bit of thought though. Also, a few other options that are worth considering;
Just my initial thoughts, I haven't had time to think about this in more depth yet. |
"If the primary concern is just forgetting to download logs, an alternative would be having a button in the title bar that appears when new logs are available (and is one click to download them)."
|
If a feature was implemented, maybe allow for filters for logs, for example only logs that are actual games and not just software pit-checks. |
I think @shoryamalani 's approach explains the utility well. Typically our driver station laptops aren't connected to the internet often (as they're often connected to the robot wirelessly). Having advantagescope download the files and then connecting to the internet (after downloading changed logs) and using a 3rd party sync utility would be great. |
Hey, our team and a few others that I know about almost always forget to download logs at the end of the meeting/ during events but still need them
A toggle that just has the ability to "download new logs" which just syncs to a folder with the last day or two's logs auto synced would be amazing. having the ability to not continuously download all logs would be especially good because not everyone has space on their computer.
The text was updated successfully, but these errors were encountered: