diff --git a/README.md b/README.md new file mode 100644 index 0000000..55487c4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# WhackerLink Console V2 +### WhackerLink Dispatch Console +![console](./images/consolehome.JPG) +## Setup +- Download the packaged release from the releases or clone and build yourself +- Modify the codeplug file +- Select the codeplug once opening the app +## Features +- Custumizable widgets +- Auto saved and transferable user settings \ No newline at end of file diff --git a/WhackerLinkConsoleV2/codeplugs/codeplug.yml b/WhackerLinkConsoleV2/codeplugs/codeplug.yml new file mode 100644 index 0000000..a0081c1 --- /dev/null +++ b/WhackerLinkConsoleV2/codeplugs/codeplug.yml @@ -0,0 +1,50 @@ +radioWide: + hostVersion: "R01.00.00" + codeplugVersion: "R01.00.00" + radioAlias: "" + serialNumber: "123ABC1234" + model: "CONSOLE" + inCarMode: "N/A" + +systems: + - name: "System 1" + address: "localhost" + port: 3009 + rid: "123456" + site: + name: "Central Site" + controlChannel: "772.74375" + voiceChannels: [] + location: + x: 757.89 + y: 1274.17 + z: 360.3 + systemID: 1 + siteID: 1 + range: 1.5 + + +zones: + - name: "Zone 1" + channels: + - name: "Channel 1" + system: "System 1" + tgid: "2001" + - name: "Channel 2" + system: "System 1" + tgid: "15002" + - name: "Channel 3" + system: "System 1" + tgid: "15003" + + - name: "Zone 2" + channels: + - name: "Channel A" + system: "System 1" + tgid: "16001" + - name: "Channel B" + system: "System 1" + tgid: "16002" + - name: "Channel C" + system: "System 1" + tgid: "16002" \ No newline at end of file diff --git a/images/consolehome.JPG b/images/consolehome.JPG new file mode 100644 index 0000000..35bb293 Binary files /dev/null and b/images/consolehome.JPG differ