Packet Radio BBS

From Noisebridge
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Resources | Events | Projects | 5MoF | Meetings | Donate | (Edit)
Communications Channels | Wiki | Discuss | Slack | Jitsi | Pad | Meetup | Discord | Trello | Github | IRC | VR | Twitter | 5MoF | YouTube | Blog | Zine | Contacts | Mailinglist | Guestbook | BBS | (Edit)
BBS | ANSI Art | BBS Door Games | Packet Radio BBS | Edit
Packet Radio BBS Project aims to get OG BBS software working over packet radio as a joint BBS / Hambridge project.

Research

LoRA BBS Options

LoRa stands for Long Range and is a license-free long-range radio technology.

A thread about using LoRa for a BBS with FidoNet message relaying has this to say:

unsignedmark:
I really don’t think LoRaWAN is a great contender for BBS’ing or general human-to-human communication in any sense. The LoRaWAN protocol is really designed for a large number of nodes to share a very limited upstream channel to a distant server, and have almost zero individual downstream capacity.

LoRa by itself though, that’s another matter. It’s a very promising modulation scheme and it brings us long range, wide-area wireless communication on license-free spectrum. That’s key. Speeds are slower than dripping tar by “modern” standards, but sufficient for rich human-to-human communication, and similar to dialup.

I could go on for hours on the topic, but I won’t bore you.

I did make an open source LoRa radio transceiver that connects to more or less any computer over USB serial though: https://unsigned.io/rnode It uses raw LoRa modulation and drops the overhead and design limitations of LoRaWAN.

I also put in significant amount of work on a protocol called Reticulum that is very well suited for running over “slow” links like LoRa, packet radio or dialup, but offers useful features like zero-conf routing and strong encryption by default. Preliminary info is here: https://unsigned.io/reticulum

One of my main motivations for creating these projects is to implement a distributed, peer-to-peer BBS-like system that can be deployed over license-free radio spectrum, phone lines, the internet, or any combination with minimal cost and coordination required.

If any of that sounds interesting, I’ll be happy to answer any questions.