0.3.4 • Published 3 years ago

voxelsrv-protocol v0.3.4

Weekly downloads
61
License
CC0
Repository
github
Last release
3 years ago

For client, see VoxelSrv/voxelsrv For server, see VoxelSrv/voxelsrv-server

VoxelSrv is using Protocol Buffers with additional byte (ID) at the beginning - id byte, ...serialized protocol buffer output. ID is based on position of message in definition file (so for client, LoginResponse = 0. Ping = 1...). IDmap can be also found in idmap folder as a JSON array. Data itself is send via WebSocket (ws:// for unencrypted and wss:// for encrypted).

If you need files for other languages than provided, you can copy proto folder and use any protocol buffer 3 implementation.

Server.* and client.* files are most likely ones you need. Proxy-* is only used for connecting to non-websocket based servers with main (or any other) proxy. Mostly used for mc0.30c support

If you want to use it, you should check:

0.3.4

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.0-beta.9

3 years ago

0.2.0-beta.8

4 years ago

0.2.0-beta.7

4 years ago

0.2.0-beta.5.1

4 years ago

0.2.0-beta.5

4 years ago

0.2.0

4 years ago