• BigMikeInAustin@lemmy.world
    link
    fedilink
    English
    arrow-up
    37
    ·
    5 months ago

    from anywhere on the planet, using just a web browser.

    The poor astronauts on the International Space Station miss out on so much.

  • BigMikeInAustin@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    5 months ago

    Raspberry Pi Connect needs your Raspberry Pi to be running a 64-bit distribution of Raspberry Pi OS Bookworm that uses the Wayland window server. This in turn means that, for now, you’ll need a Raspberry Pi 5, Raspberry Pi 4, or Raspberry Pi 400.

    At the moment, the Raspberry Pi Connect service has just a single relay (TURN) server, located in the UK. This means that if rpi-connect chooses to relay traffic, the latency can be quite high.

    Our intention is that Raspberry Pi Connect will remain free (as in beer) for individual users with non-relayed connections, with no limit on the number of devices.

    • riodoro1@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      4
      ·
      5 months ago

      Meanwhile you could just set up all of it yourself and learn a couple of things along the way but instead rPi insists on giving its users training wheels for everything. I think it would be much more useful if they provided a dns service with dynamic ip handling.

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        SSH jump host is the same as this. You still have to have a public available service somewhere, that’s how routing works.

      • TigrisMorte@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        Not true. SSH works over the open Internet just fine. It is simply an attack vector. Just like Pi Connect would be. So if both are attack vectors, go with the proven technology that is well documented as to how to prevent said attack.

          • TigrisMorte@kbin.social
            link
            fedilink
            arrow-up
            2
            ·
            4 months ago

            A: port forwarding is only required if not in a DMZ.
            B: open ports are how machines are accessed regardless of if they are forwarded or not.
            C: if you don’t understand how ports work, you have no business exposing anything.

            • /home/pineapplelover@lemm.ee
              link
              fedilink
              arrow-up
              1
              ·
              4 months ago

              Well I have my port open in my lan but the only way to access it outside of my lan is to port forward. I don’t understand how you can say that all you need to do is open the port and the machine can be accessed.

              Same concept applies for any other service like a game server.