kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
537 stars 63 forks source link

Notification type 4000 #101

Open oxixes opened 1 year ago

oxixes commented 1 year ago

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 string is just a number), at least that is the case for Splatoon for Wii U. Moreover, in Splatoon, there seems to be a 3rd uint32 ui_param present in the notifications (sometimes is 0, sometimes is 1, I'll research a bit more into that), which is not mentioned in the case for Wii U (probably it was introduced in some NEX version),

I create this issue for the wiki to be updated if possible, as well as for anyone wondering this.

BTW, thanks for creating this awesome piece of information that will be very useful for the project I'm currently working on!