TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A new protocol for packet radio including ECDSA and compression

224 pointsby braxxoxover 6 years ago

9 comments

ysleepyover 6 years ago
Maybe messages should include a coarse timestamp to prevent replay of old messages by some adversary.<p>Someone could resend a month old &quot;yes&quot; with your valid signature to a question someone asks now.<p>Also it might be beneficial to include sequence numbers or message IDs and for example echo the last 4 ids in following messages so recipients can detect holes. - The chat could insert some placeholder to notify recipients of missing previous messages.
评论 #18161234 未加载
评论 #18059922 未加载
评论 #18060147 未加载
评论 #18062166 未加载
评论 #18062792 未加载
vvandersover 6 years ago
Does this do any sort of FEC? One of the things that makes stuff like this tricky(and APRS in general) is that one flipped bit throws off the whole decode.<p>From what I&#x27;ve seen out there would be a 40% improvement[1] in just base APRS if there was some form of basic FEC built into the protocol. Sadly most of &quot;state of the art&quot; is stuck back in the 80s.<p>[1] <a href="http:&#x2F;&#x2F;eludium.stensat.org&#x2F;mcguire&#x2F;projects&#x2F;FX-25&#x2F;FX-25_performance.htm" rel="nofollow">http:&#x2F;&#x2F;eludium.stensat.org&#x2F;mcguire&#x2F;projects&#x2F;FX-25&#x2F;FX-25_perf...</a>
评论 #18060033 未加载
评论 #18059606 未加载
评论 #18059222 未加载
评论 #18062762 未加载
hfdgiutdrygover 6 years ago
<i>An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves</i><p>I just wanted to say thank you for such a concise, <i>clear</i> summary. So many projects get posted with cryptic descriptions full of insider terms.
评论 #18061930 未加载
Cyph0nover 6 years ago
Cool project! I have always been interested in the amateur radio scene.<p>So encrypting amateur radio comms is illegal in the US? Is there a particular reason for this?
评论 #18058375 未加载
评论 #18059125 未加载
评论 #18058331 未加载
评论 #18058948 未加载
评论 #18058272 未加载
评论 #18058249 未加载
评论 #18058964 未加载
评论 #18059251 未加载
评论 #18058369 未加载
leetbulbover 6 years ago
&gt; With amateur packet radio anyone can pretend to be anyone else. With Chattervox, you can be sure you&#x27;re chatting with the person you intend to.<p>This is a great idea, for both the community and as a hobby project. Has there been any other attempts at similar protocols for amateur radio?
评论 #18059170 未加载
mycallover 6 years ago
I would love to another version of this using gnuradio and lime sdr mini (or similar)
评论 #18058974 未加载
评论 #18058994 未加载
Cieplakover 6 years ago
If you every want to listen to ham packet radio in the US, tune your radio to 144.390 MHZ and it sounds like a modem :)
ChuckMcMover 6 years ago
This is pretty neat, and its nice that I already have all the pre-reqs :-). Although I&#x27;m wondering if I have to use the analog cable for the radio as I&#x27;ve got the USB one, that will be a bit of investigation.
评论 #18062068 未加载
howard941over 6 years ago
Pretty neat. I like the ECDSA for remote control.