Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start/connect using U1 micro id serial number #488

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

tranzmatt
Copy link

I've added the ability for an ubertooth to have start/connect functionality by referencing its micro id number (aka serial number)

ubertooth.c: static struct libusb_device_handle *find_ubertooth_device_serial(char *serial_number)
ubertooth.c: int ubertooth_connect_serial(ubertooth_t *ut, char *serial_number)
ubertooth.c: ubertooth_t *ubertooth_start_serial(char *serial_number)

The utilities were also updated to allow -D to specify the serial number instead of -U

My branch also has debian packaging rules I imported from salsa, but those aren't intended to be in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant