frankie

Results 21 comments of frankie

Hi, I fork the repo, and mirgrate to windows platform with npcap, change point: * use node-addon-api to rewrite, which replace nan * windows doesn't support **pcap_get_selectable_fd**, using **pcap_next_ex** to...

change the example to this, subscribe event when service&instance valid. ``` void on_availability(vsomeip::service_t _service, vsomeip::instance_t _instance, bool _is_available) { std::cout

熟悉node-addon 的话可以自己开发,参考这个文件。 https://github.com/frankie-zeng/ECUBus/blob/master/src/addons/can/peak/pcantp_napi.cpp

用最近的tag,master分支用了最新的electron,可能有一点问题。

应该是node-gyp没有安装好,可以尝试重新安装node.js

是的,目前只支持windows, welcome PR about Linux.

可以尝试自己按照自己的需求重新配置

盗版peak会有这个问题,后续会增加其他usb2can的支持。

目前ECUBus的send nad不能等于receive nad, 也就是不支持自己发uds帧给自己。

确保 "node-addon-api" 和 noge-gyp 安装正确,拿gyp 编译一个hello world试一下。 可以参考CI的脚步 [build](https://github.com/frankie-zeng/ECUBus/blob/master/.github/workflows/Build.yml)