#17 add update readme

pull/32/head
Geoffrey Merck 4 years ago
parent a0ff2ba261
commit c8dcbc3cfc

@ -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
```

@ -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))

Loading…
Cancel
Save

Powered by TurnKey Linux.