The advlib open source, protocol-agnostic library for decoding ambient wireless packets as a web application, hosted via GitHub Pages: reelyactive.github.io/advlib.
See the advlib master branch for more detailed documentation about advlib itself.
First install/update the development dependencies by running npm install
from the root of this repository.
Then, (re)build the js/advlib.min.js file by running either npm start
or webpack
, again from the root of this repository.
For reference, the following Webpack features are used:
- output.library
- loading polyfills, specifically buffer, to allow advlib (which uses Node.js Buffer) to run in the browser
In 2023, the v1.x advlib web application was bundled using Webpack and launched with support for Bluetooth Low Energy, RAIN RFID (EPC), and EnOcean Alliance packet decoding.
The original v0.1 advlib web application, which was bundled using Browserify, and supports Bluetooth Low Energy and reelyActive Active RFID packet decoding, can be found in the gh-pages-0.1 branch of this repository.
MIT License
Copyright (c) 2015-2023 reelyActive
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.