Honghao Zeng

Results 20 comments of Honghao Zeng

Looks like your compiler default to C89/C90 standard. Adding `-std=c99` to `CFLAGS` should fix this. I've changed the CFLAGS in Makefile - you should be able to compile it now....

> BTW, tunnel with mikrotik not working Could you provide more information about your tunneling setup? (e.g. Firewall rules, src/dst of the tunnel on MikroTik, etc.) I was able to...

Just found out that `-std=c99` cause some weird behavior. Try using `-std=gnu99` instead.

You can find it under the "leap" branch: https://github.com/Nat-Lab/chunithm-touch/tree/leap. Here's a build of the latest commit from the leap branch: [chuni-touch-leap.zip](https://github.com/Nat-Lab/chunithm-touch/files/4266106/chuni-touch-leap.zip).

> Thank you! Amazing. Have you used Brokenithm? I think using Brokenithm for the LED controller and Leap Motion for IR sensor would be a truly powerful combination. I used...

> I tried head mounted but I was getting worse tracking than from below. The head-mounted mode did help with the hand-crossing issue for me. It works best when I...

In case you are still interested, I added support for controlling on a separate window in version [0.4.0](https://github.com/Nat-Lab/chunithm-touch/releases/tag/0.4.0). Add the following to `chunitouch.ini` to enable: ``` [options] separate_control = 1...

Sorry for the late reply. It appears that this happen to user with no leap motion drivers; if you don't need leap controller support, please try an older version (e.g.,...

libbgp was expecting a valid IPv4 address as router ID; what did you configure as router ID on the bird side? I believe non-IPv4 addresses can be use as router...

In this case, you can comment out the checks mentioned above, or change the router ID to something that does not start with 0, 127, 224 to 239, or 240....