Olaf S.

Results 4 comments of Olaf S.

Thanks, I've tested the workaround and got search results. (Meanwhile I (re-)detect how to use the socketIO-approach, but getting information with a simple request is still more likeable. :))

I think this old issue can be closed. The assumption that header[3+X] needs to be changed to header[1+X] is wrong: The size will be stored two bytes after the opcode...

[websockets.c.txt](https://github.com/davidmoreno/onion/files/5518111/websockets.c.txt) Hello eddyem, I've attached my adaption of the websocket example for multiple clients. It uses onion threaded ```o = onion_new(O_THREADED|O_NO_SIGTERM|O_DETACH_LISTEN);``` and then pushs periodical test strings data to clients....

Minimal example code for workaround with GNU screen. 1. Start screen session directly on the phone. ``` screen -S termux ``` 2. Create wrapper script in ~/bin/ for desired command,...