this post was submitted on 17 Dec 2023
18 points (100.0% liked)
networking
2807 readers
1 users here now
Community for discussing enterprise networks and the ensuing chaos that comes after inheriting or building one.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm building something based on Iroh, which is basically a DIY IPFS system. They have their own DHT, but AFAIK the "distributed" part is very much DIY (i.e. balancing between nodes). Maybe it's worth looking at, the code is pretty easy to follow imo.
Thank you! Seems like I'll need to learn Docker networking. I had read that some projects like Tor use their own tool to simulate networks, but it's probably overkill for this, as it's just a pet project.