Online Multiplayer: Difference between revisions

From Nintendo Switch Brew
Jump to navigation Jump to search
No edit summary
Kinnay (talk | contribs)
No edit summary
Line 3: Line 3:
Note: the wifi protocol used for local-WLAN is different from UDS, which 3DS and Wii U used.
Note: the wifi protocol used for local-WLAN is different from UDS, which 3DS and Wii U used.


This protocol has changed since PRUDP. The actual data in the UDP frames start with hex "32 ab 98 64".
While the Switch still uses UDP for peer to peer communication (packets starting with 0x32AB9864), it doesn't seem to be using PRUDP anymore. Instead, a bunch of https requests are made.

Revision as of 10:16, 5 July 2017

This page is for the Switch equivalent of online/local protocol PRUDP.

Note: the wifi protocol used for local-WLAN is different from UDS, which 3DS and Wii U used.

While the Switch still uses UDP for peer to peer communication (packets starting with 0x32AB9864), it doesn't seem to be using PRUDP anymore. Instead, a bunch of https requests are made.