Skip to content

Commit

Permalink
update 1.7B
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningMods committed Feb 25, 2024
1 parent 1538836 commit a11379b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,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
Expand All @@ -44,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)
Expand Down
Binary file renamed etaHEN-1.6B.bin → etaHEN-1.7B.bin
Binary file not shown.

0 comments on commit a11379b

Please sign in to comment.