Tweak packet_inspector README

This commit is contained in:
Ryan Johnson 2022-09-05 21:25:30 -07:00 committed by GitHub
parent 08ee7acacf
commit 9ab54cc930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.