Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Resonate Servers must support both methods described below.
Clients announce their presence via mDNS using:
- Service type: `_resonate._tcp.local.`
- Port: The port the Resonate client is listening on (recommended: `8927`)
- TXT record: `path` key specifying the WebSocket endpoint (recommended: `/resonate`)
- TXT records:
- `path` key specifying the WebSocket endpoint (recommended: `/resonate`)
- `client_id` key specifying the unique client identifier, same as used in the `client/hello` message
- `name` key specifying a friendly name for the client, same as used in the `client/hello` message

The server discovers available clients through mDNS and connects to each client via WebSocket using the advertised address and path.

Expand Down