APRS Guía para principiantes

From WLPS Wiki
Revision as of 18:23, 5 November 2020 by Wodie (talk | contribs) (Created page with "Para instalar Direwolf en una Raspberry Pi coriendo en Raspbian, deberás ejecutar los siguientes comandos: sudo apt-get install git sudo apt-get install gcc sudo apt-get...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Para instalar Direwolf en una Raspberry Pi coriendo en Raspbian, deberás ejecutar los siguientes comandos:

sudo apt-get install git
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install make
sudo apt-get install cmake
sudo apt-get install libasound2-dev
sudo apt-get install libudev-dev
cd ~
git clone https://www.github.com/wb2osz/direwolf
cd direwolf
git checkout dev
mkdir build && cd build
cmake ..
make -j4
sudo make install
make install-conf
sudo apt-get update
apt-cache showpkg direwolf
sudo apt-get install direwolf

Posteriormente deberás editar el siguiente archivo utilizando el siguiente comando:

sudo nano /root/direwolf.conf

En el debes buscar una línea conteniendo: