A web-based visualization tool for using your ItemSense Instance.
This tool is under active development and may be unstable at times. It is presented as-is as a reference and prototyping tool for ItemSense. It is not recommended to build production solutions based on this tool.
For more information about ItemSense, check out http://developer.impinj.com.
Once you have cloned the repository, you need version 4.0.0 of node and upwards. check your node version with the following command:
$ node --versionIf you have an older version of node, or don't have not at all, you can install it by going to https://nodejs.org/en/download/ Once node is installed, three commands should be run To get the application ready for execution, run the following two commands:
$ npm install
$ npm install -g gulp
$ gulp compileNOTE: Tested using node v5.8.0
Once those have completed, you can now start up a server:
$ npm startOnce the server executable is running, just browse to http://localhost:3000 to see it in action. Videos on usage to be posted on youtube shortly.