ebusd
ebusd copied to clipboard
ebusd CPU usage on OSX
Is ebusd supposed to use 100% CPU? I ran ./ebusd --scanconfig -d /dev/tty.usbserial-AL2I7EJY --enablehex on OSX and the process is continuously using 100% CPU. Note that there were some hacks that I had to do to get ebusd compiled, see https://github.com/john30/ebusd/issues/362.
definitely not. suppport for OSX was in there a couple of years ago but I didn't follow that any more due to lack of time. I'm pretty sure it can't work without the rt lib.
Well, I definitely got it running. It doesn't seem to behave as expected though. If you can provide some hints on how to debug the CPU usage and what is going on with rt lib, I can poke around a bit in the code and perhaps get OSX supported properly again?
just checked my old MAC just to realize that I had it on last time three years ago... I really don't remember the details for OSX, but maybe the commit history could help here.
closed due to inactivity