Skip to content

Latest commit

 

History

History
 
 

Webapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple Backend

A very basic Flask webapp for receiving a report from a KSCrash standard installation.

It will store each request in its on directory under the "posts" subdir.

Requirements

  • Python
  • Flask (pip install flask)

Usage

  • run_internal.sh: Run in internal mode (only allow connections from the local machine)
  • run_external.sh: Run in external mode (allow connections from anywhere)
  • clean.sh: Delete all .pyc files and the posts directory.

KSCrash Installation URL

The webapp listens on port 5000, and the post method resides at /crashreport

The URL you can use depends on your device and setup.

If you're using the simulator or Android emulator, you can connect to your local machine. The URLs are as follows:

For all other setups, you must connect over a network in the usual way (e.g. example.com:5000/crashreport)