derphole 0.0.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
- package/vendor/aarch64-apple-darwin/derphole/derphole +0 -0
- package/vendor/aarch64-unknown-linux-musl/derphole/derphole +0 -0
- package/vendor/x86_64-apple-darwin/derphole/derphole +0 -0
- package/vendor/x86_64-unknown-linux-musl/derphole/derphole +0 -0
package/README.md
CHANGED
|
@@ -74,6 +74,8 @@ npx -y derphole@latest send ./photo.jpg
|
|
|
74
74
|
npx -y derphole@latest receive <code>
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
+
For known-size file and directory transfers, `derphole` prints wormhole-shaped progress and rate output on stderr. Use `--hide-progress` if you want a quiet transfer UI.
|
|
78
|
+
|
|
77
79
|
Text uses the same shape:
|
|
78
80
|
|
|
79
81
|
```bash
|
|
@@ -156,7 +158,7 @@ npx -y derpcat@dev version
|
|
|
156
158
|
npx -y derphole@dev version
|
|
157
159
|
```
|
|
158
160
|
|
|
159
|
-
By default, `listen`, `send`, `share`, and `open` keep transport status quiet. `listen` and `share` still print the token you need, and `open` still prints the local listening address. `derphole` keeps
|
|
161
|
+
By default, `listen`, `send`, `share`, and `open` keep transport status quiet. `listen` and `share` still print the token you need, and `open` still prints the local listening address. `derphole` also keeps transport status quiet by default, but it still prints the user-facing instruction or token needed to complete the transfer, plus wormhole-shaped transfer summaries and known-size progress on stderr. Use `--hide-progress` to suppress the progress bar. Use `--verbose` to see state transitions like `connected-relay` and `connected-direct`:
|
|
160
162
|
|
|
161
163
|
```bash
|
|
162
164
|
npx -y derpcat@latest --verbose listen
|
|
@@ -244,7 +246,7 @@ Simple rule: possession of the token authorizes the session, but intermediaries
|
|
|
244
246
|
|
|
245
247
|
## Behavior
|
|
246
248
|
|
|
247
|
-
Sessions can start on DERP relay and later promote to a direct path without restarting. In default mode, the CLI keeps transport status quiet and only
|
|
249
|
+
Sessions can start on DERP relay and later promote to a direct path without restarting. In default mode, the CLI keeps transport status quiet and prints only the user-facing token, bind address, or transfer UI needed to use the session. Use `--verbose` to inspect path changes, NAT traversal state, and direct-path tuning details.
|
|
248
250
|
|
|
249
251
|
## Use Cases
|
|
250
252
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|