Difference between revisions of "DLP Services"
DaniElectra (talk | contribs) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 86: | Line 86: | ||
| GetCupVersion | | GetCupVersion | ||
|- | |- | ||
− | | | + | | 0x00140100 |
| ? | | ? | ||
| GetDupAvailability | | GetDupAvailability | ||
Line 104: | Line 104: | ||
| 0x00020000 | | 0x00020000 | ||
| | | | ||
− | | Finalize | + | | [[DLPSRVR:Finalize|Finalize]] |
|- | |- | ||
| 0x00030000 | | 0x00030000 | ||
| | | | ||
− | | GetServerState | + | | [[DLPSRVR:GetServerState|GetServerState]] |
|- | |- | ||
| 0x00040000 | | 0x00040000 | ||
| | | | ||
− | | GetEventDescription | + | | [[DLPSRVR:GetEventDescription|GetEventDescription]] |
|- | |- | ||
| 0x00050080 | | 0x00050080 | ||
| | | | ||
− | | StartAccepting | + | | [[DLPSRVR:StartAccepting|StartAccepting]] |
|- | |- | ||
| 0x00060000 | | 0x00060000 | ||
| | | | ||
− | | EndAccepting | + | | [[DLPSRVR:EndAccepting|EndAccepting]] |
|- | |- | ||
| 0x00070000 | | 0x00070000 | ||
| | | | ||
− | | StartDistribution | + | | [[DLPSRVR:StartDistribution|StartDistribution]] |
|- | |- | ||
| 0x000800C0 | | 0x000800C0 | ||
Line 132: | Line 132: | ||
| 0x00090040 | | 0x00090040 | ||
| | | | ||
− | | AcceptClient | + | | [[DLPSRVR:AcceptClient|AcceptClient]] |
|- | |- | ||
| 0x000A0040 | | 0x000A0040 | ||
| | | | ||
− | | DisconnectClient | + | | [[DLPSRVR:DisconnectClient|DisconnectClient]] |
|- | |- | ||
| 0x000B0042 | | 0x000B0042 | ||
| | | | ||
− | | GetConnectingClients | + | | [[DLPSRVR:GetConnectingClients|GetConnectingClients]] |
|- | |- | ||
| 0x000C0040 | | 0x000C0040 | ||
| | | | ||
− | | GetClientInfo | + | | [[DLPSRVR:GetClientInfo|GetClientInfo]] |
|- | |- | ||
| 0x000D0040 | | 0x000D0040 | ||
| | | | ||
− | | GetClientState | + | | [[DLPSRVR:GetClientState|GetClientState]] |
|- | |- | ||
| 0x000E0040 | | 0x000E0040 | ||
| | | | ||
− | | IsChild | + | | [[DLPSRVR:IsChild|IsChild]] |
|- | |- | ||
| 0x000F0303 | | 0x000F0303 | ||
| | | | ||
− | | InitializeWithName | + | | [[DLPSRVR:InitializeWithName|InitializeWithName]] |
|- | |- | ||
| 0x00100000 | | 0x00100000 | ||
| | | | ||
− | | GetDupNoticeNeed | + | | [[DLPSRVR:GetDupNoticeNeed|GetDupNoticeNeed]] |
|} | |} | ||
Line 190: | Line 190: | ||
| StartScan | | StartScan | ||
|- | |- | ||
− | | | + | | 0x00060000 |
| ? | | ? | ||
| StopScan | | StopScan |
Latest revision as of 10:36, 8 July 2024
Download Play services are not used by the Download Play child application at all(the title which runs on the Download Play clients). This is used instead: APT:GetWirelessRebootInfo. The DLP-child is launched by the dlplay system-application the same way as any other system-application->system-application launching(besides using NSS:SetWirelessRebootInfo).
There can only be one session open for each individual DLP service at a time.
Download Play Client Service "dlp:CLNT"Edit
Command Header | Available since system version | Description |
---|---|---|
0x000100C3 | ? | Initialize |
0x00020000 | ? | Finalize |
0x00030000 | ? | GetEventDesc. Writes 0x18-bytes of output starting at cmdreply[2]. |
0x00040000 | ? | GetChannel. Writes an output u16 to cmdreply[2]. |
0x00050180 | ? | StartScan |
0x00060000 | ? | StopScan |
0x00070080 | ? | GetServerInfo |
0x00080100 | ? | GetTitleInfo |
0x00090040 | ? | GetTitleInfoInOrder |
0x000A0080 | ? | DeleteScanInfo |
0x000B0100 | ? | PrepareForSystemDownload |
0x000C0000 | ? | StartSystemDownload |
0x000D0100 | ? | StartTitleDownload |
0x000E0000 | ? | GetMyStatus |
0x000F0040 | ? | GetConnectingNodes |
0x00100040 | ? | GetNodeInfo |
0x00110000 | ? | GetWirelessRebootPassphrase |
0x00120000 | ? | StopSession |
0x00130100 | ? | GetCupVersion |
0x00140100 | ? | GetDupAvailability |
Download Play Server Service "dlp:SRVR"Edit
Command Header | Available since system version | Description |
---|---|---|
0x00010183 | Initialize | |
0x00020000 | Finalize | |
0x00030000 | GetServerState | |
0x00040000 | GetEventDescription | |
0x00050080 | StartAccepting | |
0x00060000 | EndAccepting | |
0x00070000 | StartDistribution | |
0x000800C0 | SendWirelessRebootPassphrase | |
0x00090040 | AcceptClient | |
0x000A0040 | DisconnectClient | |
0x000B0042 | GetConnectingClients | |
0x000C0040 | GetClientInfo | |
0x000D0040 | GetClientState | |
0x000E0040 | IsChild | |
0x000F0303 | InitializeWithName | |
0x00100000 | GetDupNoticeNeed |
Download Play Fake Client Service "dlp:FKCL"Edit
Command Header | Available since system version | Description |
---|---|---|
0x00010083 | ? | Initialize |
0x00020000 | ? | Finalize |
0x00030000 | ? | GetEventDesc |
0x00040000 | ? | GetChannels |
0x00050180 | ? | StartScan |
0x00060000 | ? | StopScan |
0x00070080 | ? | GetServerInfo |
0x00080100 | ? | GetTitleInfo |
0x00090040 | ? | GetTitleInfoInOrder |
0x000A0080 | ? | DeleteScanInfo |
0x000B0100 | ? | StartFakeSession |
0x000C0000 | ? | GetMyStatus |
0x000D0040 | ? | GetConnectingNodes |
0x000E0040 | ? | GetNodeInfo |
0x000F0000 | ? | GetWirelessRebootPassphrase |
0x00100000 | ? | Same as dlp:CLNT cmd12 (StopSession). |
0x00110203 | ? | Calls the same function as DLPFKCL:Initialize. |
WirelessRebootPassphraseEdit
This 9-byte UDS passphrase is sent by the DLP host application to the DLP clients via DLPSRVR:SendWirelessRebootPassphrase. The dlplay client system-application then loads it via DLP:GetWirelessRebootPassphrase for setting the NS WirelessRebootInfo. Afterwards once launched, the DLP child application can then use APT:GetWirelessRebootInfo to load that data.
Normally this a randomly-generated ASCII hex string, however it can be arbitrary. These strings are less than 9-bytes for some titles, the unused bytes are cleared to zero. This is the passphrase for the new UDS network which will be used by the clients and host for communicating, once the DLP child titles on those clients launch. This entire 9-byte passphrase is passed directly to the UDS network connection/creation commands.