piermesh/readme.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

2024-07-28 11:21:15 +00:00
![PierMesh logo](piermeshicon.png)
# PierMesh
## A new internet, a fresh start
This is the monorepo for PierMesh.
2024-08-02 20:59:23 +00:00
# Docs
2024-07-28 11:21:15 +00:00
2024-08-03 01:35:42 +00:00
You can find the full docs here: [docs/](https://git.utopic.work/PierMesh/piermesh/src/branch/main/docs)
2024-07-28 11:21:15 +00:00
# How to use
Note: these instructions will probably only work on Linux at the moment
2024-07-29 14:13:56 +00:00
2024-08-03 01:35:42 +00:00
Note: check the scripts to make sure they'll work with your system, and in general I recommend checking scripts before you run them
2024-07-28 11:21:15 +00:00
Follow Meshtastic's guide on setting up your device: [https://meshtastic.org/docs/getting-started/](https://meshtastic.org/docs/getting-started/)
Make sure you have the latest Python installed
```
2024-07-28 11:21:15 +00:00
git clone https://git.utopic.work/PierMesh/piermesh
cd piermesh
python -m venv .
source bin/activate
pip install -r requirements.txt
cd src
chmod a+x ./scripts/falin
./scripts/falin
```
2024-08-04 14:36:32 +00:00
2024-08-05 09:47:11 +00:00
# License text
2024-08-04 14:36:32 +00:00
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/](https://www.gnu.org/licenses/).