Skip to content
Discussion options

You must be logged in to vote

Hey @saurabh10041998, thank you for your kinds words!

For Python3 binding, I have been maintaining bgpkit-parser-py, and pybgpkit that uses it. I used pyo3 library to build the bindings. Bindings do not cover everything the Rust library offers, and only targeted for basic usages (loop through messages and access bgp msg content). You can try it out and I'd be happy to take questions or PRs on these projects. Helps with documentation and examples would also be highly appreciated.

I am not sure about C++ though as I have no practical experience with it. I'd expect it would be similar to calling Rust from C (https://doc.rust-lang.org/nomicon/ffi.html#calling-rust-code-from-c). Maybe give it …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by saurabh10041998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants