@kvell007/embed-labs-local-bridge 0.1.0-alpha.94 → 0.1.0-alpha.96

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -82,11 +82,11 @@ omitted during install, reinstall without `--omit=optional`.
82
82
  - `GET /v1/jobs/<local_job_id>`
83
83
  - RP2350 Monitor paths: `GET /api/health`, `GET /api/snapshot`,
84
84
  `POST /api/operation`, `GET /api/stream`, and `/rp2350-monitor/`.
85
- The Go bridge manages the default local RP2350 Monitor upstream on
86
- `127.0.0.1:5178`: when a connected RP2350 USB runtime is available, it starts
87
- the installed `rpmon_bridge.py`, waits for `/api/health`, and returns
88
- structured startup/handshake errors with log details if the upstream cannot
89
- become ready.
85
+ These paths are served by the Go bridge itself. The Go runtime opens the
86
+ selected RP2350 USB CDC or Wi-Fi/TCP transport directly, maintains the
87
+ Monitor snapshot, publishes SSE updates, and serves the browser UI from the
88
+ installed runtime package. It no longer starts or depends on a Python
89
+ `rpmon_bridge.py` process.
90
90
 
91
91
  Examples:
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvell007/embed-labs-local-bridge",
3
- "version": "0.1.0-alpha.94",
3
+ "version": "0.1.0-alpha.96",
4
4
  "description": "Local hardware bridge service for Embed Labs Cloud. Experimental npm publish.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -18,11 +18,11 @@
18
18
  "embed-local-bridge": "dist/index.js"
19
19
  },
20
20
  "optionalDependencies": {
21
- "@embed-labs/local-bridge-darwin-arm64": "npm:@kvell007/embed-labs-local-bridge-darwin-arm64@0.1.0-alpha.94",
22
- "@embed-labs/local-bridge-linux-arm64": "npm:@kvell007/embed-labs-local-bridge-linux-arm64@0.1.0-alpha.94",
23
- "@embed-labs/local-bridge-linux-x64": "npm:@kvell007/embed-labs-local-bridge-linux-x64@0.1.0-alpha.94",
24
- "@embed-labs/local-bridge-win32-arm64": "npm:@kvell007/embed-labs-local-bridge-win32-arm64@0.1.0-alpha.94",
25
- "@embed-labs/local-bridge-win32-x64": "npm:@kvell007/embed-labs-local-bridge-win32-x64@0.1.0-alpha.94"
21
+ "@embed-labs/local-bridge-darwin-arm64": "npm:@kvell007/embed-labs-local-bridge-darwin-arm64@0.1.0-alpha.96",
22
+ "@embed-labs/local-bridge-linux-arm64": "npm:@kvell007/embed-labs-local-bridge-linux-arm64@0.1.0-alpha.96",
23
+ "@embed-labs/local-bridge-linux-x64": "npm:@kvell007/embed-labs-local-bridge-linux-x64@0.1.0-alpha.96",
24
+ "@embed-labs/local-bridge-win32-arm64": "npm:@kvell007/embed-labs-local-bridge-win32-arm64@0.1.0-alpha.96",
25
+ "@embed-labs/local-bridge-win32-x64": "npm:@kvell007/embed-labs-local-bridge-win32-x64@0.1.0-alpha.96"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public",