mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
Tweak packet_inspector README
This commit is contained in:
parent
08ee7acacf
commit
9ab54cc930
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
The packet inspector is a very simple Minecraft proxy for viewing the contents of packets as they are sent/received.
|
The packet inspector is a very simple Minecraft proxy for viewing the contents of packets as they are sent/received.
|
||||||
It uses Valence's protocol facilities to print packet contents.
|
It uses Valence's protocol facilities to print packet contents.
|
||||||
This was made for two purposes:
|
This was made for three purposes:
|
||||||
- Check that packets between Valence and client are matching your expectations.
|
- Check that packets between Valence and client are matching your expectations.
|
||||||
- Check that packets between vanilla server and client are parsed correctly by Valence.
|
- Check that packets between vanilla server and client are parsed correctly by Valence.
|
||||||
- Understand how the protocol works between the vanilla server and client.
|
- Understand how the protocol works between the vanilla server and client.
|
||||||
|
@ -11,7 +11,7 @@ This was made for two purposes:
|
||||||
|
|
||||||
First, start a server
|
First, start a server
|
||||||
|
|
||||||
```
|
```sh
|
||||||
cargo r -r --example conway
|
cargo r -r --example conway
|
||||||
```
|
```
|
||||||
In a separate terminal, start the packet inspector.
|
In a separate terminal, start the packet inspector.
|
||||||
|
|
Loading…
Reference in a new issue