A secure way to communicate with Your team on the local network.
- .NET Framework 4.5.2
- Visual Studio 2015 Community
- BouncyCastle.OpenPGP 1.8.1
- Google.Protobuf 3.1.0
{
"clientLocale":"",
"udpBroadcastPort":1337
}
clientLocale |
When the locale detection gets weird. Currently supporting only base and pol . |
udpBroadcastPort |
Discovery Server port configuration. Default 1337 . |
{
"configServiceBindAddress":"0.0.0.0",
"configServicePort":1337,
"listenAddress":"127.0.0.1",
"listenPort":1330,
"serverName":null
}
configServiceBindAddress |
Discovery service listening address. |
configServicePort |
Discovery service listening port. |
listenAddress |
Communication server address. This needs to be a valid ethernet address. |
listenPort |
Communication server port. |
serverName |
Server name. Visible to all connected clients. |
Copyright (c) 2017, Tomasz Król tomicode at gmail dot com