A KCP packet sniffer + visualizer in one, backend rewritten in Go.
You can download the binary(win/linux) from Actions, or build from source
- Bring your
packetIds.jsonandStarRail.prototo thedata/folder. - Make sure you have installed Npcap driver or wireshark.
- Use cmd
-lto list the network devices on your computer and editconfig.jsonto set the device by its name, or use cmd-ip 192.x.x.xto let it auto find the device by its ip. - Open http://localhost:1984/
Notice: START CAPTURE BEFORE YOU ENTER THE DOOR
{
"deviceName" : "", // network device name, such as eth0
"packetFilter" : [ // the packets listed here will not show in frontend
""
],
"autoSavePcapFiles" : true, // auto save capture to current folder
"maxKcpPort": "23301", // max server kcp port
"minKcpPort": "23302" // min server kcp port
}