-
Maybe check out the Rust Raspberry Pi OS tutorial from the Embedded WG?
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Oh, and you also probably want to check out smoltcp, a userspace/"no operating system required" networking stack that we often use in embedded rust.
-
buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at https://gitlab.com/buildroot.org/buildroot/. Do not open issues or file pull requests here.
Once you have a good understanding of basic networking then you might look to optimise some things. Such as using yoctoproject or buildroot to create minimal images that only contain the stuff you need. Though this is entirely optional to making a functional router with the Pi (or any system really).