Changes

916 bytes added ,  13:47, 5 January 2021
Created page with "'''Online Play''' is a functionality of the Nintendo 3DS to play games online with other people. ==Connection== First a connection to ''nasc.nintendowifi.net'' is established..."
'''Online Play''' is a functionality of the Nintendo 3DS to play games online with other people.

==Connection==
First a connection to ''nasc.nintendowifi.net'' is established and the resource ''/ac'' is requested with the POST method.
A typical request to ''nasc.nintendowifi.net/ac'' has this format:
Header:
<pre>
POST https://nasc.nintendowifi.net/ac HTTP/1.1
Host: nasc.nintendowifi.net
X-GameId: 00003200
User-Agent: CTR FPD/000F
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
Content-Length: 841
</pre>
Body:
<pre>

</pre>
{| border=1
!Key!!Value
|-
|gameid||
|-
|sdkver||
|-
|titleid||
|-
|gamecd||
|-
|gamever||
|-
|mediatype||
|-
|makercd||
|-
|unitcd||
|-
|macadr||
|-
|bssid||
|-
|apinfo||
|-
|fcdcert||
|-
|devname||
|-
|servertype||
|-
|fpdver||
|-
|devtime||
|-
|lang||
|-
|region||
|-
|csnum||
|-
|uidhmac||
|-
|userid||
|-
|action||
|-
|ingamesn||
|}
77

edits