m17app 0.1.0

M17 digital radio - high level API, integration with sound cards, serial PTT and TCP/IP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![doc = include_str!("../README.md")]

pub mod adapter;
pub mod app;
pub mod error;
pub mod link_setup;
pub mod rtlsdr;
pub mod serial;
pub mod soundcard;
pub mod soundmodem;
pub mod tnc;

// Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};