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.
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).
I would expect this system to ultimately be used under a commercial HF license rather than an amateur license, given the feature set and that it seems to have much more in common with military systems like ALE than amateur practice. That said, because of the scarce supply of HF bandwidth, commercial HF licenses are quite restrictive in the US. For the most part, you are only allowed to apply for one if you are an infrastructure operator that needs a contingency communications capability for disaster response. That said, the FCC has permitted experimental licenses for some commercial applications like high frequency trading, so perhaps the situation will become less restrictive over time.
That said, commercial licenses are not per-operator like amateur licenses, so you would potentially only need one to cover the entire network. Some of this is ultimately negotiated.
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.)
what would happen if you were to break that law? like im talking enforcement here not whats on the books.. for example torrenting and uploding copyrighted files is illegal but most people dont give a shit as enforecement is almost non existant. i know radio is taken more seriously then torrenting but this must also be very low on priority for the government unless you are jamming people or somehow stand out enough for anyone to care or notice....
You're right that most amateur radio regulations are self-policed by other amateur radio operators, and true enforcement is probably rarer than folks like to imagine.
But depending on the environment (and noting that this project is specifically targeted towards communities seeking last-resort communication), there's definitely still risk, even if there isn't a spectrum authority with any real policing powers.
For example (and I say this speculatively), if you're broadcasting encrypted radio traffic in a conflict zone, it could be hard to differentiate between civilian traffic and military traffic happening on civilian bands, so you might be wrongly targeted by a drone strike.
If you already have a target on your back, radio laws can still be arbitrarily applied upon oneself, as in the case of Aung San Suu Kyi, who was once detained on the pretense of illegally importing handheld radios. [1]
In the US, FCC investigations are complaint-driven. Meaning, if you interfere with someone else's frequency, and they complain about it hard enough, the FCC will take an interest in you. Especially if you interfere with public safety. (But they will still go after the more flagrant and persistent abusers on the ham bands.)
In practice very little. The FCC tends to focus on long-lived stationary stations ("pirate" radio) with their few enforcement actions. That said it's important to remember that radio transmissions can easily be tracked to their source (doubly so with drones) and you should plan for that eventuality.
My sense is that at most you will be yelled at by HAMs - unless you are actually disrupting emergency communications. Ensuring radios can be used in emergencies is why licensing exists at all and people take ensuring it can be used for that pretty seriously (for good reason).
> what would happen if you were to break that law? like im talking enforcement here not whats on the books.
In the UK, nothing. There are far more important laws to enforce.
You will get some fat whiny old guy bitching about it to anyone who will listen, but you literally could not pay Ofcom to take an interest, and there are only about two people in the whole of the UK who have the skill to do anything about it.
You really only need authentication for that, not encryption. MACs and such are okay on ham bands as I understand it. You just can't obscure the message. If you want a private channel to the exclusion of other people, license a frequency and pay for it. Spectrum is a scarce resource.
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.
> 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.
Even the legislators really understand it. They are allowing encryption for remote controlling ham satellites. With proper signing even that would not be necessary (with only exception of key rotations maybe).
On the etymology of the name of the project, see Greek mythology:
> Hermes (/ˈhɜːrmiːz/; Ancient Greek: Ἑρμῆς) is an Olympian deity in ancient Greek religion and mythology considered the herald of the gods. He is also widely considered the protector of human heralds, travelers, thieves,[2] merchants, and orators.[3][4] He is able to move quickly and freely between the worlds of the mortal and the divine aided by his winged sandals.
If you have local stt and tts voice stack on the phone, this would be very useful as the interface to talk to your agent back at home. All inference happens on your local machine while the actual information is sent via text. said text is then processed by your phone via tts as output, same for your voice as input (asr). this project is actually something ive considered doing myself as my voice agent is almost done and ive wanted to take a look and see if i could have acess to him from anywhere in the world..
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.
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.
Ham radio also has the FT8 protocol which is optimized for bad signal to noise environments, but has low bandwidth. However, using this protocol a 10Watt radio has global reach under the right conditions, which is pretty mind boggling.
About encryption, the US rules are that you can use digital protocols but you must publish the specs so anyone can, in principle, decode the signal.
>the US rules are that you can use digital protocols but you must publish the specs so anyone can, in principle, decode the signal.
This restriction does not appear to actually be enforced, eg, if I recall correctly the VARA HF/FM modes do not have published specs anywhere near sufficient to decode them, to the point where there are projects trying to reverse engineer them.
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/
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...
I would expect this system to ultimately be used under a commercial HF license rather than an amateur license, given the feature set and that it seems to have much more in common with military systems like ALE than amateur practice. That said, because of the scarce supply of HF bandwidth, commercial HF licenses are quite restrictive in the US. For the most part, you are only allowed to apply for one if you are an infrastructure operator that needs a contingency communications capability for disaster response. That said, the FCC has permitted experimental licenses for some commercial applications like high frequency trading, so perhaps the situation will become less restrictive over time.
That said, commercial licenses are not per-operator like amateur licenses, so you would potentially only need one to cover the entire network. Some of this is ultimately negotiated.
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.)
what would happen if you were to break that law? like im talking enforcement here not whats on the books.. for example torrenting and uploding copyrighted files is illegal but most people dont give a shit as enforecement is almost non existant. i know radio is taken more seriously then torrenting but this must also be very low on priority for the government unless you are jamming people or somehow stand out enough for anyone to care or notice....
You're right that most amateur radio regulations are self-policed by other amateur radio operators, and true enforcement is probably rarer than folks like to imagine.
But depending on the environment (and noting that this project is specifically targeted towards communities seeking last-resort communication), there's definitely still risk, even if there isn't a spectrum authority with any real policing powers.
For example (and I say this speculatively), if you're broadcasting encrypted radio traffic in a conflict zone, it could be hard to differentiate between civilian traffic and military traffic happening on civilian bands, so you might be wrongly targeted by a drone strike.
If you already have a target on your back, radio laws can still be arbitrarily applied upon oneself, as in the case of Aung San Suu Kyi, who was once detained on the pretense of illegally importing handheld radios. [1]
[1]: https://apnews.com/article/aung-san-suu-kyi-myanmar-asia-ap-...
In the US, FCC investigations are complaint-driven. Meaning, if you interfere with someone else's frequency, and they complain about it hard enough, the FCC will take an interest in you. Especially if you interfere with public safety. (But they will still go after the more flagrant and persistent abusers on the ham bands.)
In practice very little. The FCC tends to focus on long-lived stationary stations ("pirate" radio) with their few enforcement actions. That said it's important to remember that radio transmissions can easily be tracked to their source (doubly so with drones) and you should plan for that eventuality.
My sense is that at most you will be yelled at by HAMs - unless you are actually disrupting emergency communications. Ensuring radios can be used in emergencies is why licensing exists at all and people take ensuring it can be used for that pretty seriously (for good reason).
> what would happen if you were to break that law? like im talking enforcement here not whats on the books.
In the UK, nothing. There are far more important laws to enforce.
You will get some fat whiny old guy bitching about it to anyone who will listen, but you literally could not pay Ofcom to take an interest, and there are only about two people in the whole of the UK who have the skill to do anything about it.
> 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.
You really only need authentication for that, not encryption. MACs and such are okay on ham bands as I understand it. You just can't obscure the message. If you want a private channel to the exclusion of other people, license a frequency and pay for it. Spectrum is a scarce resource.
Going to be super pedantic here - in ham radio you don't broadcast, you transmit.
Yes! Broadcasting is prohibited!
(and this all reminded I need to renew my license which I haven't used in about 8 years! Looks like I also need a refresher!)
https://n5dux.com/ham/files/pdf/Data%20Encryption%20is%20Leg...
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.
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.
Prohibitively expensive, and also not available to 90% of the planet's commercial fishermen.
For them, an iPhone can be an entire year's profit.
The people in TFA aren't going to be featured on The Deadliest Crab.
These are essential for remote solo hiking.
> 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.
Even the legislators really understand it. They are allowing encryption for remote controlling ham satellites. With proper signing even that would not be necessary (with only exception of key rotations maybe).
On the etymology of the name of the project, see Greek mythology:
> Hermes (/ˈhɜːrmiːz/; Ancient Greek: Ἑρμῆς) is an Olympian deity in ancient Greek religion and mythology considered the herald of the gods. He is also widely considered the protector of human heralds, travelers, thieves,[2] merchants, and orators.[3][4] He is able to move quickly and freely between the worlds of the mortal and the divine aided by his winged sandals.
* https://en.wikipedia.org/wiki/Hermes
Rough Roman equivalent:
* https://en.wikipedia.org/wiki/Mercury_(mythology)
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.
If you have local stt and tts voice stack on the phone, this would be very useful as the interface to talk to your agent back at home. All inference happens on your local machine while the actual information is sent via text. said text is then processed by your phone via tts as output, same for your voice as input (asr). this project is actually something ive considered doing myself as my voice agent is almost done and ive wanted to take a look and see if i could have acess to him from anywhere in the world..
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.
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.
The Data Slayer channel on Youtube made an interesting video about this recently: https://www.youtube.com/watch?v=5vbl5FL-nsI
Sounds a lot like something that could be used with https://reticulum.network to create networks that support multiple mediums.
I did not yet watch the full video, but Data Slayer on Youtube made a video about this, I guess. It's at https://www.youtube.com/watch?v=5vbl5FL-nsI
Considering the state of the higher bands lately, i'd stick with commercial solutions like garmin inreach for any kind of emergency situations.
For playing with ham radio, you can just play with ham radio, it's been done for decades. No encryption on ham bands anyway.
doesn't HAM radio already have a digital packet system that works like fidonet store-and-forward system?
this just adds an encryption layer?
Ham radio also has the FT8 protocol which is optimized for bad signal to noise environments, but has low bandwidth. However, using this protocol a 10Watt radio has global reach under the right conditions, which is pretty mind boggling.
About encryption, the US rules are that you can use digital protocols but you must publish the specs so anyone can, in principle, decode the signal.
>the US rules are that you can use digital protocols but you must publish the specs so anyone can, in principle, decode the signal.
This restriction does not appear to actually be enforced, eg, if I recall correctly the VARA HF/FM modes do not have published specs anywhere near sufficient to decode them, to the point where there are projects trying to reverse engineer them.
AX.25 runs at 300 bps over HF while Mercury is 10x faster.
HAM radio isn't allowed to have encryption. (Someone can write a longer comment on why thats wrong.)
https://n5dux.com/ham/files/pdf/Data%20Encryption%20is%20Leg...
Depends on your jurisdiction. In Canada it's allowed if you publish your keys.
https://www.rac.ca/encryption/