NintendoClients icon indicating copy to clipboard operation
NintendoClients copied to clipboard

Python package to communicate with Switch, Wii U and 3DS servers

Results 39 NintendoClients issues
Sort by recently updated
recently updated
newest added

I have encountered an issue with a script that was functioning correctly until recently. The error has started occurring both locally and on the server simultaneously. I suspect there might...

bug

Some of these changes only apply to the original Quazal Rendez-Vous library, so they may not be entirely relevant. But other Quazal Rendez-Vous stuff is documented here already so I...

wiki

On Ubisoft games, some protocols like `Tracking 3` include parameters with parameter type 3. After further investigation, it looks like paramater type 3 means that the `Parameter` is present both...

wiki

Hello! After conducting research on MK8U (3.5.4), I have discovered a significant discrepancy between the DataStore protocol and the information provided in the wiki. Several fields present in the protocol...

wiki

The following methods have an implementation issue: - [AutoMatchmake_Postpone](https://github.com/kinnay/NintendoClients/wiki/Matchmake-Extension-Protocol#3-automatchmake_postpone) - [AutoMatchmakeWithSearchCriteria_Postpone](https://github.com/kinnay/NintendoClients/wiki/Matchmake-Extension-Protocol#15-automatchmakewithsearchcriteria_postpone) - [AutoMatchmakeWithGatheringId_Postpone](https://github.com/kinnay/NintendoClients/wiki/Matchmake-Extension-Protocol#33-automatchmakewithgatheringid_postpone) They all respond with a single ``Data`` But in the python MatchmakeExtensionServer, the handler expects that: https://github.com/kinnay/NintendoClients/blob/0d2adcdf8212cdffe59dc5d83a0ddf9fa27c31e8/nintendo/nex/matchmaking.py#L3779-L3784...

bug

I extracted a switch client certificate and private key of an old version model, and wanted to use it to perform a man-in-the-middle test on my new version switch, but...

question

Hello, I discovered that the `m_strParam` of the notification type 4000 (Ownership changed), of the Notification Protocol of NEX corresponds to a timestamp of the current time in microseconds (the...

wiki

The IDBE data for the 3DS icons is currently listed as `Unknown` here https://github.com/kinnay/NintendoClients/wiki/IDBE-Server This data is 2 RGB565 images, one is length 0x480 and is 24x24 and immediately following...

wiki

I'm looking at the 3DS friends server and I was interested on the friend "pictures", as I don't recognize seeing any pictures on the Friends List. I'd like to ask...

question
wiki

As (statistically) Nintendo could be releasing a new console in the next year or two, I wanted to start working on custom servers for the Switch, not with the intention...

question