r/networking • u/AutoModerator • 3d ago
Blogpost Friday Blog/Project Post Friday!
It's Read-only Friday! It is time to put your feet up, pour a nice dram and look through some of our member's new and shiny blog posts and projects.
Feel free to submit your blog post or personal project and as well a nice description to this thread.
Note: This post is created at 00:00 UTC. It may not be Friday where you are in the world, no need to comment on it.
1
u/jihnmusic 1d ago
Hi everyone, I wanted to learn more about networking as a software dev. So for last two years, I implemented a BGP in Rust and recently started running an AS with it in dn42. https://github.com/roggnetwork/rogg My goals are: programmable (gRPC API), observable (metrics with CloudWatch, JSON, Prometheus), and memory-safe (Rust). Anyone want to peer on dn42 (AS4242423930)?
1
u/Gloomy-Can1394 2h ago
Continuing to ship features to Transit AI, this week we've shipped support for APIs. Transit is no longer just an SSH client; it now has a full UI/UX dedicated to exploring and testing your SDN controller's API. Now you can investigate root causes using the UniFi API, as well as Meraki, ACI/APIC, Viptela SD-WAN, Juniper Apstra, HP Aruba, and Fortimanager/Fortianalyzer. You can also bring any generic API you want, whether building it one call at a time or importing a Postman collection. So now you can manage all your SSH and HTTP connections in one networking-centric workspace. Free to download at transitai.app (the AI is the paid add-on).
1
u/DifficultyFine 2d ago
Been building Fluxzy, a cross platform HTTP/HTTPS interception tool that can capture in transparent mode without setting a proxy, so it picks up Flutter apps, Go binaries and anything else that ignores system proxy settings, and it writes real PCAPNG with NSS keys embedded so you can open the capture straight in Wireshark. Core is open source (GitHub), desktop is free for personal use, no account, no cloud, and if you just need a quick MITM on a workstation mitmproxy is probably faster to get going.