0

i developed a desktop time attendance and payroll application on windows few years ago. this application is connected to time attendance device and sends and receives some data to device when needed for example get time that personnel s enter to office or leave office. the connection of my application and time attendance device is over TCP/IP and both are within the same network.

but I am developing this application on web (new web application) and I don't know how I can establish an online connection between the device and the hosted web application online without a fixed IP for the device.

I am building my web application with .net core on the server side and Angular for the front. please note that one of required features of this site is sending and receiving data with device online.

I thought the web socket might be my solution, but I welcome your suggestions

Thanks for your help.

  • Search for Asp.Neg Core API – Vivek Nuna Nov 27 '21 at 09:19
  • Does the Web application still run in the office network? Or do you need to tunnel through the public internet? – Klaus Gütter Nov 27 '21 at 10:46
  • In fact web application will host on public server and it is not on office network! – Aliasghar Yousefian Nov 27 '21 at 14:32
  • For enabling the communication between the zkteco biometric device and the web application, you need to use web API instead of the standard SDK. Refer to the API documentation: https://camsunit.com/application/biometric-web-api.html for more information – Ravanan Nov 28 '21 at 16:54

0 Answers0