Skip to content

Read RFID tags from a sensor and post them to a configurable HTTP backend

Notifications You must be signed in to change notification settings

Ekliptor/NordicID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read RFID tags from a sensor and post them to a configurable HTTP backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages