RFIDv2: Difference between revisions
From Pumping Station One
Rtystgeeke (talk | contribs) |
Rtystgeeke (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
*All RFID fob numbers must start with 00 - sometimes the reader reports numbers incorrectly - the number on the fob will be be the number in the RFID field in WA. | *All RFID fob numbers must start with 00 - sometimes the reader reports numbers incorrectly - the number on the fob will be be the number in the RFID field in WA. | ||
*Make sure the member has an active account | *Make sure the member has an active account | ||
*Make sure the tags in RFID field are separated by a comma. All RFID tags are stored in otherPager field | *Make sure the tags in RFID field are separated by a comma. All RFID tags are stored in otherPager field (which contains an array of numbers) in AD. | ||
=What's next= | =What's next= | ||
| Line 44: | Line 36: | ||
*Writing a cron job to sync PS1Auth data (that members can add their RFID) to the RFID2 SQL database the door reader uses. | *Writing a cron job to sync PS1Auth data (that members can add their RFID) to the RFID2 SQL database the door reader uses. | ||
*Create an Auto-it script that presses the upload button in the control software to send info from the SQL database to the controller. | *Create an Auto-it script that presses the upload button in the control software to send info from the SQL database to the controller. | ||
==DEV2AD== | |||
A wifi enabled microcontroller with an RFID reader makes a webservice call to Glue. Dev2AD is running on Glue and receives the call. DEV2AD validates that the tag is associated with the authorization for that tool. Currently the theory would be that DEV2AD would look at the AD group for a particular piece of equipment, grab the list of all users in that group, and search for a matching tag - if a tag matches then an activity will be initiated. | |||
==Status== | ==Status== | ||