You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
F4KXL_DStarGateway/DGWRemoteControl
Geoffrey Merck 9cf626eecd
do not print starnet command line usage #57
4 months ago
..
DGWRemoteControlApp.cpp do not print starnet command line usage #57 4 months ago
DGWRemoteControlApp.h #17 add config 4 years ago
DGWRemoteControlConfig.cpp #17 add config 4 years ago
DGWRemoteControlConfig.h #17 add config 4 years ago
Makefile include deps #45 2 years ago
README.md #17 add update readme 4 years ago
RemoteControlCallsignData.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlCallsignData.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlDefs.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlLinkData.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlLinkData.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlRemoteControlHandler.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlRemoteControlHandler.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlRepeaterData.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlRepeaterData.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlStarNetGroup.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlStarNetGroup.h #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlStarNetUser.cpp #17 add mising parts, still nedd to glue it all together 4 years ago
RemoteControlStarNetUser.h #38 add include for uint32_t 2 years ago
example.cfg #17 add config 4 years ago

README.md

This is the remote control software for DstarGateway. After installation edit the config file with the detail of your gateway(s). If you did not alter build settings config file is locate in /usr/local/etc/dgwremotecontrol.cfg

Usage examples :

# connect repeater F4ABC B to reflector dcs208 c and reconnect to defaut reflector after 30 minutes
dgwremotecontrol F4ABC__B link 30 dcs208_c

# unlink reflector
dgwremotecontrol F4ABC__B unlink

# connect repeater F4ABC B of gateway hill_top to reflector dcs208 c and reconnect to defaut reflector after 30 minutes
dgwremotecontrol -name hill_top F4ABC__B link 30 dcs208_c

Powered by TurnKey Linux.