Here's a web application that represents a controller intercom.
Clone the project
git clone https://github.com/Jules010209/aurora-intercomGo to the project directory
cd aurora-intercomInstall dependencies
npm installStart application
npm run devHere the config path:
C:\Users\%username%\AppData\Roaming\aurora-intercom\config.json
> config.json
{
"positions": {
"CTR": [
{
"label": "LFBB",
"frequency": "130.43",
"callsign": "LFBB_CTR",
"color": "BLUE"
},
{
"label": "LFBB",
"frequency": "120.33",
"callsign": "LFBB_U_CTR",
"color": "GREEN"
}
],
"APP": [...],
"TWR": [...],
"MIL": [...]
}
}| name | type |
|---|---|
| CTR | array of position (CTR) |
| APP | array of position (APP) |
| TWR | array of position (DEL, GND, TWR) |
| MIL | array of position (GND, TWR, APP, CTR) |
| name | type |
|---|---|
| label | string |
| frequency | string |
| callsign | string |
| color | string (HTMLColor & HEX) |
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux