An open API service indexing awesome lists of open source software.

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

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).