Update README with installation instructions for Pipx and Poetry, and add usage examples for both modes.

This commit is contained in:
2025-12-26 15:18:13 -06:00
parent 9a3f7d260c
commit 2edd2f657a

View File

@@ -3,12 +3,34 @@
Proxy to route regular TCP/UDP traffic through Reticulum. Proxy to route regular TCP/UDP traffic through Reticulum.
## Installation ## Installation
### Pipx
```bash ```bash
pipx install git+https://git.quad4.io/Quad4-Software/proxynet.git
```
### Poetry
Requires: Poetry, Git, Python 3.9+
```bash
git clone https://git.quad4.io/Quad4-Software/proxynet.git
cd proxynet
poetry install poetry install
``` ```
## Usage ## Usage
### Pipx
```bash
proxynet --server --identity my_server
proxynet --client --port 1080 --preferred <server_hash>
```
### Poetry
### Server Mode ### Server Mode
```bash ```bash
# Basic server startup # Basic server startup