GithubHelp home page GithubHelp logo

dev4dev / clx000-qt5-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from css-electronics/clx000-qt5-plugin

0.0 1.0 0.0 9 KB

CLX000 plugin for Qt5 (e.g. for integration with SavvyCAN)

License: MIT License

C++ 86.24% CMake 13.76%

clx000-qt5-plugin's Introduction

Qt5 plugin for the CLX000 CAN logger/interface

This project contains source code for a Qt5 Serial Bus module plugin. The purpose is to allow the CLX000 CAN bus data logger & interface from CSS Electronics to stream data into applications utilizing the Qt5 Serial Bus framework (e.g. SavvyCAN).


Building

If not targeting a system-wide Qt installation, the vcpkg (integrated as a git submodule) can be utilized. Current configuration is only enabled for CMake.

Building with vcpkg

First, bootstrap the vcpkg installation in the submodule.

./vcpkg/bootstrap-vcpkg.sh

Create a folder for out-of-tree building, and configure cmake.

mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..

During configuration, all required dependencies should be downloaded, built and installed locally in the vcpkg folder. After configuration, build the plugin with

cmake --build --target clx000canbus

Installation

System-wide usage

Copy the module to the system Qt5 installation into the plugins/canbus directory.

Application local usage.

Create the same structure as above under the applications plugins folders, such that the module is present in plugins_folder/canbus. The application must have been built with the local path for loading modules.


About the CLX000

For details on using the CLX000 as a CAN bus data logger and CAN interface, see the products pages and documentation:


Contribution & support

Feature suggestions, pull requests or questions are welcome!

You can contact us at CSS Electronics below:

clx000-qt5-plugin's People

Contributors

dev4dev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.