pi-build/README.md

95 wiersze
3.5 KiB
Markdown
Czysty Zwykły widok Historia

2020-01-01 01:25:24 +00:00
# Needed info for pi build
2019-12-13 11:01:02 +00:00
2020-01-01 00:12:14 +00:00
During the install you will need a few pieces of information depending on what you choose to install. If installing all apps, you will need:
For Hotspot:
2020-01-01 01:20:24 +00:00
Current WiFi SSID & Current WiFi Password
2020-01-01 00:12:14 +00:00
For Pat Winlink:
2020-01-01 01:20:24 +00:00
Winlink Password & Grid Square
2020-01-01 00:12:14 +00:00
2020-01-12 18:10:34 +00:00
# Install
2020-01-13 12:38:50 +00:00
This script is intended to run on a brand new installation of Buster. It should not be run on a pi that you have already started installing applications on. Install additional apps that you require after running this script.\
\
Flash a fresh copy of Buster to a SD card and run the following command
2020-01-12 18:10:34 +00:00
git clone https://github.com/km4ack/pi-build.git $HOME/pi-build && bash $HOME/pi-build/build-a-pi
2020-01-13 12:38:50 +00:00
# Issue Reporting - Feature Requests
Please report issues & feature requests here https://github.com/km4ack/pi-build/issues
2020-01-12 18:10:34 +00:00
# Video
2020-01-13 12:10:31 +00:00
[![IMAGE ALT TEXT](http://img.youtube.com/vi/gBokG9FI-NM/0.jpg)](https://youtu.be/gBokG9FI-NM "Build-a-Pi")
2020-01-12 18:10:34 +00:00
2020-01-01 01:25:24 +00:00
# Available Apps to Install
2020-01-13 12:10:31 +00:00
#### HOTSPOT:
2019-12-13 11:01:02 +00:00
Hotspot is used to generate a wifi hotspot that you can connect to with other wireless devices. This is useful when in the field so you can connect to and contol the pi from a wireless device.
2020-01-13 12:10:31 +00:00
#### GPS:
2020-01-13 12:12:12 +00:00
This will install the needed utilities to get a GPS device configured as a time source on the pi. Helpful when you are not connected to the internet since the pi doesn't have a real time clock and therefore will NOT keep accurate time when powered off. Confirmed to work with this GPS https://amzn.to/2R9Muup Other GPS units may work but have not been tested.
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### FLRIG:
2020-01-12 18:10:34 +00:00
Rig contol graphical interface. http://www.w1hkj.com/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### FLDIGI:
2020-01-12 18:10:34 +00:00
Digital Mode Software http://www.w1hkj.com/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### FLMSG:
Forms manager for FLDIGI http://www.w1hkj.com/
#### FLAMP:
Amateur Multicast Protocol - file transfer program http://www.w1hkj.com/
#### PAT:
2020-01-12 18:10:34 +00:00
Winlink client for Raspberry Pi https://getpat.io/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### ARDOPC:
2020-01-12 18:10:34 +00:00
HF modem for Pat. Recommended if installing Pat https://www.cantab.net/users/john.wiseman/Documents/ARDOPC.html
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### ARDOPGUI:
2019-12-13 11:01:02 +00:00
GUI interface for ARDOPC. Recommended if installing Pat
2020-01-13 12:10:31 +00:00
#### PATMENU:
2020-01-12 18:10:34 +00:00
Menu for configuring Pat. Recommended if installing Pat. https://github.com/km4ack/patmenu
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### DIREWOLF:
2020-01-12 18:10:34 +00:00
Software TNC. In this setup, direwolf is used for 2M packet connection with Pat and can be used for APRS connection with Xastir. Recommneded if installing Pat or Xastir https://github.com/wb2osz/direwolf/tree/master/doc
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### AX25:
2019-12-13 11:01:02 +00:00
AX25 tools for Direwolf & Pat. Recommended if installing Pat.
2020-01-13 12:10:31 +00:00
#### HAMLIB:
2020-01-12 18:10:34 +00:00
Rig contol software. https://sourceforge.net/projects/hamlib/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### PULSE:
2020-01-01 01:25:24 +00:00
Pulse audio. Provides a way to configure virtual sound cards. REQUIRED for AMRRON ops.
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### JS8:
2020-01-12 18:10:34 +00:00
JS8Call digital software https://js8call.com
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### M0IAX:
2020-01-12 18:10:34 +00:00
Tools for working with JS8Call. Recommended if installing JS8Call https://github.com/m0iax/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### WSJTX:
2020-01-12 18:10:34 +00:00
FT8 & WISPR software suite. https://sourceforge.net/projects/wsjt/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### CHIRP:
2020-01-12 18:10:34 +00:00
Software to program radios. https://chirp.danplanet.com
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### XASTIR:
GUI interface useful when configuring APRS nodes. https://sourceforge.net/projects/xastir/
2019-12-13 11:01:02 +00:00
2020-01-13 12:10:31 +00:00
#### YAAC:
2020-01-12 18:10:34 +00:00
Yet Another APRS Client GUI interface useful when configuring APRS nodes. https://www.ka2ddo.org/ka2ddo/YAAC.html
2020-01-01 00:12:14 +00:00
2020-01-13 12:10:31 +00:00
#### Emergency Email Server (EES):
My personal EES. Requires hotspot to be installed. https://youtu.be/XC9vdAnolO0
2020-01-13 12:50:25 +00:00
\
To access the EES, connect to the pi's hotspot, open a web browser, and navigate to email.com\
or open a web browser and navigate to the pi's ip adderss on your local network.\
Admin credentials are admin/admin by default but can be changed in the file found at\
/var/www/html/config.php
2020-01-01 00:12:14 +00:00