Im trying to fetch data from zkteco k40 biometric attendance device from spring boot
I have read somewhere that first we need to be connected to IP port of the device. I got connected through code using websocket.This is my code. when i run this, I got SocketTimedOut Exception…Thats why i increased time of READ_TIMEOUT, Still this problem is occuring? What I did wrong ? What should I do to connect and fetch data from BIOMETRIC Device?