• vacuumflower@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    12 hours ago

    Something needs to route the PC to the server

    I don’t want client-server model. I want sharing model. Like with Briar.

    The only kind of “servers” might be relays, like in NOSTR, or machines running 24/7 like Briar mailbox.

    IP. How would I go about replacing it? I don’t know, I think Yggdrasil authors have written something about their routing model, but 1) it’s represented as ipv6, so IP, 2) it’s far over my head, 3) read the previous, I don’t really want to replace it as much as not to make it the main common layer.

    • nymnympseudonym@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 hours ago

      client-server model. I want sharing model. Like with Briar

      Guess what

      Briar itself, and every pure P2P decentralized network where all nodes are identical… are built on Internet Sockets which inherently require one party (“server”) to start listening on a port, and another party (“client”) to start the conversation.

      Briar uses TCP/IP, but it uses Tor routing, which is IMO a smart thing to do