https://github.com/zrax/libbuddy
Fork of frangor's iBuddy/BlyncLight library for Linux
https://github.com/zrax/libbuddy
Last synced: about 2 months ago
JSON representation
Fork of frangor's iBuddy/BlyncLight library for Linux
- Host: GitHub
- URL: https://github.com/zrax/libbuddy
- Owner: zrax
- License: gpl-2.0
- Created: 2015-04-19T21:23:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T23:05:28.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T10:42:12.254Z (4 months ago)
- Language: M4
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.in
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
General Information
===================libbuddy @VERSION@ is a simple C library for manage i-Buddy devices on Linux.
Installation
============./configure
make
make installTroubleshoot permissions:
Edit /lib/udev/rules.d/60-libbuddy2.rules file:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1130", ATTRS{idProduct}=="00??", GROUP="ibuddy", SYMLINK+="ibuddy%n"
and add your user to group ibuddy:
sudo gpasswd -a $USER ibuddy
tested on Ubuntu 16.04 LTS, Debian 6.0 (Squeeze), and Red Hat Enterprise 6
Dependencies
============* libusb-1.0