mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
10 lines
782 B
Markdown
10 lines
782 B
Markdown
A protocol is defined as proprietary if it is being used only for a single scope.
|
|
|
|
# Supported protocols:
|
|
| Name | For | Proprietary? | Documentation reference | Notes |
|
|
|----------------|-------|--------------|---------------------------------------------------------------------------|----------------------------------------|
|
|
| Valve Protocol | Games | No | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | Multi-packet decompression not tested. |
|
|
| Minecraft | Games | Yes | [List Server Protocol](https://wiki.vg/Server_List_Ping) | Bedrock not yet supported. |
|
|
|
|
## Planned to add support:
|
|
_
|