2026-04-11 07:12:57 -05:00
|
|
|
# Cloud Scripts
|
|
|
|
|
|
|
|
|
|
These scripts help exercise the new .NET hosted cloud locally.
|
|
|
|
|
|
|
|
|
|
- `Invoke-CloudSmoke.ps1`
|
|
|
|
|
Runs a few quick HTTP checks against a local OpenJibo cloud instance.
|
|
|
|
|
- `Invoke-ProtocolFixture.ps1`
|
|
|
|
|
Replays a sanitized HTTP fixture against a running local instance.
|
2026-04-12 09:00:17 -05:00
|
|
|
- `Get-WebSocketCaptureSummary.ps1`
|
|
|
|
|
Summarizes captured websocket telemetry events and exported live-run fixtures from the .NET cloud.
|
2026-04-14 21:38:50 -05:00
|
|
|
- repo-root `captures/http/`
|
|
|
|
|
Structured HTTP request/response telemetry for live robot startup comparison.
|
2026-04-15 11:58:58 -05:00
|
|
|
- repo-root `captures/websocket/`
|
|
|
|
|
Structured websocket telemetry plus exported replay fixtures for live robot sessions.
|
2026-04-12 09:08:32 -05:00
|
|
|
- `Invoke-LiveJiboPrep.ps1`
|
|
|
|
|
Runs a small readiness checklist before the first physical Jibo test against the .NET cloud.
|
|
|
|
|
- `Import-WebSocketCaptureFixture.ps1`
|
|
|
|
|
Sanitizes an exported websocket capture fixture and copies it into the checked-in websocket fixture set.
|
2026-04-14 20:36:07 -05:00
|
|
|
- `start-dotnet-with-node-cert.sh`
|
|
|
|
|
Starts the .NET API on Linux using the same PEM certificate material already used by the Node server.
|
|
|
|
|
- `invoke-live-jibo-prep.sh`
|
|
|
|
|
Bash equivalent of the live-run prep checklist for Ubuntu.
|
|
|
|
|
- `get-websocket-capture-summary.sh`
|
|
|
|
|
Bash summary helper for captured websocket telemetry and exported fixtures.
|
|
|
|
|
- `import-websocket-capture-fixture.py`
|
|
|
|
|
Cross-platform import/sanitization helper for exported websocket fixtures.
|