https://github.com/spring/lobbyprotocol
lobby protocol for the spring rts engine
https://github.com/spring/lobbyprotocol
Last synced: 4 days ago
JSON representation
lobby protocol for the spring rts engine
- Host: GitHub
- URL: https://github.com/spring/lobbyprotocol
- Owner: spring
- Created: 2010-10-26T20:03:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T13:49:19.000Z (over 2 years ago)
- Last Synced: 2025-08-21T00:32:58.656Z (6 months ago)
- Language: XSLT
- Homepage: https://springrts.com/dl/LobbyProtocol/
- Size: 364 KB
- Stars: 11
- Watchers: 10
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README - Spring RTS lobby protocol
## What is Spring RTS?
Spring (formerly TASpring) is an Open Source Real Time Strategy game engine.
Visit our [project homepage](https://springrts.com/) for help, suggestions,
bugs, community forum and everything spring related.
## What is the lobby protocol used for?
Lobby clients and servers use this protocol to communicate together.
The lobby-system is where players get together to chat and organize games.
You can inspect the protocol in a human readable form
by opening _ProtocolDescription.xml_ in your browser, if it supports XSL.
## Files
* _ProtocolDescription.xml_ - the main document, describing the individual commands
* _ProtocolDescription.dtd_ - can be used to validate syntactical correctness of _ProtocolDescription.xml_
* _ProtocolDescription_xml2html.xsl_ - can be used to generate a human readable HTML form of _ProtocolDescription.xml_
* _README.md_ - this read-me
You can get the latest official version of these files [here](https://github.com/spring/LobbyProtocol).
A [readable Page](https://springrts.com/dl/LobbyProtocol/) is automaticly generated every night.