1.3 KiB
1.3 KiB
Cloud Scripts
These scripts help exercise the new .NET hosted cloud locally.
Invoke-CloudSmoke.ps1Runs a few quick HTTP checks against a local OpenJibo cloud instance.Invoke-ProtocolFixture.ps1Replays a sanitized HTTP fixture against a running local instance.Get-WebSocketCaptureSummary.ps1Summarizes captured websocket telemetry events and exported live-run fixtures from the .NET cloud.- repo-root
captures/http/Structured HTTP request/response telemetry for live robot startup comparison. - repo-root
captures/websocket/Structured websocket telemetry plus exported replay fixtures for live robot sessions. Invoke-LiveJiboPrep.ps1Runs a small readiness checklist before the first physical Jibo test against the .NET cloud.Import-WebSocketCaptureFixture.ps1Sanitizes an exported websocket capture fixture and copies it into the checked-in websocket fixture set.start-dotnet-with-node-cert.shStarts the .NET API on Linux using the same PEM certificate material already used by the Node server.invoke-live-jibo-prep.shBash equivalent of the live-run prep checklist for Ubuntu.get-websocket-capture-summary.shBash summary helper for captured websocket telemetry and exported fixtures.import-websocket-capture-fixture.pyCross-platform import/sanitization helper for exported websocket fixtures.