Bluetooth sniffer - preferably mac osx

后端 未结 6 974
清酒与你
清酒与你 2020-12-12 14:36

I am trying to find a bluetooth packet sniffer to capture bluetooth signals from close by devices. I would like for this application to work on mac osx. I have had difficult

6条回答
  •  一整个雨季
    2020-12-12 15:14

    Actually, Xcode does not include the bluetooth utilities by default. You need to open Xcode, go to Xcode>Open Developer Tool>More developer tools, then login with your Apple developer account, search for the “Additional Tools” and download the package for your version of Xcode. It includes an app called PacketLogger.

    Prior to Xcode 8, this package was named "Hardware IO tools".

    If you want the new tools to appear in Xcode's developer tools menu, drag them to the Xcode.app/Contents/Applications folder.

提交回复
热议问题