3 Commits
1.6b ... 1.7b

Author SHA1 Message Date
LightningMods
a11379b4a8 update 1.7B 2024-02-25 18:16:23 -05:00
LightningMods
15388361ff Update README.md 2024-02-11 19:01:41 -05:00
LightningMods
01618241a2 Fixed the version number in the notifcation 2024-02-11 18:59:18 -05:00
2 changed files with 19 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
- Custom System Software version (custom System info)
- kstuff for fself and fpkg support
- etaHEN log in /data/etaHEN
- (optional) System-wide controller shortcut to open itemzflow
- Debug Settings
- Game Dumper (Intrgrated with Itemzflow)
- HEN config file for settings
@@ -23,6 +24,7 @@
- *Optional* PS5Debug
- *started* Itemzflow intergration
- *Optional* Discord RPC server on port 8000, click [here](https://github.com/jeroendev-one/ps5-rpc-client) for setup instructions
- *Optional* Direct PKG installer service on port 9090
## Upcoming features
- More userland patches
@@ -43,6 +45,23 @@ and is automatically created when you run etaHEN for the first time
| `discord_rpc` | 0 = disables Discord RPC server 1 = enables it | 0 (disabled) |
| `testkit` | 0 = not testkit 1 = Real Testkits ONLY | 0 (disabled) |
| `Allow_data_in_sandbox` | 0 = disables /data in an apps sandbox 1 = enables it | 1 (enabled) |
| `DPI` | 0 = disables The Direct PKG Installer service 1 = enables it | 1 (enabled) |
## DPI API details for tool creators
etaHEN's Direct PKG Installer currently is very simple and is considered a WIP
the service flow is as follows
1. Connect to etaHEN's TCP server via port 9090 (using the PS5s IP)
2. Send a URL to etaHEN in the following json format
```
{ "url" : "http://xxxx" }
```
3. etaHEN will then send back the return value (0 on success)
```
{ "res" : "0" }
```
4. etaHEN will close the client socket after the return json is sent
## Contributors
- [sleirsgoevy](https://github.com/sleirsgoevy)

Binary file not shown.