Botle: An Experimental P2P Antisocial Network

Networking. Old, new, mundane or weird.
Post Reply
User avatar
tekk
Posts: 20
Joined: Fri Apr 19, 2024 5:17 pm

Botle: An Experimental P2P Antisocial Network

Post by tekk »

https://git.sr.ht/~tekk/botle

A project I've wanted to go back to on and off, but I've never actually had enough people around to test it.

The very basics of the protocol idea is that of deserted islands. When you get on the network you provide a bootstrap computer, which sends all the other computers it knows about in the network to you. After that you can send a message over UDP. It picks a random computer to which the message in a bottle "floats."

Does it get there? Probably. Maybe not. Is it perfectly intact? Maybe it got a little wet.

The main issue i ran into is that my router doesn't like connecting me to my network through my own ip address, so testing was too hard to do with a single person :D
User avatar
headcrash
Site Admin
Posts: 63
Joined: Fri Apr 19, 2024 9:40 am
Location: The sea of meatballs
Gopher: gopher.deadnet.se
IRC: Headcrash @ irc.libera.chat
Jabber: headcrash@og.im
Contact:

Re: Botle: An Experimental P2P Antisocial Network

Post by headcrash »

That's such a wacky idea, haha! It sounds like an epic tool for making plans.. :D I might set it up to try it sometime!
Everything is a smoke machine if you operate it wrong enough.
StuXNode
Deadnet
User avatar
tekk
Posts: 20
Joined: Fri Apr 19, 2024 5:17 pm

Re: Botle: An Experimental P2P Antisocial Network

Post by tekk »

Let me know if you do. I *think* it should work as is but I haven't touched it in a long time.
User avatar
headcrash
Site Admin
Posts: 63
Joined: Fri Apr 19, 2024 9:40 am
Location: The sea of meatballs
Gopher: gopher.deadnet.se
IRC: Headcrash @ irc.libera.chat
Jabber: headcrash@og.im
Contact:

Re: Botle: An Experimental P2P Antisocial Network

Post by headcrash »

Will do! Time will tell, if it works and when I get around to it, lol
Everything is a smoke machine if you operate it wrong enough.
StuXNode
Deadnet
User avatar
tekk
Posts: 20
Joined: Fri Apr 19, 2024 5:17 pm

Re: Botle: An Experimental P2P Antisocial Network

Post by tekk »

I definitely need to take a look at it. It doesn't crash or anything but it's sending messages to the void a lot.
User avatar
tekk
Posts: 20
Joined: Fri Apr 19, 2024 5:17 pm

Re: Botle: An Experimental P2P Antisocial Network

Post by tekk »

Literally just an off by one error. We're good.
Post Reply