btsnoop_parser 1.0.0 copy "btsnoop_parser: ^1.0.0" to clipboard
btsnoop_parser: ^1.0.0 copied to clipboard

Parse HCI snoop logs with this library.

BTSnoop Parser #

Easy to use BTSnoop log file parser in Dart.

Features #

This library will parse all the packets and return a list of raw data.

Usage #

import 'package:btsnoop_parser/btsnoop_parser.dart';

void main() async {
  var logs = await BTSnoopLogParser.parseFile("example/btsnoop_hci.log");
  print(logs.btSnoopFileStruct);
  print(logs.btSnoopFileStruct.packetRecords.packetList[124].packetData);
}
3
likes
130
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Parse HCI snoop logs with this library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on btsnoop_parser