Skip to content

Auto generated messages for the World of Warcraft network protocol

License

Notifications You must be signed in to change notification settings

bigglesss/wow_messages

 
 

Repository files navigation

wow_messages

World of Warcraft authentication + game server message definitions for Rust. Auto generated from the wowm language found in wow_message_parser/wowm.

The project is split into the subdirectories:

  • wow_login_messages: Rust library for the authentication server. On crates.io.
  • wow_message_parser: The parser, codegen and definitions that creates the libraries. Used to build wow_login_messages, wow_world_messages and wowm_language.
  • wow_world_messages: UNRELEASED Rust library for the world server for WoW version 1.x.y.
  • wow_world_base: UNRELEASED Rust library that provides the basic types and enums such as Class, Race and Gender for wow_world_messages and others.
  • wowm_language: mdbook of language specification. Hosted at www.gtker.com/wow_messages.
  • intermediate_representation.json: UNRELEASED contains a machine readable version of the wowm files.
  • examples Example servers and clients that will work with 1.12, 2.4.3 and 3.3.5 clients.

Run cargo run -p wow_message_parser && cargo test to "compile" all libraries and ensure that there are no issues.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Auto generated messages for the World of Warcraft network protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%