Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slp Analyzer

Api

The port used for websocket is 9003.

Client messages

Get the analysis of a slippi file:

{
  "t": "get",
  "slp_url": "https://slp-url.com"
}

Server messages

Success messages

Everything went well (data is filled with slippi data):

{
  "t": "done",
  "slp_url": "https://slp-url.com",
  "data": {}
}

Important errors

There was an error retrieving or parsing the file:

{
  "t": "slp_error",
  "slp_url": "https://slp-url.com",
  "data": null
}

Debug errors

There was an error parsing the json:

{
  "t": "json_error",
  "slp_url": null,
  "data": null
}

The command type is unknown:

{
  "t": "unknown_command",
  "slp_url": "https://slp-url.com",
  "data": null
}

About

Websocket service to analyze slippi files

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages