Reach HTTP API for mobile app integration

GitHub - koush/AndroidAsync: Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads. seems to do the job to some extend. The android app can establish the websocket with ReachView but none of the command emited on the websocket is getting any answer like “start rover” or “get available space”.

By sniffing the connection, i can see the websocket command reach ReachView but then nothing is happening. Is the ReachView Flask server outputing log in the filesystem so i can troubleshoot the issue?