mdns/examples/service/README.md

19 lines
174 B
Markdown
Raw Normal View History

# service
Compile + run:
```
go build
./service
```
[The, run the client](../service)
Use another service tag
```
./service <service-tag>
./service _foobarbaz._tcp
```