Ryan Holeman

Results 11 comments of Ryan Holeman

I tested this a few months back and it seemed to work great. Thank you for contributing it @hisptoot

> I placed the compiled binaries on two different ESP-WROOM-32 devices. What devices did you use? What method did you use for flashing the devices?

What commands are you running to get these errors? I flashed some ESP-WROOM-32 devices with the pre compiled binaries and some newly compiled binaries and the gatt server seems to...

Should be 0x0048 (not 42 or 4a) . All of the flags indicate where the challenge starts. This one starts from the read handle located at 48.

The tool was written before BTLE was implemented in ubertooth. It could be implemented now, but was not supported at the time of writing.

I dont know if I would call it dead, but its currently not one of my priority projects. The code and concepts should still be valid and working =) Feel...

These features our out of the scope of this project. All of the features in this project are for reading and converting the output of an ubertooth. There are currently...

Let's leave this memcpy issue in the code. It's not supposed to be there but maybe someone will have fun with it.

The main directory is created with the codegen script. The project dynamically generates code based on the configuration csv.

This and issue https://github.com/virtualabs/radiobit/issues/7 are likely duplicates... See issue https://github.com/virtualabs/radiobit/issues/7 for a possible resolution