D you mean from the github link i posted? In server.js i saw a VID and PID mentioned and my (2) canable's have different VID and PID. I also saw in those files mentioning candlelight so i thought maybe my canable needs Candlelight firmware.
I flashed online candlelight firmware and now the VID and PID are the same as the ones in server.js from the github link. But stil not working.
I have read that canable candlelight firmware does not work under Windows anymore? When flashed with candlelight => Unknown device, no drivers for the 2 instances, don't try zadig, i did.
In the end i have put a bootable UBUNTU image on a external SSD. I'm not a programmer at all and i don't know anything about Linux. But long story short ( 1 full day trying as compleet noob) my canable with now candlelight firmware works in UBUNTU. Replay canbus logs (canable SLCAN serial) on windows laptop and receiving it on another laptop in UBUNTU via my second canable with candlelight firmware. So my canable with candlelight firmware works but still no go with the github repository link.
You can start index.html but that's just it, it runs till the end of main.js in the map UI. Nothing shows up in the index.html because the server.js is not running. Or it checks for the canable device and something is not right and stops?
package.json points to server.js as the "main". I think something needs still to be done so that server.js automatically starts ands feeds data to the index.html. I tried to manually start server.js but got error "ws" package not found. It has some dependencies and "ws" looks like one of them. See also package-lock.json but actually it's all latin to me.
Again i don't know anything about programming, but here in this forum i guess some people are able to figure out what needs to be done to get it running. Under windows probably no luck as long as candlelight firmware is not recognized?
Sorry for the long post but i hope someone will take a look at it. BTW on github, issues 1, that is me

I hope the developer did not leave this project as it looks promising.