Skip to content

Erethon/reticulum-packet-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reticulum-packet-rs

Overview

An unofficial and very proof-of-concept library to parse/decode Reticulum packets in Rust. Treat this is a quick and dirty hack.

Here be dragons

The packets to be parsed need to be provided as a Vec<u8> and need to not be stripped of any escaping. For now it only supports HDLC frames and the parsing of the packets is minimal.

It contains ugly hacks for which I’m sure there are better idiomatic Rust approaches I’m not familiar with. For now it has zero dependencies, but things like bitflags might be added.

About

Library to parse Reticulum packets in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages