caobo171 / node-zklib

This is a lightweight of node.js module to connect to biometrix attendance device for examples ZKTeco
72 stars 61 forks source link

How to configure node-zklib for multiple terminal #34

Closed azad71 closed 2 years ago

azad71 commented 2 years ago

I need to get realtime log from multiple terminal. Current library is configured for single ip. Is there any way to add multiple ip and listen to them for realtime log?

imfaisii commented 2 years ago

https://github.com/rabbygit/node_zklib this repo extends it and added multiple device realtime logs , btw can you let me know how are you getting realtime logs ? I am new to nodejs , i am running on terminal node test.js and uncommented the realtimelogs function , but it is returning me nothing

azad71 commented 2 years ago

The repo you mentioned, I believe you already found a solution there. We actually work together :D

In case anyone bump into this issue, please check out the repository mentioned above