Skip to content

GalaxyGamesMC/PacketLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacketLogger

✨ Packet logger MCBE proxy

What is this?

  • A proxy helps you dump packets from the MCBE server you join!

Config

{
    "localAddress": {
        "ip": "0.0.0.0",
        "port": 19132
    },
    "remoteAddress": {
        "ip": "",
        "port": 19132
    },
    "relayDelay": 300
}

Setup

  • Edit the ip and port addresses of localAddress and remoteAddress in config.json, localAddress will be the address you join and remoteAddress will be the address you want to export the packet to.
  • Use command node main.js to start proxy.
  • The proxy will then be started and will give you an address for Chrome Devtools.
  • Go to the Chrome Devtools address to enable the proxy then enter the localAddress address in the config, all packets will be printed in the networks section of the Chrome Devtools page.

About

✨ Packet logger MCBE proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published