Local web-based control interface for the Jibo social robot via the ROM WebSocket API (port 8160) and on-device ASR (port 8088). Features head navigation via click-to-look and arrow keys, speech/listen/Voice-AI loop, display control, camera/photo capture, and entity tracking — no cloud dependency required. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"name": "re-commander",
|
|
"version": "1.0.0",
|
|
"description": "Jibo ROM Commander — local Node.js recreation using port 8160",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"express": "^4.18.2",
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|