Oddbean new post about | logout
 That would be awesome. 
 That what I was thinking too.

I'm working on HAMSTR, and will soon have kind 1 notes totally complete, working on DMs, search, and some other stuff.  Can't do off-grid LN payments or zaps easily, but was thinking perhaps an easy way to send Bitcoin from an off-grid client over ham radio.  maybe I'll build it into my server to broadcast a tx if a certain note message is received, not sure.



 
 That’s great, I’ll keep following the progress! 
 Just some hex 
 I understand what a tx consists of.  It still needs to be broadcast, and somehow get from nostr. 
 https://hackaday.com/2024/06/26/decoding-meshtastic-with-gnu-radio/
https://github.com/rustradio/rustradio

Could replicate the gnu radio into a library or crate for RXing meshtastic with SDR and then send out using standard bitcoin RPC. 

I have limited time but have been exploring this approach.