Giter Club home page Giter Club logo

ultimarc-linux's Introduction

Ultimarc-linux

Library and command line utility

Introduction:

This utility will configure the following Ultimarc boards; ServoStik, PACDrive, IPAC Ultimate, I-Pac 2, I-Pac 4, Mini-Pac, JPAC, UltraStik 360, PacLED64, U-HID and U-HID Nano. There is support for the PAC 2015 boards, UltraStik 2015 board and the previous generation of the PAC boards. It uses json configuration files to configure the different boards. It also supports the ability to change the device ID of the UltraStik 360 boards. Allowing for the configuring of four different boards at once.

This library and command line utility support 2012 through 2015 boards. If you need support for older Ultimarc boards, please look at the following utility developed by Travis, Ipacutil or use the Windows WinIpac v1 from Ultimarc

Required Libraries

To build this tool the following libraries need to be install on your system.

  • autoreconf
  • automake
  • libudev-dev
  • json-c (0.11), site
  • libusb-1.0 (1.0.18), site
  • libtool

UDEV Rule:

This utility requires folder permission changes to the usb device directories before it can do the configuration changes to the boards. The udev rule in the base directory named 21-ultimarc.rules needs to be placed in /etc/udev/rules.d directory. Placing the file in that directory usually requires root permissions.

Building Utility:

To build this project, at the base directory run the following commands

  • ./autogen.sh
  • ./configure --disable-shared
  • make

If you need extra debug statements for the IPac boards then run the following

  • ./configure CFLAGS='-DDEBUG'
  • make

If you need libraries for your own programs then configure with shared enabled

  • ./configure --enable-shared
  • make

The executable will be in src/umtool directory and named umtool.

  • ./umtool ipac2.json

UMTool may also be installed system wide (Tested on Debian 11 Bullseye)

  • sudo make install

Update your shared libraries if using --enable-shared when compiling

  • sudo /sbin/ldconfig -v

Donations:

Click here to lend your support through PayPal!

ultimarc-linux's People

Contributors

katie-snow avatar ozfalcon avatar abuchanan920 avatar robabram avatar rillian avatar philenotfound avatar benjaminvanryseghem avatar japi42 avatar keilmillerjr avatar n-i-x 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.