This commit is contained in:
Hibby 2024-03-27 02:15:02 +00:00
parent a882ef8eb2
commit 54b07da19f
No known key found for this signature in database
4 changed files with 20 additions and 15 deletions

View File

@ -0,0 +1 @@
# QtTermTCP

View File

@ -16,7 +16,7 @@ sudo apt install linbpq
## Configure
```
sudo mv /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
sudo cp /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
sudo nano /etc/bpq32.cfg
sudo chown :linbpq /etc/bpq32.cfg
sudo chmod 644 /etc/bpq32.cfg

View File

@ -0,0 +1,2 @@
#QtSoundModem
hi

View File

@ -1,28 +1,30 @@
site_name: Hibby's Packet Radio Guide
site_url: https://packetradio.debian.net
nav:
- Home: "index.md"
- About: "about.md"
- Glossary: "glossary.md"
- Home: index.md
- About: about.md
- Glossary: glossary.md
- Radios:
- "radios/index.md"
- radios/index.md
- Modems:
- NinoTNC: "modems/ninotnc.md"
- QtSoundModem: "modems/qtsm.md"
- Direwolf: "modems/direwolf.md"
- modems/ninotnc.md
- modems/qtsm.md
- modems/direwolf.md
- Clients:
- QtTermTCP: "clients/qtttcp.md"
- clients/qtttcp.md
- Software Setup:
- "software.md"
- BPQ: "install/bpq.md"
- Linux: "install/linux.md"
- software.md
- install/bpq.md
- install/linux.md
- Node Configuration:
- BPQ: "config/bpq.md"
- config/bpq.md
- Misc:
- Repo Setup: "repo.md"
- repo.md
theme:
name: readthedocs
navigation_depth: 5
collapse_navigation: False
sticky_navigation: False
sticky_navigation: True
highlightjs: True
plugins:
- search