cansocket

  1. J

    Socket CAN descriptor using in epoll is not getting updated with its latest Network status

    Hello Folks, I have an issue in my implementation of socket CAN. The design is like, Receive Thread: register start,shutdown descriptor in epoll_ctrl epoll_wait ----if start descriptor -------register socket CAN descriptor to epoll ----if shutdown descriptor ------close socket descriptor...
  2. S

    Writing Own CAN Protocol Modules

    I would like to extend CAN module to CAN XL and also use linux CANSocket to send CANXL frames and interpret them on Wireshark. But I am new to Linux so I am not sure how to do this. 1. What are the steps to integrate CANXL module in the existing CAN module. 2. Can I use the existing CANSocket...
Top