Skip to content

Commit b2e1894

Browse files
authored
Merge pull request #22 from fred-corp/master
Add a macOS Icon for WaveLogGate
2 parents 369eac4 + dc16b03 commit b2e1894

File tree

7 files changed

+37
-18
lines changed

7 files changed

+37
-18
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: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +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

42+
## SetUp/Working with CAT in Wavelog
43+
44+
1. Open Live-Logging
45+
2. Set Radio at Radio-Tab
46+
3. Do QSO
47+
4. Log
48+
49+
Radio will be saved for next QSO
50+
51+
## Features
3752

38-
#### Features
3953
* When clicking on a spot in WaveLog-Bandmap your TRX with QSY to the Spot.
4054
* 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
4155
* When clicking the loupe at Live-QSO/Post-QSO Wavelog will automaticly lookup the Spot behind the QRG (if there's a spot)
4256

4357
Enjoy
4458

45-
#### Contributing
46-
Contribution is welcome. PRs will only be accepted against the Dev-Branch.
59+
## Contributing
4760

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

favicon.ico

-15 KB
Binary file not shown.

forge.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
packagerConfig: {
33
// set config executableName
44
executableName: "wlgate",
5-
icon: './favicon.ico',
5+
icon: './icon',
66
asar: true,
77
},
88
publishers: [
@@ -21,7 +21,7 @@ module.exports = {
2121
makers: [
2222
{
2323
name: '@electron-forge/maker-squirrel',
24-
config: { icon: "./favicon.ico", maintainer: 'DJ7NT', loadingGif: "loading.gif", name: "WLGate_by_DJ7NT" },
24+
config: { icon: "./icon.png", maintainer: 'DJ7NT', loadingGif: "loading.gif", name: "WLGate_by_DJ7NT" },
2525
},
2626
{
2727
name: '@electron-forge/maker-dmg',

icon.icns

75.1 KB
Binary file not shown.

icon.ico

176 KB
Binary file not shown.

icon.png

33 KB
Loading

0 commit comments

Comments
 (0)