no jibo cloud calls via JIBO_BYPASS_PORTAL

This commit is contained in:
Kevin
2026-04-06 02:03:56 +03:00
parent ebee3a5534
commit c32c27b3cb
5 changed files with 126 additions and 16 deletions

18
launch-bypass.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
# RoboCommander - Jibo Robot Direct Connection Launcher
# Bypasses portal.jibo.com and connects directly to robot
export JIBO_BYPASS_PORTAL=1
export JIBO_OFFLINE_IP="192.168.1.15"
export JIBO_OFFLINE_SERIALS="coral-watt-serrano-woven"
export JIBO_OFFLINE_SKIP_TLS=1
# Use self-signed client certificate for TLS client auth
export JIBO_OFFLINE_CERT_PATH="/home/kevin/jiboauth/jibo-client.crt"
export JIBO_OFFLINE_KEY_PATH="/home/kevin/jiboauth/jibo-client.key"
# Launch the Electron app
cd ~/Documents/RoboCommander
./node_modules/electron/dist/electron .