]> code.octet-stream.net Git - m17rt/blobdiff - m17core/src/reflector/mod.rs
Voice UDP to RF conversion, and better sample rate management in codec2
[m17rt] / m17core / src / reflector / mod.rs
diff --git a/m17core/src/reflector/mod.rs b/m17core/src/reflector/mod.rs
new file mode 100644 (file)
index 0000000..057bae0
--- /dev/null
@@ -0,0 +1,5 @@
+// Based on https://github.com/n7tae/mrefd/blob/master/Packet-Description.md
+// and the main M17 specification
+
+pub mod convert;
+pub mod packet;