jason 075d766964 first 3 лет назад
..
.gitignore 075d766964 first 3 лет назад
README.md 075d766964 first 3 лет назад
client.go 075d766964 first 3 лет назад

README.md

Browse and Resolve

Compile:

go build -v

Browse for available services in your local network:

./resolv

By default, it shows all working stations in your network running a mDNS service like Avahi. The output should look similar to this one:

2016/12/04 00:40:23 &{{stefanserver _workstation._tcp local.   } stefan.local. 50051 [] 120 [192.168.42.42] [fd00::86a6:c8ff:fe62:4242]}
2016/12/04 00:40:23 stefanserver
2016/12/04 00:40:28 No more entries.

The -wait parameter enables to wait for a specific time until it stops listening for new services.

For a list of all possible options, just have a look at:

./resolv --help