Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hobbyquaker/arcticfox-monitor
A simple device monitoring tool for vape battery mods with Arcticfox firmware. :cloud: :chart_with_upwards_trend: Works on macOS and Linux.
https://github.com/hobbyquaker/arcticfox-monitor
arcticfox battery firmware mod temperature-control vape
Last synced: about 2 months ago
JSON representation
A simple device monitoring tool for vape battery mods with Arcticfox firmware. :cloud: :chart_with_upwards_trend: Works on macOS and Linux.
- Host: GitHub
- URL: https://github.com/hobbyquaker/arcticfox-monitor
- Owner: hobbyquaker
- License: gpl-3.0
- Created: 2017-07-01T15:52:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T12:34:03.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T06:28:16.674Z (9 months ago)
- Topics: arcticfox, battery, firmware, mod, temperature-control, vape
- Language: HTML
- Homepage:
- Size: 504 KB
- Stars: 22
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# arcticfox-monitor
[![Dependency Status](https://david-dm.org/hobbyquaker/arcticfox-monitor/status.svg)](https://david-dm.org/hobbyquaker/arcticfox-monitor)
[![devDependency Status](https://david-dm.org/hobbyquaker/arcticfox-monitor/dev-status.svg)](https://david-dm.org/hobbyquaker/arcticfox-monitor?type=dev)
[![Build Status](https://travis-ci.org/hobbyquaker/arcticfox-monitor.svg?branch=master)](https://travis-ci.org/hobbyquaker/arcticfox-monitor)
[![Github All Releases](https://img.shields.io/github/downloads/hobbyquaker/arcticfox-monitor/total.svg)]()
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)> A simple device monitoring tool for vape battery mods with Arcticfox firmware. Works on macOS and Linux.
![Screenshot](screenshot.png "Screenshot")
### Download
#### macOS
Go to the [latest release page](https://github.com/hobbyquaker/arcticfox-monitor/releases/latest) and download the
arcticfox-monitor-x.x.x.dmg file.#### Linux
On the [latest release page](https://github.com/hobbyquaker/arcticfox-monitor/releases/latest) you can find a .deb file,
a .rpm file and a .tar.gz that should work on other distributions.For USB access with an unprivileged user you need udev rules, see
[Issue #25](https://github.com/hobbyquaker/arcticfox-config/issues/25).
The .deb and .rpm packages install these udev rules automatically and create a group `arcticfox`. You have to add you
user to this group (`usermod -a -G arcticfox username`).### Usage
Connect your Arcticfox Device, start the Application, vape on.
### Contributing
Clone the repo, do `npm install` in the project root. Use `npm start` to start the application in debug mode.
Depending on your installed Node.js version it might be necessary to rebuild the USB HID module:
`./node_modules/.bin/electron-rebuild`### Related
* https://github.com/hobbyquaker/arcticfox-config - Configuration Tool for Vape Devices / Battery Mods with Arcticfox
Firmware. Works on MacOS and Linux.
* https://github.com/hobbyquaker/arcticfox - a Node module that abstracts the HID communication with the Arcticfox
firmware and is also used by this project.
* https://github.com/hobbyquaker/dna-monitor - a macOS and Linux device monitor for battery mods with the DNA chipset.### Credits
Based on the work of [NFE Team](https://nfeteam.org/)
* https://github.com/maelstrom2001/ArcticFox
* https://github.com/TBXin/NFirmwareEditorThis software uses [Highcharts](http://www.highcharts.com/) which is free __only for non-commercial use__.
### License
GPLv3
Copyright (c) Sebastian Raff