update config and docs

This commit is contained in:
Bastian Schroll 2019-09-20 18:20:07 +02:00
parent d87247783d
commit 67b1cc0f8d
3 changed files with 11 additions and 4 deletions

View file

@ -11,6 +11,9 @@ client:
name: BW3 Client # name of the BW3 Client instance
inputSource: sdr # atm only 'sdr' is possible
useBroadcast: no # use broadcast to find server automatically
reconnectDelay: 3 # time in seconds to delay reconnect try
resendTries: 3 # how often a failed sending should retired
resendDelay: 3 # time in seconds to delay the resend try
server: # only used if useBroadcast = no
ip: 127.0.0.1