Split out third-party traffic #43

Merged
W1CDN merged 6 commits from add-party into main 2024-01-15 10:04:35 -06:00
Owner

Closes #41.
Attempts to solve #22.

  • store each packet and subpacket separately
  • store superpacket header along with subpacket
    • don't know why I called this field frames.header_raw
  • store the id of the superpacket with the subpacket
  • build the actual path as in http://www.aprs.org/APRS-docs/PROTOCOL.TXT ("THIRD PARTY FORMAT")

What I want to do is separate the stations heard directly over RF (even if passing 3rd party stuff) from the stations heard indirectly over RF (either through a repeater or from IS to RF from someone else's station).

Closes #41. Attempts to solve #22. - [x] store each packet and subpacket separately - [x] store superpacket header along with subpacket - don't know why I called this field `frames.header_raw` - [ ] store the id of the superpacket with the subpacket - [ ] build the actual path as in http://www.aprs.org/APRS-docs/PROTOCOL.TXT ("THIRD PARTY FORMAT") What I want to do is separate the stations heard directly over RF (even if passing 3rd party stuff) from the stations heard indirectly over RF (either through a repeater or from IS to RF from someone else's station).
W1CDN added 1 commit 2023-12-13 20:44:56 -06:00
Author
Owner

This code is running live, we'll see how it fails if we get more packets tonight and tomorrow. It seems to take regular packets fine.

This code is running live, we'll see how it fails if we get more packets tonight and tomorrow. It seems to take regular packets fine.
W1CDN added 1 commit 2023-12-13 21:18:51 -06:00
W1CDN added 1 commit 2023-12-13 21:25:36 -06:00
W1CDN added 1 commit 2023-12-13 22:10:12 -06:00
W1CDN added 1 commit 2023-12-14 08:38:11 -06:00
W1CDN added 1 commit 2023-12-14 08:55:22 -06:00
W1CDN merged commit 4642f45adc into main 2024-01-15 10:04:35 -06:00
W1CDN deleted branch add-party 2024-01-15 10:04:41 -06:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/aprs_tool#43
No description provided.