docs: clarify domain discovery usage and add note on public server queries

This commit is contained in:
MayaTheShy
2025-11-09 00:27:09 -05:00
parent d63f42f2c1
commit 1067cbe825

View File

@@ -56,12 +56,14 @@ export STARWORLD_BRIDGE_PATH=./bridge/target/release
./build/starworld ws://domain.example.com:40102
```
Or use domain discovery:
Or use domain discovery to find public servers:
```bash
export STARWORLD_BRIDGE_PATH=./bridge/target/release
./build/starworld --discover
```
**Note:** Discovery queries https://mv.overte.org/server/api/v1/places and finds 500+ public Overte domains. However, the protocol handshake with live servers is still under development. Use simulation mode for testing features.
## Architecture
```