this repo is for test code related to the impinj rfid reader
This project depends on non-maven packages that need to be downloaded and installed manually.
- The Impinj Octane SDK download here
- Once downloaded, extract the zip file and install the jar into the local maven repository with the following command:
mvn install:install-file -Dfile=OctaneSDKJava-3.3.0.0-jar-with-dependencies.jar -DgroupId=com.impinj -DartifactId=octane -Dversion=3.3.0.0 -Dpackaging=jar
- Once downloaded, extract the zip file and install the jar into the local maven repository with the following command:
- (Eventually) the AWS IoT SDK for Java download here
After installing the dependencies, the app can be installed with mvn clean install