new theme and some link fixes
This commit is contained in:
parent
e70d6dc50c
commit
32ccd0903e
|
@ -1 +1,3 @@
|
||||||
# About Equipment
|
# About Equipment
|
||||||
|
|
||||||
|
This section will hold information on antennas, radios and perhaps coax.
|
||||||
|
|
|
@ -28,7 +28,7 @@ The key things you will need are:
|
||||||
|
|
||||||
If you don't want to spend a lot of money to dip your toe in, you don't have to. The only things you'll need are a radio, a computer and a cable to interface between the two. Everything else can run as software.
|
If you don't want to spend a lot of money to dip your toe in, you don't have to. The only things you'll need are a radio, a computer and a cable to interface between the two. Everything else can run as software.
|
||||||
|
|
||||||
Have a look to see if you have a [proven radio](radios/index.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node.
|
Have a look to see if you have a [proven radio](equipment/radios.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node.
|
||||||
|
|
||||||
I'd recommend trying 1200bd on VHF or UHF first, but slower modes on HF are perfectly do-able as well if you're on an island or stuck in a ditch,
|
I'd recommend trying 1200bd on VHF or UHF first, but slower modes on HF are perfectly do-able as well if you're on an island or stuck in a ditch,
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,9 @@ sudo nano /etc/bpq32.cfg
|
||||||
sudo chown :linbpq /etc/bpq32.cfg
|
sudo chown :linbpq /etc/bpq32.cfg
|
||||||
sudo chmod 644 /etc/bpq32.cfg
|
sudo chmod 644 /etc/bpq32.cfg
|
||||||
```
|
```
|
||||||
|
!!! note
|
||||||
|
|
||||||
|
Without a config file installed to /etc/bpq32.cfg, bpq will not start
|
||||||
|
|
||||||
## Configure
|
## Configure
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
The linux native stack is highly configurable and can be easily installed on all Debian distros.
|
The linux native stack is highly configurable and can be easily installed on all Debian distros.
|
||||||
|
|
||||||
|
More detailed configuration instructions and explanations can be found [here](../config/linux.md)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
To get a basic node setup, the minimum viable software is:
|
To get a basic node setup, the minimum viable software is:
|
||||||
|
|
12
mkdocs.yml
12
mkdocs.yml
|
@ -28,15 +28,11 @@ nav:
|
||||||
- Glossary: glossary.md
|
- Glossary: glossary.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: material
|
||||||
navigation_depth: 5
|
|
||||||
collapse_navigation: false
|
|
||||||
sticky_navigation: true
|
|
||||||
prev_next_buttons_location: none
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- search
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- admonition
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.superfences
|
||||||
|
|
Loading…
Reference in New Issue