How I can capture Data from attendance machine

4.1k views Asked by At

I have developed an online leave management system in PHP, MySQL, which is working fine, I have only one issue, we have to upload a csv file of daily captured data. I want to do it automatically.

We have a Star Link Attendance machine.

Star Link software dose not provide any custom report format.

I want to develop an application module which can fetch data from this machine? Is it possible? and in which language we can do it (PHP, C#, Java) ?

Any resource link will be very helpful.

3

There are 3 answers

0
Saqueib On BEST ANSWER

I have solved this problem.

All data fetched by machine are stored in mssql database, I simply developed a programme in C# .Net which takes the data from mssql and export it in CSV file.

0
dnaextrim On

Try this It uses the UDP protocol to communicate to the Attendance Machine. And this for Python

2
meadlai On

I like Java, but every language is okay, if it has lib- to parse CSV file. you may using FTP,HTTP to get that file.