ps4-remote-pkg-installer icon indicating copy to clipboard operation
ps4-remote-pkg-installer copied to clipboard

Suggestions/Improvements

Open henshin opened this issue 2 years ago • 1 comments

Nice app! Here are some suggestions to improve it (in my opinion):

  • Don't enable remote control by default when started. Most users won't use this feature
  • Don't enable the server by default. Personally, I run the web server from a different host.
  • Increase the timeouts duration. Right now they are really short, so for example doing an install from URL from another host, returns an error on the application but the RPI still processes the file correctly
  • Saving the settings on exit: PS4 IP, whether to enable/disable server and remote control

henshin avatar Jan 10 '22 02:01 henshin

In my case,

  • point No. 1 is true
  • point No. 2 is also true
  • for point No. 3 I have different results with different servers. I have tried python3 (one line) http server and installation did't work. On the other hand, nodejs http-server worked for me and then gave error on subsequent file (but the RPI still processesd).
  • point No. 4 will solve the point No. 1 and 2

twnaing avatar May 15 '22 14:05 twnaing