8 comments

  • j_not_j 10 minutes ago
    If it's a matter of life and death, such as offshore fishing, you probably want a real commercial service.

    Like Garmin (Iridium based texts back and forth) or Zoleo. These are physical units that may offer texts or just a simple "sos" button.

    Or a recent iPhone will communicate with Starlink, or T-Mobile offers a similar system for Android phones and is also based on Starlink. These can exchange texts which is much more reassuring than a simple sos button.

    Of course offerings outside the US may be limited or entirely absent.

  • wmchen 1 hour ago
    Original project page: https://hermes.radio/ (Code: https://mercury.hermes.radio/)

    Organization page: https://www.rhizomatica.org/about/

    My initial thought is that this is a cool way to try and get more resilient communications technology in the hands of those who need it most in the Global South, and it's awesome it was successfully used for a Pan Pan.

    This reminds me of WinLink (an analogue to email on amateur radio), which I've heard is used by some Mariners. [1]

    I'm aware that HERMES is essentially a SDR bundle/communication terminal (for a lack of a better term for a Raspberry Pi, a screen and an SDR), so it's not really re-discovering a well known amateur radio concept, but the hardware setup sounds a bit brittle on first glance, for what is essentially an emergency/critical communication application.

    [1]: https://winlink.org/

  • mesh 1 hour ago
    This is a cool project, but fyi, in the US, this would require a license to broadcast (not receive), and I am pretty sure encryption, even with a license, is not legal (again, when broadcasting from US).

    And then only on certain bands:

    https://www.arrl.org/files/file/Regulatory/Band%20Chart/Hamb...

    • bityard 42 minutes ago
      Correct. Encryption (or more specifically, obscuring the meaning of a message) is generally not allowed for amateur radio stations except in very narrow circumstances. So any hams using this would have to turn the encryption off.

      However, it looks like this stack has encryption available as an option for stations who are transmitting sensitive data and are NOT operating under an amateur license. (Probably government-sanctioned communications or emergency humanitarian efforts.)

      • zikduruqe 11 minutes ago
        > except in very narrow circumstances

        Usually it is for the uplink control for satellites. That you'd like to keep encrypted, so that someone does not hack your bird.

  • rambambram 36 minutes ago
    The Data Slayer channel on Youtube made an interesting video about this recently: https://www.youtube.com/watch?v=5vbl5FL-nsI
  • BlackRabbit1 1 hour ago
    > Why did you build in encryption that amateur-radio regulations in many countries don’t allow?

    Encryption (in terms of hiding messages) is forbidden mostly.

    But everything else is allowed: hashes, signing, etc.

  • wmf 1 hour ago
    Coincidentally I looked into this the other day and the fastest mode is 3 kilobit/s. Great for email but it's not going to be an Internet connection.
    • kragen 3 minutes ago
      I haven't used this radio, but I have definitely used a 2.4-kilobit-per-second internet connection productively. Raw TCP/IP with SLIP or PPP will work, and with VJ header compression it works reasonably well. What won't work well is loading a web page with a bunch of images and a megabyte of JavaScript.
    • BlackRabbit1 1 hour ago
      If you want to have internet everywhere there is Starlink. Competing against it as hobbyist is a waste of time.

      But having a small, low-power, lightweight messenger that uses an extremely robust (and thereby slow) mode to send and receive messages is an interesting niche. For VHF/UHF/SHF you can use LoRa.

  • Panda_ 1 hour ago
    Sounds a lot like something that could be used with https://reticulum.network to create networks that support multiple mediums.
  • ck2 1 hour ago
    doesn't HAM radio already have a digital packet system that works like fidonet store-and-forward system?

    this just adds an encryption layer?

    • wmf 1 hour ago
      AX.25 runs at 300 bps over HF while Mercury is 10x faster.
    • fragmede 41 minutes ago
      HAM radio isn't allowed to have encryption. (Someone can write a longer comment on why thats wrong.)