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:31] – darron | tools:meshtastic [2024/09/11 11:25] (current) – [Command Line Interface] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Meshtastic==== | ====Meshtastic==== | ||
+ | ===Mestastic Linux=== | ||
- | ===Meshtasticd | + | Using the [[interfaces: |
==Raspberry Pi Zero 2W / Pi 3B== | ==Raspberry Pi Zero 2W / Pi 3B== | ||
Line 43: | Line 43: | ||
</ | </ | ||
- | __Systemd__ | + | __Runit__ |
< | < | ||
- | systemctl | + | systemctl |
- | systemctl | + | systemctl |
+ | systemctl mask meshtasticd | ||
</ | </ | ||
- | ===CLI=== | ||
< | < | ||
- | apt install python3-full | + | #! /bin/bash |
+ | sleep 1 | ||
+ | |||
+ | #LOG | ||
+ | exec 2>& | ||
+ | ulimit | ||
+ | |||
+ | #RUN | ||
+ | mkdir -p / | ||
+ | cd / | ||
+ | exec / | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===Command Line Interface=== | ||
+ | |||
+ | ==Setup== | ||
+ | |||
+ | < | ||
+ | sudo apt install python3-full | ||
+ | </ | ||
+ | |||
+ | == Install== | ||
< | < | ||
Line 75: | Line 96: | ||
</ | </ | ||
+ | ==Update== | ||
+ | |||
+ | < | ||
+ | ~/ | ||
+ | </ | ||
===Channel=== | ===Channel=== | ||
Line 93: | Line 119: | ||
==Receive== | ==Receive== | ||
- | |||
__Install__ | __Install__ |