- First of all, this repository is a fork from sivantoledo/javAX25, based in the great job of Sivan Toledo, so all credits goes to him. Sivan also wrote a documentation that describes how the original source-code was done. I've added this doc in the repository wiki.
- Just clone this repository and run the following maven command
mvn clean install -DskipTests
. I recommend -DskipTests argument because some application maybe is already using your soundcard, then the maven process will break.
- For Python users and programmers there is a similar project for encode AFSK over AX.25 protocol: https://pypi.org/project/afsk/ and https://github.com/casebeer/afsk