Text-based Bulletin Board System (BBS) designed to run over the Meshtastic network.
Follow these steps to set up and run the MeshBoard system on your Raspberry Pi.
sudo apt update && sudo apt upgrade -y
sudo apt install python3-pip python3-serial git
pip3 install meshtastic
git clone https://github.com/VeggieVampire/MeshBoard
cd MeshBoard
python3 bbs_system.py
Once this setup is complete, the system will be ready to operate on the local mesh network via the USB-connected Meshtastic device.