Skip to content
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.

Services

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 CDKM (UDP) Auth and key validation
Proxy unknown

Network protocols

Protocol Description
SRP Low-level protocol implementing reliability-like features on top of UDP
Clone this wiki locally