bucanero / ps4load

PS4Load

Home Page:http://www.bucanero.com.ar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS4Load

Downloads Release License Build app package

PS4Load is based on the PSL1GHT PS3load sample, now built using the Open Orbis SDK.

I hope this version helps you build PS4 homebrews easily!

Features

  • You can load SELF files using the network.
  • You can upload and extract ZIP files to /data/ over the network.

PS4Load

Usage

Install the package on your PS4. Open the PS4Load host app, and then use the ps3load client to send your eboot.bin or .zip file:

Linux/macOS

export PS3LOAD=tcp:192.168.x.x
./ps3load /path/to/eboot.bin

Windows

set PS3LOAD=tcp:192.168.x.x
ps3load.exe \path\to\eboot.bin

Building

You need to have installed:

Run make to create a release build.

You can also set the PS3LOAD environment variable to the PS4 IP address: export PS3LOAD=tcp:x.x.x.x. This will allow you to use a ps3load client and send eboot.bin directly to the PS4Load host.

PS4Load will also send debug messages to UDP multicast address 239.255.0.100:30000. To receive them you can use socat on your computer:

$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

License

PS4Load - Copyright (C) 2022 Damian Parrino

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

About

PS4Load

http://www.bucanero.com.ar/

License:GNU General Public License v2.0


Languages

Language:C 75.6%Language:Makefile 24.4%