reticulum-packet-rs

Crates.ioreticulum-packet-rs
lib.rsreticulum-packet-rs
version0.2.0
sourcesrc
created_at2023-01-29 20:38:52.893351
updated_at2023-03-06 16:36:33.255083
descriptionLibrary to parse Reticulum packets
homepage
repositoryhttps://github.com/erethon/reticulum-packet-rs
max_upload_size
id771187
size12,233
Dionysis Grigoropoulos (Erethon)

documentation

README

  • reticulum-packet-rs ** Overview An unofficial and very proof-of-concept library to parse/decode [[https://reticulum.network/][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 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 [[https://github.com/bitflags/bitflags][bitflags]] might be added.

Commit count: 11

cargo fmt