Skip to content

Initial

Latest
Compare
Choose a tag to compare
@kfessel kfessel released this 02 Jul 21:17
· 7 commits to master since this release

This is the first release of Arduinoview,

a package.nw was created to be used with NW.js, please download NW.js for your OS from nwjs.io this release was tested with 0.23.5 SDK on linux64

extract the NW.js-download and copy package.nw to the root-folder of NW.js.

start Arduinoview by Executing nw (nw.exe on Windows)

The package.nw includes flot that is included as a git submodule https://github.com/flot/flot

for Mac, rename package.nw to app.nw and put it in nwjs.app/Contents/Resources/

See Package Chapter in docs.nwjs.io for further information.

If you got problems executing nw on linux try from shell or drop "nw.sh"into the root-folder of NW.js and execute it.