Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 859 Bytes

Nordic RFID reader

This project reads RFID tags based on the official Inventory Stream sample and posts the data to a HTTP backend specified in the application's config file.

Running binaries

  • ensure you have JVM installed on your system and JAVA_HOME is set in your PATH
  • open run/config.ini and make the desired changes. see the comments in the file for setting details
  • windows: open run/run.bat
  • UNIX: open run/run.sh

Building from source

  • install Eclipse with Apache Maven support
  • import this project and the connection project into your eclipse workspace
  • possibly fix buildpath depending on your setup to ensure all classes are found
  • right-click on this project -> Run as -> Java Application