Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:meshtastic [2024/09/01 11:32] – darron | tools:meshtastic [2024/09/11 11:25] (current) – [Command Line Interface] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Meshtastic==== | ====Meshtastic==== | ||
+ | ===Mestastic Linux=== | ||
- | ===Linux=== | + | Using the [[interfaces: |
==Raspberry Pi Zero 2W / Pi 3B== | ==Raspberry Pi Zero 2W / Pi 3B== | ||
Line 42: | Line 43: | ||
</ | </ | ||
- | __Systemd__ | + | __Runit__ |
< | < | ||
- | systemctl | + | systemctl |
- | systemctl | + | systemctl |
+ | systemctl mask meshtasticd | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | #! /bin/bash | ||
+ | sleep 1 | ||
+ | |||
+ | #LOG | ||
+ | exec 2>& | ||
+ | ulimit -aH | ||
+ | |||
+ | #RUN | ||
+ | mkdir -p / | ||
+ | cd / | ||
+ | exec / | ||
</ | </ | ||
===Command Line Interface=== | ===Command Line Interface=== | ||
+ | |||
+ | ==Setup== | ||
< | < | ||
- | apt install python3-full | + | sudo apt install python3-full |
</ | </ | ||
+ | |||
+ | == Install== | ||
< | < | ||
Line 76: | Line 96: | ||
</ | </ | ||
+ | ==Update== | ||
+ | |||
+ | < | ||
+ | ~/ | ||
+ | </ | ||
===Channel=== | ===Channel=== | ||