0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Bluefruit LE Sniffer使い方メモ

Posted at

焼き増し生地

こちらも参考にMacOS(BigSur)での利用方法をまとめておく。
基本的にはadafruitのドキュメントを参考に進め、つまづくところをまとめておく。

  • https://cdn-learn.adafruit.com/downloads/pdf/introducing-the-adafruit-bluefruit-le-sniffer.pdf

  • 仕組みとしてはDriverをインストール後、wiresharkで使う用のpython環境を用意し、プラグインを追加することで、wiresharkでキャプチャできるようになる
    スクリーンショット 2021-11-30 10.43.48.png

  • つまづきポイント

    • driverインストール時、許可する権限がわからなくなるので注意
      • デベロッパツールのターミナルにチェック
      • インストールの最後に、システム慣用設定>一般から、ダウンロードしたアプリケーションの許可するダイアログで、ダウンロードを許可する
    • wiresharkのconfigにプラグインのextcapのディレクトリを作成して、ダウンロードしたNordicのライブラリをコピペする
      • ~/.config/wireshark/extcap/
    • 全て完了したら、コマンドからWiresharkを実行してWiresharkを再起動し、設定反映する

参考:

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?