Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

libusb-1.x VS openUsb

Have a few questions about libusb VS openusb

I'm the author of a project called Berry4all that allows tethering for Blackberries Via USB.

Cuurrently I'm using libusb-0.x but i'd like /need to migrate to either libusb1.x OR libopenusb ... but I'm not sure which to pick

Some of the things I need: - Linux support - Mac OSX support (need it to work and be able to package it) - Python bindings

Opinions on either and why pick one over the other.

like image 260
Thibaut Colar Avatar asked Apr 30 '11 17:04

Thibaut Colar


1 Answers

I would go for libusb-1 because it seems architecturally simpler, more actively maintained, more portable and more mainstream than OpenUSB. Their webpage lists successful projects based on it, and a small comparison to OpenUSB you might find useful.

like image 136
Cristian Măgherușan-Stanciu Avatar answered Oct 28 '22 12:10

Cristian Măgherușan-Stanciu