Sniffer is a must have app for everyone working with Bluetooth Low Energy.
It will take raw BLE advertisement data and deserialise it into primitive types or strings. It allows easier debugging and developing of your BLE device. It can filter the data by both raw data and mac address using Regex. You can differentiate multiple advertisement types. You can share your deserialisers with your colleagues by exporting them into a JSON file.
嗅探器是每个人与蓝牙低功耗工作必须具备的应用程序。
这将需要原始的BLE广告数据,并将其deserialise为基本类型或字符串。它可以让你的BLE装置更容易调试和开发。它可以通过这两个原始数据和MAC地址使用正则表达式过滤数据。您可以区分多个广告类型。你可以通过它们导出到一个JSON文件与同事分享你的解串器。
Sniffer is a must have app for everyone working with Bluetooth Low Energy.
It will take raw BLE advertisement data and deserialise it into primitive types or strings. It allows easier debugging and developing of your BLE device. It can filter the data by both raw data and mac address using Regex. You can differentiate multiple advertisement types. You can share your deserialisers with your colleagues by exporting them into a JSON file.