]> code.octet-stream.net Git - m17rt/blob - m17core/src/reflector/mod.rs
Voice UDP to RF conversion, and better sample rate management in codec2
[m17rt] / m17core / src / reflector / mod.rs
1 // Based on https://github.com/n7tae/mrefd/blob/master/Packet-Description.md
2 // and the main M17 specification
3
4 pub mod convert;
5 pub mod packet;