David Konsumer
David Konsumer
That worked with basic test love. Here is whole testing procedure: ```sh docker run -it --rm -p 8000:8000 node:alpine sh # inside container apk add zip npm i -g love.js...
I will update my docker-based tests, so I can see if TCP/UDP (over the emscripten proxy-thing) is still failing.
Ok, I updated the tester project to use npm version of lovejs, and build from a love file. I inject this into the index.html: ```js Module.websocket = { url: "ws://localhost:12346"...
Local, I get this with same python server running (in docker) & same love-code 
Again, if you want to test, it's very fast if you have docker & make installed. https://github.com/konsumer/lovejs-networking Just run `make` for help. I have been testing with `make udp-web`
Does it detect blinks in the official software? This library really shouldn't be too different than the official software, in terms of what it detects/outputs.
My library doesn't really do anything different than the official software, and blink works fine on my device. > I would assume so because that's what's advertised with the headset....
I just read [here](http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol#thinkgear_command_bytes) and it appears they don't provide it over the serial API. > **Note** This data value is currently unavailable via the ThinkGear Serial Stream APIs. It...
Yeh, I found this in my own libs, too (see notes on #81 ) One idea I had on protoquery was a sort of "choices" interface. Like if there was...
> I'm not sure what you mean by GROUPSTART/GROUPEND. Wiretype 3 & 4. [Here](https://protobuf.dev/programming-guides/encoding/#groups) they call it `SGROUP` and `EGROUP`. These are deprecated in proto3, but still show up a...