mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
Edited GAMES.md, PROTOCOLS.md and changed 'verify' keyword to 'query' in Cargo.toml
This commit is contained in:
parent
ed681025b4
commit
e709cb3ce5
3 changed files with 34 additions and 32 deletions
|
|
@ -1,9 +1,10 @@
|
|||
A protocol is defined as proprietary if it is being used only for a single scope.
|
||||
|
||||
# Supported protocols:
|
||||
| Name | Documentation reference | Notes |
|
||||
|----------------|---------------------------------------------------------------------------|----------------------------------------|
|
||||
| Valve Protocol | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | Multi-packet decompression not tested. |
|
||||
| Minecraft | [List Server Protocol](https://wiki.vg/Server_List_Ping) | Bedrock not yet supported. |
|
||||
| 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:
|
||||
_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue