Skip to content
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

Implement AX.25 TNC Send and Receive #154

Merged
merged 14 commits into from
Jul 31, 2023
Merged

Implement AX.25 TNC Send and Receive #154

merged 14 commits into from
Jul 31, 2023

Conversation

CBielstein
Copy link
Owner

Description

Implements AX.25 TNC send and receive via TCP IP. Done as a lump to allow testing with real hardware and direwolf for a TCP connected TNC.

Resolves #144
Resolves #145
Resolves #147

Changes

  • Switches packet decode to be bytes instead of string
  • Implements AX.25 encode
  • Implements AX.25 decode
  • Adds AX.25 encode-decode test
  • Adds ability to send packet via TCP TNC in APRSsharp.exe

Validation

  • Tests pass
  • Manual validation with hardware and direwolf

@CBielstein CBielstein added the enhancement New feature or request label Jul 31, 2023
@CBielstein CBielstein self-assigned this Jul 31, 2023
@CBielstein CBielstein merged commit 36965b2 into main Jul 31, 2023
3 checks passed
@CBielstein CBielstein deleted the ax25-rebase branch July 31, 2023 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APRSsharp CLI can send via TNC Encode of AX.25 Packets Decode of AX.25 Packet Format via KISS
1 participant