Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.23 KB

PacketDoc Netlify Status Gitpod Ready-to-Code Lint YAML

Click here to view the browsable documentation!

This is a WIP project to document all of the known PangYa packets. Currently, the effort is to create a single Kaitai Struct instance that can decode any packet. Using this metadata, we can then generate validation tests and documentation pages.

The root type is in src/packets/index.ksy.

Code Quality Warning

The primary focus of this repository is bootstrapping good documentation for PangYa packets. Therefore, ALL of the current effort has gone to making the documentation as useful as possible. The code used to generate the documentation is grossly inefficient and poorly written.

Please consider contributing to clean this mess up ;)