rmst / yoke

Turns your Android device into a customizable gamepad for Windows/Mac/Linux
MIT License
219 stars 24 forks source link

JSON manifest upon creating server #41

Closed medape closed 5 years ago

medape commented 5 years ago

The first commit is necessary for rmst/yoke-android's latest PR to function. It creates a JSON file every time a web server is started. This JSON file is the first thing the APK downloads, and contains paths to every file and folder in the webserver, the total size, and the last date of modification (this last one isn't implemented yet in Android's side, it's just to inform the user before downloading a new gamepad).

The other commit is just to upload the newest APK.