OK, you basically only need to fetch the file listing page from your app and parse that.
So, phone connects to wifi, app calls this URL => [example.com]
From there you can simply parse the filename, filezize, mime type and URL of the file
Although a small API would be cool for that,...
So, phone connects to wifi, app calls this URL => [example.com]
From there you can simply parse the filename, filezize, mime type and URL of the file
Although a small API would be cool for that,...