luanti-protocol

Crates.ioluanti-protocol
lib.rsluanti-protocol
version0.2.0
created_at2025-03-24 02:52:46.521985+00
updated_at2025-03-24 02:52:46.521985+00
descriptionLuanti protocol implemented in Rust
homepage
repositoryhttps://github.com/kawogi/luanti-rs
max_upload_size
id1603315
size302,999
Kai Giebeler (kawogi)

documentation

README

luanti-protocol

Pure Rust implementation of the Luanti protocol.

Supported functionality:

  • Serialization & deserialization of packets and commands
  • Luanti commands as strongly-typed struct's and enums
  • The peer protocol
    • Channels
    • Packet splitting & split packet reconstruction
    • Reliable packet retries & ACK tracking
    • peer_id tracking

This is a library and does not contain any programs. For an example of how to use this library, see the luanti-shark crate.

Work in progress

  • Documentation is incomplete and not reviewed.

  • Reliable packet delivery transmission window size is fixed for now.

  • Non-reliable split reconstruction timeout not enabled yet.

Commit count: 111

cargo fmt