Skip to content

TomiCode/TeamNote

Repository files navigation

TeamNote (v2)

A secure way to communicate with Your team on the local network.

Requirements

  • .NET Framework 4.5.2
  • Visual Studio 2015 Community

NuGet Packages

  • BouncyCastle.OpenPGP 1.8.1
  • Google.Protobuf 3.1.0

Configuration

Client

{ 
    "clientLocale":"",
    "udpBroadcastPort":1337
}
clientLocale When the locale detection gets weird. Currently supporting only base and pol.
udpBroadcastPort Discovery Server port configuration. Default 1337.

Server

{ 
    "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

Copyright (c) 2017, Tomasz Król tomicode at gmail dot com

About

TeamNote v2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages