vlappa
vlappa
Hi, I want to make something like this, but then in Go: https://github.com/Jakeler/ble-serial/blob/a429060faf6dfe38615af28712afa8ee4ef271fd/examples/ble_standalone.py#L5 Is it possible with this library? Any examples available for using the SerialPort? What are address, rid...
Is it me, or are the available layouts not documented? Hard to find at least it seems. man tmux says: The following layouts are supported: even-horizontal Panes are spread out...
I'm running code (on Linux) based on the heartrate-monitor example. The server is a board with a esp32 chip, using the esp32 BLE C++ library. I do get this warning....
It seems I can't send a empty string with the scgolang/osc library. I'm wondering if go-osc has the same problem? https://github.com/scgolang/osc/issues/17 Someone who is interested helping me figuring this out/...
I'm looking for something that can discover if there is a osc server (open sound control, udp) running on the same computer or in the local network. Let's say there...
Sorry I'm a complete windows noob. How do I build (go generate) go-fltk on Windows 10 amd64? I've downloaded git bash, cmake, cygwin (in the hope it did me provided...
Should there be some kind of method to control the rate limit when using udp? https://datatracker.ietf.org/doc/html/draft-byrne-opsec-udp-advisory-00
Fixes https://github.com/scgolang/osc/issues/17 Maybe the library needs a validate function to make sure the msg.Address is not empty.
Handle errors as discussed here: https://go.dev/blog/go1.13-errors
Related to https://github.com/scgolang/osc/issues/17 Liblo was detecting a error when a message argument was send as []byte{}, while scgolang/osc won't. Looking at the liblo library, scgolang/osc might miss some validation functions...