blink-server icon indicating copy to clipboard operation
blink-server copied to clipboard

This is the server you would need to be able to run the Blink Android Application.

Results 6 blink-server issues
Sort by recently updated
recently updated
newest added

When I enable Mouse Area and I tried move the mouse, the app crashed. I got this message: `COMMAND RECEIVED [{"action":"mouse-move","x":null,"y":null}{"action":"mouse-move","x":-25.349761962890625,"y":-32.430633544921875}] [MULTIPLE COMMANDS] This may work, this may not work...

Hello, when I run the first time `sudo blink-server` I got this errors in the server after using **swipe area**: ``` No protocol specified Error: Can't open display: (null) Failed...

I try to change slides, but commands are duplicate as follows: > COMMAND RECEIVED [left] ['xdotool', 'key', 'Left'] ['xdotool', 'key', 'Left'] COMMAND RECEIVED [right] ['xdotool', 'key', 'Right'] ['xdotool', 'key', 'Right']

No mouse cursor appears after connecting the app to the server. I can see that the server is getting input (it's logging), and the desktop is getting mouse events -...

On Ubuntu 16.04 I modified `/lib/systemd/system/bluetooth.service` to show `ExecStart=/usr/lib/bluetooth/bluetoothd --compat` and then restarted bluetooth but still same error ``` Traceback (most recent call last): File "bluetooth_server.py", line 25, in profiles...

For example, tapping twice quickly after another gives `clickclick command not found, Eish`. I think it's because the `client_sock.recv(1024)` receives too much at once. Another case would be `{"action":"mouse-move","x":1.811187744140625,"y":1.63995361328125}{"action":"mouse-move","x":2.9740753173828125,"y":0.71514892578125} command...