6
I’m developing a system for my university’s college restaurant with Spring MVC.
I need to connect the system to a Topdata brand turnstile, which controls customer access to the restaurant. Since I have never faced such a problem, I would like your opinion as to which way to go!
Currently, I’m thinking of creating a Java Desktop application to manage ratchet communication with the Web System.
PS: the ratchet has network output.
The ratchet maker will certainly have a manual describing the API you should use - and, if you were using the serial connection model, probably a driver to communicate with the equipment, also.
– Wtrmute