Skip to content

Commit ee41cb9

Browse files
committed
linted markdown files
1 parent 875e996 commit ee41cb9

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

INSTALL_BUILD.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22

33
## SetUp DevEnv
44

5-
### on a mac
5+
### macOS
6+
67
#### Prerequisites
8+
79
* XCode
810
* brew
911

10-
#### Setup:
12+
#### Setup
13+
1114
1. go to CLI and type `brew install node`
1215
2. clone repo: `git clone https://github.com/wavelog/WaveLogGate.git`
1316
3. change to repo-directory
1417
4. type: `npm install`
1518
5. type: `npm install -g electron-forge`
1619

17-
#### Usage:
20+
#### Usage
21+
1822
* `npm run start` for starting the App in dev-mode
1923

20-
#### Build/Compile:
24+
#### Build/Compile
25+
2126
* `npm run make` - after successful build the binary will appear in the subfolder "out"

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,61 @@
11
# CAT and WSJT-X Bridge for Wavelog
22

3-
#### Prerequisites
3+
## Prerequisites
4+
45
* [FLRig](http://www.w1hkj.com/) properly SetUp to your TRX (if you want to use the CAT-Feature. It's optional!)
56
* WSJT-X (if you want to use the automatic logging from WSJT-X/Z/Y / FLDigi / Tool which produces UDP-Log-Packets)
67
* WaveLog-Account on any WaveLog instance
78
* HTTPS (SSL) has to be enabled for Wavelog to use WLGate
89

9-
#### WARNING // IMPORTANT! (When using AppleSilicon Mac)
10+
## WARNING // IMPORTANT! (When using AppleSilicon Mac)
11+
1012
If you use a newer mac (with M1,M2,M3, etc.) apple changed their policy for unsigned Apps.
1113
There's a workaround available, but you need the Terminal aka Shell for that.
1214
Instructions:
15+
1316
1. Download Binary/DMG
1417
2. Copy Binary/DMG to Application-Folder
1518
3. Launch Terminal.app
1619
4. Type in the following:
17-
- `xattr -d com.apple.quarantine /Applications/WaveLogGate.app`
18-
- Launch the Application (should launch now)
20+
* `xattr -d com.apple.quarantine /Applications/WaveLogGate.app`
21+
* Launch the Application (should launch now)
22+
23+
## Setup
1924

20-
#### Setup:
2125
1. Download Binary
2226
2. Start Binary (for Windows: Start Binary and after that you have a NEW Binary. One can delete the old one)
2327
3. Fill in informations:
24-
* WAVELog-URL including index.php (if you setted it up with that)
25-
* API-Key (from Wavelog / Right Menu / API-Keys)
26-
* Station-ID (from Wavelog / Right Menu / See Stationlocations / small badge with station-ID)
28+
* WAVELog-URL including index.php (if you setted it up with that)
29+
* API-Key (from Wavelog / Right Menu / API-Keys)
30+
* Station-ID (from Wavelog / Right Menu / See Stationlocations / small badge with station-ID)
2731
4. If you're running FLRig on the same machine put 127.0.0.1 to FLRig-Host and 12345 to FLRig Port and enable it.
2832
5. Click "Test" - Button becomes green if working, Red with detailled issue below, when faulty.
2933
6. Click "Save" if everything is okay
3034

31-
#### WSJT-X (and derivates) SetUp:
35+
## WSJT-X (and derivates) SetUp
36+
3237
Go To WSJT-X-Settings // Reporting
3338
Enable "Secondary UDP Server" like shown in the picture. Do NOT set "UDP Server" (above) to the same Port!
3439

3540
![image](https://github.com/wavelog/waveloggate/assets/1410708/7238b193-c589-4ae3-97f8-eae506965dff)
3641

37-
#### SetUp/Working with CAT in Wavelog
42+
## SetUp/Working with CAT in Wavelog
43+
3844
1. Open Live-Logging
3945
2. Set Radio at Radio-Tab
4046
3. Do QSO
4147
4. Log
4248

4349
Radio will be saved for next QSO
4450

45-
#### Features
51+
## Features
52+
4653
* When clicking on a spot in WaveLog-Bandmap your TRX with QSY to the Spot.
4754
* If you log a (non WSJT-X) QSO first go to "Stations Tab" and chose "WLGate" as Radio. After that Band/Mode/QRG will be automatically taken from your Rig into the QSO-Fields
4855
* When clicking the loupe at Live-QSO/Post-QSO Wavelog will automaticly lookup the Spot behind the QRG (if there's a spot)
4956

5057
Enjoy
5158

52-
#### Contributing
53-
Contribution is welcome. PRs will only be accepted against the Dev-Branch.
59+
## Contributing
5460

61+
Contribution is welcome. PRs will only be accepted against the Dev-Branch.

0 commit comments

Comments
 (0)