Giter Club home page Giter Club logo

ykush's Introduction

YKUSH Command Application

Control application for Yepkit YKUSH Switchable USB Hub boards.

Description

Console application developed to illustrate the programmatic control of YKUSH family boards capabilities. It executes one command per run, being appropriate to be executed as a console command. But it can be easily adapted to execute a work-flow with multiple commands and we encourage you to alter it to best fit your needs.

The implementation makes use of libusb for Linux builds and hidapi for Windows. For Linux we include a build and installation script, build.sh and install.sh respectively, for building and installing the application.

Boards Supported

Licensing

The source code is licensed Apache License, Version 2.0. Refer to LICENSE file.

Building

The steps for building on Linux and Windows are detailed bellow.

Linux

For Linux libusb-1.0 must be installed. For Debian based systems run the following.

sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev

With these dependencies installed, build the application the running the following script.

./build.sh

After a successful build process you can install the ykush command in the system. To do so, run:

sudo ./install.sh

After install, the ykushcmd command is ready for use.

Windows

To build using MinGW run the following command.

For 32bit:

make -f Makefile_win32

For 64bit:

make -f Makefile_win64

After a successful build process the executable file will be created in the bin\Win32 or bin\Win64 folder depending if it was the 32 or 64 bit build.

Using it

For details on using YKUSHCMD please refer to the YKUSHCMD Reference Manual.

ykush's People

Contributors

yep1 avatar mmind avatar lkundrak avatar zoltan-ongithub 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.