Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkxce/afsk1200modem
- Owner: dkxce
- License: mit
- Created: 2017-03-02T15:25:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:10:36.000Z (5 months ago)
- Last Synced: 2024-05-29T22:51:32.218Z (5 months ago)
- Topics: afsk, aprs, audio, ax25, baud, demodulator, dkxce, ham, modem, modulator, radio, sound
- Language: C#
- Homepage:
- Size: 397 KB
- Stars: 27
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AFSK1200Modem
AFSK 1200 X.25 APRS Modulator & DemodulatorDetect 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)