Changes

148 bytes added ,  17:57, 19 December 2022
no edit summary
Line 1: Line 1:  
This page is for the Switch equivalent of online/local protocol [https://www.3dbrew.org/wiki/PRUDP PRUDP].
 
This page is for the Switch equivalent of online/local protocol [https://www.3dbrew.org/wiki/PRUDP PRUDP].
   −
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 (see [[WLAN_services|here]]).
   −
The Switch still uses UDP with a different/updated protocol for peer to peer communication (packets starting with 0x32AB9864). For Nintendo server comms, a bunch of https requests are made instead of using PRUDP.
+
The Switch still uses UDP for peer to peer communication (packets starting with 0x32AB9864) - see [https://github.com/Kinnay/NintendoClients/wiki/Pia-Overview here] regarding Pia. For Nintendo server comms, WebSockets are used instead of UDP ([https://github.com/Kinnay/NintendoClients/wiki/Game-Server-Overview more information]).