ax25-rs
ax25-rs copied to clipboard
Utilities for Packet Radio in Rust. AX.25 encoding/decoding and radio interfacing.
Results
2
ax25-rs issues
Sort by
recently updated
recently updated
newest added
Are there any plans to add stateful connections to this library? I noticed it wasn't on the roadmap. Alternatively, if I implemented stateful connections, would a PR be accepted? Awesome...
For example when you define a radio in `/etc/ax25/axports` there is a `paclen` parameter. > **paclen** - is the default maximum packet size for this interface. [man page](https://manpages.debian.org/testing/libax25/axports.5.en.html) If you...