Skip to content

Subscribes to JSON API events from the League of Legends client using its internal WAMP server.

Notifications You must be signed in to change notification settings

victorhqc/JSONSubscribe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONSubscribe

Subscribes to all JSON API events from the LCU.

screenshot

Description

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.

Key Features

  • 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.

How To Use

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.

Credits

This software uses the following open source packages:

License

MIT


About

Subscribes to JSON API events from the League of Legends client using its internal WAMP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%