A new internet, a fresh start https://piermesh.net
Go to file
Agie Ashwood bda89ca795 Prototype cleanup 2 2024-11-26 11:34:29 -07:00
docs Prototype cleanup 2 2024-11-26 11:34:29 -07:00
imgs Reset 2024-08-06 14:18:35 +00:00
src Prototype cleanup 2 2024-11-26 11:34:29 -07:00
.gitignore Prototype fast forward 2024-11-22 20:34:39 -07:00
LICENSE Reset 2024-08-06 14:18:35 +00:00
bubble.png Reset 2024-08-06 14:18:35 +00:00
builddocs Docs: Mandocs 2024-08-06 14:32:40 +00:00
catch.png Reset 2024-08-06 14:18:35 +00:00
overview.png Reset 2024-08-06 14:18:35 +00:00
piermeshicon.png Reset 2024-08-06 14:18:35 +00:00
pyvenv.cfg Prototype fast forward 2024-11-22 20:34:39 -07:00
readme.md Prototype cleanup 2 2024-11-26 11:34:29 -07:00
requirements.txt Prototype fast forward 2024-11-22 20:34:39 -07:00

readme.md

PierMesh logo

PierMesh

A new internet, a fresh start

Docs

You can find the full docs here: docs/

How to use

Note: these instructions will probably only work on Linux at the moment

Note: check the scripts to make sure they'll work with your system, and in general I recommend checking scripts before you run them

Follow Meshtastic's guide on setting up your device: https://meshtastic.org/docs/getting-started/

Make sure you have the latest Python installed

Make sure you have pip and venv installed

git clone https://git.utopic.work/PierMesh/piermesh

cd piermesh

python -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

cd src

python run.py

License text

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.