Martín Raúl Villalba Daz
Martín Raúl Villalba Daz
Showing flags, specific values, names, etc. For data packets, fingerprint for ANT-FS packets (beacons, commands, etc).
Write missing test suites for node and event.
Sphinx, docstrings, demos
Make it so that scanning for connected ANT sticks can be done programmatically. This would involve asking all drivers to look for devices they can handle, and return an identification...
Basic profile to interact with HRM devices.
…rovided Fixes https://github.com/joeferner/node-bplist-parser/issues/36
Given the following sample code: ```js import * as bPlistParser from "bplist-parser" const archive = await bPlistParser.parseFile('this-path-does-not-exist.bplist') .then((archive) => console.log(archive)) .catch((err) => console.error(err)) ``` If the path does not exist,...
CLI utility as a companion to the Python API. Useful for shell scripting and manual operations.
Doctrings, sphynx, and one liners.