├── LICENSE ├── README.md ├── examples ├── moving_sample.ino └── sample.ino ├── library.json ├── library.properties ├── moving_sample.ino ├── sample.ino └── src ├── AFSK.cpp ├── AFSK.h ├── AX25.cpp ├── AX25.h ├── CRC-CCIT.c ├── CRC-CCIT.h ├── FIFO.h ├── HDLC.h ├── LibAPRS_Tracker.cpp ├── LibAPRS_Tracker.h ├── constants.h ├── device.h ├── packages.microsoft.gpg └── src.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/README.md -------------------------------------------------------------------------------- /examples/moving_sample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/examples/moving_sample.ino -------------------------------------------------------------------------------- /examples/sample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/examples/sample.ino -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/library.properties -------------------------------------------------------------------------------- /moving_sample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/moving_sample.ino -------------------------------------------------------------------------------- /sample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/sample.ino -------------------------------------------------------------------------------- /src/AFSK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/AFSK.cpp -------------------------------------------------------------------------------- /src/AFSK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/AFSK.h -------------------------------------------------------------------------------- /src/AX25.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/AX25.cpp -------------------------------------------------------------------------------- /src/AX25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/AX25.h -------------------------------------------------------------------------------- /src/CRC-CCIT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/CRC-CCIT.c -------------------------------------------------------------------------------- /src/CRC-CCIT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/CRC-CCIT.h -------------------------------------------------------------------------------- /src/FIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/FIFO.h -------------------------------------------------------------------------------- /src/HDLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/HDLC.h -------------------------------------------------------------------------------- /src/LibAPRS_Tracker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/LibAPRS_Tracker.cpp -------------------------------------------------------------------------------- /src/LibAPRS_Tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/LibAPRS_Tracker.h -------------------------------------------------------------------------------- /src/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/constants.h -------------------------------------------------------------------------------- /src/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/device.h -------------------------------------------------------------------------------- /src/packages.microsoft.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/packages.microsoft.gpg -------------------------------------------------------------------------------- /src/src.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barisdinc/LibAPRS_Tracker/HEAD/src/src.ino --------------------------------------------------------------------------------