https://github.com/cedws/w101-proto-go
Library for Wizard101 network protocol
https://github.com/cedws/w101-proto-go
wizard101
Last synced: 11 months ago
JSON representation
Library for Wizard101 network protocol
- Host: GitHub
- URL: https://github.com/cedws/w101-proto-go
- Owner: cedws
- Created: 2024-10-31T18:56:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T21:59:14.000Z (over 1 year ago)
- Last Synced: 2025-03-02T00:59:23.178Z (over 1 year ago)
- Topics: wizard101
- Language: Go
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# w101-proto-go
Library for Wizard101 network protocol. This repository contains generated Go types for Wizard101 packets, generated from their XML protocol definitions, as well a base client and server that implements these protocols. It wraps [w101-client-go](https://github.com/cedws/w101-client-go).