PretendoNetwork / nex-viewer

Utility for parsing and (eventually) viewing NEX connections from WireShark network dumps
8 stars 5 forks source link

[Feature]: Add HPP support #34

Open jonbarrow opened 2 months ago

jonbarrow commented 2 months ago

Checked Existing

What feature do you want to see added?

Add the support for HPP packets.

Why do you want to have this feature?

HPP is used by several 3DS games to augment their online functionality. HPP is an alternative to PRUDP, allowing games to call NEX methods over HTTP rather than UDP. This is used in cases where the game needs to interact with the NEX server without the user being logged in through PRUDP.

Any other details to share? (OPTIONAL)

No response