# qtaddon-qtcansocket **Repository Path**: zhaohongqiang/qtaddon-qtcansocket ## Basic Information - **Project Name**: qtaddon-qtcansocket - **Description**: SocketCAN implementation for Qt - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-03-25 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QtCanSocket QtCanSocket is a Qt class for the SocketCan network stack on linux systems. The class QCanSocket inherits QIODevice. ## Features This library offers a simple way to access the SocketCan network interface. An example application allows to send and receive can messages. ## Installation ### via git * Clone the repository * Execute qmake, make and make install ## License [GPLv2](/LICENSE)