So I just saw a video where somebody made a bulletin board system over the mesh like it’s fucking 1999 or something and it got me thinking Would it be possible to send web pages over the mesh as long as they were small?

I went to the DuckDuckGo homepage and copied its HTML source code into a text editor and found out it was something like 46,000 characters and with a 288 character limit it would take 145 messages to send that across. Each message would be something like 0.69% of that page.

It doesn’t seem impossible, but you would have to make your pages very lightweight like they were in the 1990s in order to do it efficiently.

    • aubeynarf@lemmynsfw.com
      link
      fedilink
      arrow-up
      3
      ·
      17 hours ago

      protocols from the 80s definitely have a place here, NNTP is a great fit for peer-to-peer flood-fill forum traffic - they had that figured out over low bandwidth links 40 years ago

    • shortwavesurfer@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      ·
      17 hours ago

      I wonder if some optimizations could be made. For example, I saw a video about something called mesh core that somebody was working on that holds routes in memory so that instead of flooding the mesh, it would directly send the data to the node that it’s meant for, which might increase the speed.