Replies: 1 comment
|
One thing to note is that the parser for Babel is stateful so that could lead to complications with integrating it into this crate. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am currently working on a rust implementation of the Babel routing protocol. I have contributed to this project in the past and I'm using it as an inspiration for parsing my Babel packets. About halfway through implementing my parser I figured I would check to see if there is interest in adding it to this crate.
The Babel routing packet is (by spec) encapsulated in UDP payloads and is defined in RFC 8966
All reactions