Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkxce/afsk1200modem

AFSK 1200 X.25 APRS Modulator & Demodulator
https://github.com/dkxce/afsk1200modem

afsk aprs audio ax25 baud demodulator dkxce ham modem modulator radio sound

Last synced: about 5 hours ago
JSON representation

AFSK 1200 X.25 APRS Modulator & Demodulator

Awesome Lists containing this project

README

        

# AFSK1200Modem
AFSK 1200 X.25 APRS Modulator & Demodulator

Detect AFSK 1200 X.25 APRS Packet from SoundCard and Console Out it
(see window.png)

Usage
--------

You can use it as c# library for exchanging digital packet data between hamateur radios via air.
Just use `AFSK1200Modulator` as DAC and `AFSK1200Demodulator` or `DirectAudioAFSKDemodulator` as ADC.
Full samples available at [`AFSK1200ModemTest.cs`](AFSK1200ModemTest.cs) or in based-on [APRSAIR application](https://github.com/dkxce/APRSAIR)