The League of Legends client creates an internal webserver upon being launched. By obtaining the credentials from the generated lockfile, a connection can be established to the WAMP server to monitor JSON API results. This can be used to explore the LCU API and gain a deeper understanding of how the client operates.
-
JSON Deserialization
- Deserializes JSON data received from the WAMP OnJsonApiEvent.
-
Beautify results
- Encloses the uri, event type, and data in a block for readability.
-
Auto Connect
- Automatically connects to a running LCU instance.
To use this application, make sure you are on a Windows machine with administrator privileges. Launch the League of Legends client, then launch JSONSubscribe. JSONSubscribe will automatically attach to the running LCU instance.
This software uses the following open source packages:
MIT