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.

example/btsnoop_parser_example.dart

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
140
points
21
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