Craig Lamparter
Craig Lamparter
Scope expanded to all packet-types which use compression (position, weather, etc). comment is jibberish.
Yah, I think you're right. I recall hessu wanting to know something about new radios when they're brought to market, some have these unique characters, ultimately filtered from aprsis. I...
following up after going through the code. According to beacon.c, if the system clock shifts forward, direwolf will emit all the pbeacons it missed during that interval all at once,...
Confirmed bug by setting clock ahead 3 hours after direwolf had started. With a 20minute pbeacon configured, I was able to replicate the problem. I know this seems silly, but...
Proposed patch for beacon.c. Tested by moving clock forward, and back.... ``` else { /* Non-tracker beacon, fixed spacing. */ /* Increment by 'every' so slotted times come out right....
Pull request #301 created
I haven't seen that in the log in my examples. did my patch fix it in the long run? it was easy to replicate, just update the clock after direwolf...
Thanks, this issue is further exacerbated by Pi's getting time from a GPS, which often happens after direwolf starts. If a Pi was off for three months, or has a...
---deleted---
Yes, all your assumptions and assertions are 100% correct. Currently if direwolf starts before ntp updates the system clock, we get a transmitter jammed on scenario. Bug #206 provides details....