• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java compatible RFID / Turnstile hardware

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm looking for a turnstile tripod with a RFID reader attached to it that is compatible with Java.

This tripod would be used to control access in a fitness centre and need to be controlled by a central server that runs a java application which contains the business logic.

Does anyone have experience managing this kind of hardware with Java ? Is there hardware that comes with a Java SDK or API ? So far I had no success in finding one.
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have some (limited) experience with RFID hardware, and I'm afraid it's not good.
Most RFID readers ship with (poorly documented) proprietary device drivers.
Forget about out-of-the-box Java compatibility and start thinking JNI wrapper
Granted that was a few years ago, maybe the situation has improved.
I do know that at the time I was working on the RFID project, Oracle was developing something called Sensor Edge Server, that supported a few RFID readers.
If that's still around, it might be your best bet.
 
Marshal
Posts: 80138
418
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And welcome to JavaRanch
 
Christophe Creelle
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:And welcome to JavaRanch



Thanks, already learned a lot here in the past !

About the RFID readers, there seem to be plenty of options out there. However the ones with a proper SDK are few and far between (especially in combination with the turnstile). The only ones I manage to find was from a chinese manafacturer. Was hoping to find someone with experience with something similar before I plunge down the proverbial rabithole .

 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic