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:32] darrontools:meshtastic [2024/09/11 11:25] (current) – [Command Line Interface] darron
Line 1: Line 1:
 ====Meshtastic==== ====Meshtastic====
  
 +===Mestastic Linux===
  
-===Linux===+Using the [[interfaces:wavesharehat|Wareshare Hat]] for RPi.
  
 ==Raspberry Pi Zero 2W / Pi 3B== ==Raspberry Pi Zero 2W / Pi 3B==
Line 42: Line 43:
 </code> </code>
  
-__Systemd__+__Runit__
  
 <code> <code>
-systemctl enable meshtasticd +systemctl stop meshtasticd 
-systemctl start meshtasticd+systemctl disable meshtasticd 
 +systemctl mask meshtasticd 
 +</code> 
 + 
 +<code> 
 +#! /bin/bash 
 +sleep 1 
 + 
 +#LOG 
 +exec 2>&
 +ulimit -aH 
 + 
 +#RUN 
 +mkdir -p /var/lib/meshtasticd 
 +cd /var/lib/meshtasticd 
 +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 76: Line 96:
 </code> </code>
  
 +==Update==
 +
 +<code>
 +~/.venvs/meshtastic/bin/python -m pip install --upgrade meshtastic
 +</code>
 ===Channel=== ===Channel===