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

AGW protocol documentation #423

Closed
scd31 opened this issue Sep 25, 2022 · 2 comments
Closed

AGW protocol documentation #423

scd31 opened this issue Sep 25, 2022 · 2 comments

Comments

@scd31
Copy link

scd31 commented Sep 25, 2022

I would like to write an application that uses AX.25. My understanding is that using AGW is the recommended way to do this rather than KISS. Am I correct in thinking this? Are there recommended documents I can look at to implement an AGW client?

@wb2osz
Copy link
Owner

wb2osz commented Sep 25, 2022

KISS is adequate for APRS which uses only UI frames.
If you want to access the connection oriented protocol implementation within direwolf, you need to use the AGW network interface.
A sample library is here: https://github.com/wb2osz/direwolf/blob/dev/src/agwlib.c
An example using it is here: https://github.com/wb2osz/direwolf/blob/dev/src/tnctest.c

73,
John WB2OSZ

@wb2osz wb2osz closed this as completed Sep 25, 2022
@dranch
Copy link
Collaborator

dranch commented Sep 26, 2022

Just as a follow up, Github "issues" are not intended for getting tech support. If you need additional help, please join the direwolf@groups.io email list where you will find lots of helpful people for everything Direwolf related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants