Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piqueserver/aosprotocol
Documentation and development of the protocol used by AoS 0.x, OpenSpades, pyspades and piqueserver
https://github.com/piqueserver/aosprotocol
aos protocol
Last synced: about 1 month ago
JSON representation
Documentation and development of the protocol used by AoS 0.x, OpenSpades, pyspades and piqueserver
- Host: GitHub
- URL: https://github.com/piqueserver/aosprotocol
- Owner: piqueserver
- License: apache-2.0
- Created: 2017-06-25T18:45:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T14:44:10.000Z (about 1 year ago)
- Last Synced: 2024-01-22T20:43:13.759Z (about 1 year ago)
- Topics: aos, protocol
- Language: HTML
- Homepage: https://piqueserver.github.io/aosprotocol/
- Size: 136 KB
- Stars: 24
- Watchers: 6
- Forks: 9
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aosprotocol
Documentation and development of the protocol used primarily by Voxlap (classic) v0.75/v0.76, OpenSpades, BetterSpades, pyspades, PySnip and piqueserver.This started out as a dump of the aoswiki.rakiru.com Protocol page, but is meant to be the hub for
developing the AoS protocol in the future.Browse the documentation at https://www.piqueserver.org/aosprotocol, or just read through the git repository instead.
## Workflow
You want to add a packet to AoS? Great!### Packet Proposal
File an issue and name it `PP: PacketName`. Describe what packet you wish to add,
and how it would improve the game.### Packet Add Request
If your packet has recieved positively it is time to write it up.
Describe the packet in the style of the other packets and file a Pull Request and name it `PAR: PacketName`.