Init WIP Bot
This commit is contained in:
17
Client/config/clientConfig.js
Normal file
17
Client/config/clientConfig.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// Core config settings for the node, these are the settings that are checked with the server
|
||||
exports.clientConfig = {
|
||||
"id": 13,
|
||||
"name": "boilin balls in the hall",
|
||||
"ip": "172.16.100.150",
|
||||
"port": 3001,
|
||||
"location": "the house",
|
||||
"nearbySystems": ["Westchester Cty. Simulcast"],
|
||||
"online": true
|
||||
}
|
||||
|
||||
// Configuration for the connection to the server
|
||||
exports.serverConfig = {
|
||||
"ip": "127.0.0.1",
|
||||
"hostname": "localhost",
|
||||
"port": 3000
|
||||
}
|
||||
16
Client/config/core.js.default
Normal file
16
Client/config/core.js.default
Normal file
@@ -0,0 +1,16 @@
|
||||
// Core config settings for the node, these are the settings that are checked with the server
|
||||
exports.nodeConfig = {
|
||||
"id": 0,
|
||||
"name": "",
|
||||
"ip": "",
|
||||
"port": 0,
|
||||
"location": "",
|
||||
"nearbySystems": {
|
||||
"System Name": {
|
||||
"frequencies": [],
|
||||
"mode": "",
|
||||
"trunkFile": ""
|
||||
}
|
||||
},
|
||||
"online": false
|
||||
}
|
||||
3
Client/config/modes.js
Normal file
3
Client/config/modes.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.digitalModes = ["p25"];
|
||||
|
||||
exports.analogModes = ["nbfm"];
|
||||
1
Client/config/radioPresets.json
Normal file
1
Client/config/radioPresets.json
Normal file
@@ -0,0 +1 @@
|
||||
{"Westchester Cty. Simulcast":{"frequencies":[470575000,470375000,470525000,470575000,470550000],"mode":"p25","trunkFile":"trunk.tsv"}}
|
||||
Reference in New Issue
Block a user