Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Employees Worktime


  • Please log in to reply
4 replies to this topic

#1 Peter Forstmeier

Peter Forstmeier

    Advanced Member

  • Members
  • PipPipPip
  • 53 posts

Posted 15 May 2014 - 06:22 PM

Hi List,

i have an ID20 RFID Chip working and now i'm think about a small Worktime Control System for about 10 - 20 Employees.

Is anybody out how have experiance in a Project like this.

What i'm specially interested is:

 

- Secure the CheckIn-CheckOut

 

- Storing the DataTime's/Employee#  on SD Card or have a Network Connection to a PC (mqqt or others)

 

-What is the recommended way to Connect to PC for reading out the values(per day/per week)

 

Thanks in advance

Peter

 

 

 



#2 dino4net

dino4net

    Advanced Member

  • Members
  • PipPipPip
  • 40 posts

Posted 02 June 2014 - 04:55 PM

Hello Peter,

 

Normally devices like this are always connected to the Ethernet and use a dedicated server in the network.

The basic date, e.g. name, ID of your employees and current time, is send to the Netduino and stored there. So you can show a nice message on the display.

Events on the Netduino, stamp in / out, are send direct to the server.

 

In the case of a network problem, the Netduino has to store the data locally and send it later.

 

Securing the check in / out depends on how much you want to invest, e.g. prevent buddy punching with a finger print or Iris Scanner :-)

 

Guido



#3 Peter Forstmeier

Peter Forstmeier

    Advanced Member

  • Members
  • PipPipPip
  • 53 posts

Posted 04 June 2014 - 08:34 PM

Hi,

thanks for the Response.

At the moment i Play with MQTT to send Messages from and to the Netduino, hopefully thiw will work.

What do you think about this idea?

 

Peter



#4 dino4net

dino4net

    Advanced Member

  • Members
  • PipPipPip
  • 40 posts

Posted 05 June 2014 - 08:29 AM

Hi,

 

If they are connected right to the Ethernet cable, I would use simple soap HttpWebRequest messages to send data to and from the server.

Overhead does not really matter in a normal Ethernet and soap is easy to test and implement.

Install IIS and SQL Server and you should be ready to go.

 

Witch MQTT library do you use?

 

Guido



#5 Peter Forstmeier

Peter Forstmeier

    Advanced Member

  • Members
  • PipPipPip
  • 53 posts

Posted 05 June 2014 - 08:44 PM

Hi,

i'm not shure if i can send HttpWebRequest messages with mqtt.

 

At the moment i play with:

http://forums.netdui...e-data-from-n2/

 

Peter






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.