google / walt

A device for measuring latency of physical sensors and outputs on phones and computers
Apache License 2.0
442 stars 74 forks source link

Create a file server to accept logs by post request #102

Closed sahiljain closed 7 years ago

sahiljain commented 7 years ago

Upload files by POSTing to localhost:8080/upload, where the raw payload is the text log. A file will be saved with this log text, where the file name is .txt. To view the list of files, visit localhost:8080, and to view a log visit localhost:8080/.txt.