Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:meshtastic [2024/09/01 11:47] – [Linux] darrontools:meshtastic [2024/09/11 11:25] (current) – [Command Line Interface] darron
Line 1: Line 1:
 ====Meshtastic==== ====Meshtastic====
  
-===Linux===+===Mestastic Linux===
  
-Setup the [[interfaces:wavesharehat|Wareshare Hat]] for RPi.+Using the [[interfaces:wavesharehat|Wareshare Hat]] for RPi.
  
 ==Raspberry Pi Zero 2W / Pi 3B== ==Raspberry Pi Zero 2W / Pi 3B==
Line 44: Line 44:
  
 __Runit__ __Runit__
 +
 +<code>
 +systemctl stop meshtasticd
 +systemctl disable meshtasticd
 +systemctl mask meshtasticd
 +</code>
  
 <code> <code>
Line 56: Line 62:
 mkdir -p /var/lib/meshtasticd mkdir -p /var/lib/meshtasticd
 cd /var/lib/meshtasticd cd /var/lib/meshtasticd
-exec /sbin/meshtasticd -d /var/lib/meshtastic -c /etc/meshtasticd/config.yaml+exec /sbin/meshtasticd -d /var/lib/meshtasticd -c /etc/meshtasticd/config.yaml
 </code> </code>
  
  
 ===Command Line Interface=== ===Command Line Interface===
 +
 +==Setup==
  
 <code> <code>
-apt install python3-full+sudo apt install python3-full
 </code> </code>
 +
 +== Install==
  
 <code> <code>
Line 86: Line 96:
 </code> </code>
  
 +==Update==
 +
 +<code>
 +~/.venvs/meshtastic/bin/python -m pip install --upgrade meshtastic
 +</code>
 ===Channel=== ===Channel===