Nike+ FuelBand SE BLE Protocol Reversed
evilsocket.net
Nike+ FuelBand SE BLE Protocol Reversed
1–10 of 31 posts
Re: Nike+ FuelBand SE BLE Protocol Reversed
#2Re: Nike+ FuelBand SE BLE Protocol Reversed
#3Re: Nike+ FuelBand SE BLE Protocol Reversed
#4Fun stuff. I would also recommend using some kind of packet sniffer to collect sample data which can make your static analysis easier. To do this, buy the CC2541 development kit with packet sniffer for about $25. Alternatively, you can write a BLE proxy (using two Bluetooth adapters). To Apple’s credit, the CoreBluetooth API on iOS does not let the app know the MAC address of the peripheral, so the app will never kno…
Re: Nike+ FuelBand SE BLE Protocol Reversed
#5Re: Nike+ FuelBand SE BLE Protocol Reversed
#6Re: Nike+ FuelBand SE BLE Protocol Reversed
#7This might be helpful for anyone wanting to play with low level BT traffic: http://ubertooth.sourceforge.net/
Re: Nike+ FuelBand SE BLE Protocol Reversed
#8Re: Nike+ FuelBand SE BLE Protocol Reversed
#9on a related note, is the act of decompiling jars legal if the software was obtained legally, ie bought?
Re: Nike+ FuelBand SE BLE Protocol Reversed
#10For what it's worth, I spent a little time playing with their Fuel API when the first band was released: http://fredkelly.net/articles/2012/12/21/nike_fuel.html