lrwn: Implement v1 applayer multicast setup structs.

This commit is contained in:
Orne Brocaar 2025-01-08 11:35:30 +00:00
parent 4af2c4cd79
commit 0254d56b2b
3 changed files with 1285 additions and 0 deletions

View File

@ -1,6 +1,7 @@
use anyhow::Result;
pub mod clocksync;
pub mod multicastsetup;
pub trait PayloadCodec<Struct = Self> {
fn decode(b: &[u8]) -> Result<Struct>;

View File

@ -0,0 +1 @@
pub mod v1;

File diff suppressed because it is too large Load Diff