Skip to content

CodeFork/RfidDotNet

 
 

Repository files navigation

RfidDotNet

Build status Net Standard 2.0 library to work with Rfid readers

Provides abstracted interface for reading tags. You simply get Observable<Tag>.

Supported protocols:

  • Alien Technology reader protocol over TCP with automatic reconnection support.
  • (Work in progress) Chinese binary protocol over serial port. Serial port code depends on SerialPortStream package. You have to build C driver to be able to work on linux, follow instruction on project page.

About

Net Standard 2.0 library to work with Rfid readers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%