diff --git a/DGWRemoteControl/README.md b/DGWRemoteControl/README.md new file mode 100644 index 0000000..8c35730 --- /dev/null +++ b/DGWRemoteControl/README.md @@ -0,0 +1,15 @@ +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 + +``` diff --git a/README.md b/README.md index 755b04f..a6c0818 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ the testing framwework used is Google Test. # 5. Version History ## 5.1. Version 0.5 +- [Improvement] Add remote control utility ([#17](https://github.com/F4FXL/DStarGateway/issues/17)) - [Bugfix] Two simultaneous incoming G2 streams would fail to be transmitted on dual band repeaters ([#16](https://github.com/F4FXL/DStarGateway/issues/16)) - [Improvement] Add NAT Traversal for G2 and DExtra, using IRCDDB as a Rendez Vous server ([#5](https://github.com/F4FXL/DStarGateway/issues/5)) - [Improvement] Add forwarding of RS-MS1A messages to APRS-IS ([#9](https://github.com/F4FXL/DStarGateway/issues/9))