I am not at this time running my own relay, rather using standard ones. You could easily run a custom one though. I built a custom packet system based on KISS AX25 packet specs. It handles the connections, disconnects, packet splitting, CRC checks on each packet split, retries, lost packet request, automatic detection of a bad packet and a bit more. I know nothing about wifi protocols however.
Login to reply
Replies (3)
Unfortunately, I'm not familiar with most radio protocols (yet). Does the tool you built translate nostr events to analogue signals and back?
My hope is that I can send nostr events to a local relay over TCP/IP from my phone without any extra hardware and your relay can receive that nostr event directly from my relay over radio. Thanks to negentropy, we might be able to cut out the ISP without needing to attach radio equipment directly to our phones.
You will need to charge other relays for events that you send them over radio, because spectrum is a scarce resource.. @Gzuuus, does negentropy require a lot of bandwidth?
Technically, yes. That's what the software modem does. Data to sounds, then the other side does the opposite.
Looks like someone made a relay interface for meshtactic. This is super exciting, because reduces our reliance on TCP-IP without us needing to have analogue radio equipment in our pockets:

GitHub
GitHub - ksedgwic/noshtastic: a broadcast negentropy meshtastic nostr relay
a broadcast negentropy meshtastic nostr relay. Contribute to ksedgwic/noshtastic development by creating an account on GitHub.