-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Michał Kapała edited this page Aug 7, 2024
·
21 revisions
This wiki contains research on Ubisoft's Game Service SDK, its protocols and architecture, aiming to enable online service emulation for legacy titles.
Service | Protocol(s) | Description |
---|---|---|
GSConnect | HTTP | Online service configuration |
GSNAT | SRP | Connectivity over NAT |
IRC | unknown (TCP) | In-game chat |
Router | unknown (TCP) | Game data |
GSCDKey | GS messages (UDP) | Auth and key validation |
Proxy | unknown |
Protocol | Description |
---|---|
SRP | Low-level protocol implementing reliability-like features on top of UDP |