Patrick Domack
Patrick Domack
Is the gps accurate enough that it would ride in the same 1" wheel width track each mowing? Relative accuracy is pretty good, for position of a single mowing, but...
aprx-stat is really broken :) This looks to finish fixing it. https://github.com/patrickdk77/aprx/commit/cbe0999167f173381b3c2f2ed3f52b218bfecff5
Reviewing this, it looks correct. The previous code, set to the first one, then incremented to the second one, then processed them in the loop.
It's working as expected to me, confirmed from logging and tcpdump. I am concerned about the TIME JUMPS though, not sure if those are expected, but I would not think...
Ok, I implemented a connection timeout (set to 20seconds for testing). I have no ipv6 on this testing station at the moment (haven't set it back up since the move)....
Ok, that monotonic time jump is the problem that is causing it. After it finally makes a connection to a server, it then checks if how long it took to...
Do you want to try my fork? I tried to find why it wasn't working, but for me it works. Not sure what change I did that might have fixed...
There hasn't been any response or commits for over a year here, while he has been active on many other projects. I just personally considered it abonnoned and forked it...
I've added support in my branch if you want to take a look. https://hub.docker.com/r/patrickdk/s3-proxy
I would suggest putting a caching proxy infront of this service to do it, instead of adding a bunch of complicated code and ram usage to this project.