moltmobile-android/app
James (ClawdBot) e3b68c9c21 feat: Add DirectGateway - our own WebSocket server
- DirectGateway.kt: bidirectional WebSocket to ws://100.123.216.65:9878
- No auth, no restrictions - full control
- Sends notifications and calls
- Receives commands: notification.action, call.answer/reject/hangup
- App sets up command handlers and auto-connects
- NotificationListener & CallScreener now send to both debug + gateway

Server: /home/johan/dev/clawdnode-gateway/server.js
HTTP API: http://100.123.216.65:9877
WebSocket: ws://100.123.216.65:9878
2026-01-28 21:55:50 +00:00
..
src/main feat: Add DirectGateway - our own WebSocket server 2026-01-28 21:55:50 +00:00
build.gradle.kts Switch from i2p/eddsa to Bouncy Castle for Ed25519 2026-01-28 19:25:57 +00:00
proguard-rules.pro v0.1 - Initial ClawdNode Android app 2026-01-28 03:49:06 +00:00