An open API service indexing awesome lists of open source software.

https://github.com/hobbyquaker/arcticfox

Node module that abstracts the HID communication with the ArcticFox Firmware
https://github.com/hobbyquaker/arcticfox

arcticfox battery mod node-module vape

Last synced: about 2 months ago
JSON representation

Node module that abstracts the HID communication with the ArcticFox Firmware

Awesome Lists containing this project

README

        

# arcticfox

[![NPM version](https://badge.fury.io/js/arcticfox.svg)](http://badge.fury.io/js/arcticfox)
[![Dependency Status](https://img.shields.io/gemnasium/hobbyquaker/arcticfox.svg?maxAge=2592000)](https://gemnasium.com/github.com/hobbyquaker/arcticfox)
[![Build Status](https://travis-ci.org/hobbyquaker/arcticfox.svg?branch=master)](https://travis-ci.org/hobbyquaker/arcticfox)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

> Node module that abstracts the HID communication with the ArcticFox firmware

[ArcticFox](https://github.com/maelstrom2001/ArcticFox) is a Custom Firmware for Joyetech, Wismec and Eleaf battery mods
by https://nfeteam.org/

Ported to Javascript from https://github.com/TBXin/NFirmwareEditor

See [test.js](test.js) for examples...

__Versioning:__ The major number of this libs version reflects the SettingsVersion it is made for. e.g. `v11.0.0` is
made for Arcticfox `P11`.

## Related

* https://github.com/hobbyquaker/arcticfox-monitor - A device monitoring tool for vape battery mods with Arcticfox firmware. Works on macOS and Linux.
* https://github.com/hobbyquaker/arcticfox-config - Configuration Tool for Vape Devices / Battery Mods with Arcticfox
Firmware. Works on MacOS and Linux.

## Credits

Based on the work of [NFE Team](https://nfeteam.org/)

* https://github.com/maelstrom2001/ArcticFox
* https://github.com/TBXin/NFirmwareEditor

## License

GPLv3