Skip to content

SkyTemple/skytemple-eventserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

SkyTemple Eventserver

Build Status Version Downloads License (GPLv3) Supported Python versions Discord

Websocket server that emits all of the events of SkyTemples event system via JSON to all connected clients.

Listens on port 45546.

All events are emitted using the following JSON object:

  • event: Name of the event
  • args: All positional arguments passed with the event (as an array).
  • kwargs: All keyword arguments passed with the event (as an object).

As of writing there is no documentation on which events exist yet, but if there is in the future, you will find it in the main SkyTemple repository, most likely inside the "docs" subdirectory.

Ko-Fi

About

Websocket server that emits SkyTemple UI events

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages