omniwire 3.1.0 → 3.1.1
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/omniwire"><img src="https://img.shields.io/npm/v/omniwire?style=for-the-badge&logo=npm&color=CB3837&labelColor=0D1117" alt="npm" /></a>
|
|
11
11
|
<img src="https://img.shields.io/badge/MCP_Tools-81-59C2FF?style=for-the-badge&labelColor=0D1117" alt="tools" />
|
|
12
12
|
<img src="https://img.shields.io/badge/A2A-Protocol-00C853?style=for-the-badge&labelColor=0D1117" alt="A2A" />
|
|
13
|
-
<img src="https://img.shields.io/badge/Latency-~
|
|
13
|
+
<img src="https://img.shields.io/badge/Latency-~80ms-FF6D00?style=for-the-badge&labelColor=0D1117" alt="latency" />
|
|
14
14
|
<img src="https://img.shields.io/badge/CyberBase-Sync-CC93E6?style=for-the-badge&labelColor=0D1117" alt="cyberbase" />
|
|
15
15
|
<a href="LICENSE"><img src="https://img.shields.io/badge/GPL--3.0-license-8B949E?style=for-the-badge&labelColor=0D1117" alt="license" /></a>
|
|
16
16
|
</p>
|
|
@@ -295,7 +295,7 @@ omniwire_workflow reusable named DAGs
|
|
|
295
295
|
|
|
296
296
|
### Adaptive File Transfer
|
|
297
297
|
```
|
|
298
|
-
< 10 MB SFTP native,
|
|
298
|
+
< 10 MB SFTP native, 80ms
|
|
299
299
|
10M-1GB netcat+LZ4 compressed, 100ms
|
|
300
300
|
> 1 GB aria2c 16-parallel, max speed
|
|
301
301
|
```
|
|
@@ -482,7 +482,7 @@ watch(assert="ready") poll until
|
|
|
482
482
|
|
|
483
483
|
| Operation | Latency | Optimization |
|
|
484
484
|
|-----------|---------|-------------|
|
|
485
|
-
| **Command exec** | **~
|
|
485
|
+
| **Command exec** | **~80ms** | AES-128-GCM cipher, persistent SSH2, zero-fork `:` ping |
|
|
486
486
|
| **Mesh status** | **~100ms** | Parallel probes, 5s cache, single `/proc` read |
|
|
487
487
|
| **File read (<1MB)** | **~60ms** | SFTP-first (skips `cat` fork) |
|
|
488
488
|
| **Transfer (10MB)** | **~120ms** | LZ4 compression (10x faster than gzip) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omniwire",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Infrastructure layer for AI agent swarms — 81 MCP tools · A2A · OmniMesh VPN · firewall · CDP · cookies · CyberBase · background dispatch",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"type": "module",
|