PINK (Parallax Internet Netburner Kit) project
Crux
Posts: 74
good day to all!
I need help,I am planning to propose a Classroom Attendance Management System for our school thesis. It will use BS2. I am planning to use the grand idea RF id.
What I want to happen is that I want to pass the data of the RF ID through the BS2 then into the PC and then records the time . I saw this PINK w/c I think is suited for the design but the problem is I am not familiar on what requirements or direction to do. I want to ask if is it possible to integrate it with PHP?here is a diagram how data flow.
USER (RF ID) ---> BS2 <
> PC (PHP) <----> INTERNET
I need help,I am planning to propose a Classroom Attendance Management System for our school thesis. It will use BS2. I am planning to use the grand idea RF id.
What I want to happen is that I want to pass the data of the RF ID through the BS2 then into the PC and then records the time . I saw this PINK w/c I think is suited for the design but the problem is I am not familiar on what requirements or direction to do. I want to ask if is it possible to integrate it with PHP?here is a diagram how data flow.
USER (RF ID) ---> BS2 <
> PC (PHP) <----> INTERNET
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
If not you don't really need the pink module - consider this -
a)RFID reader to Stamp (serially I presume)
b)Stamp serial connection to P.C
c)Application running on P.C waiting on an Event (serial data received) - when it receives the data it appends a HTML file.
d)Webserver running on P.C pointing to the log file.
If this suits - I can knock together a quick and dirty app for the P.C ...
Regards,
Quattro
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Necessity is the mother of invention'
RF ID
> BS2 w/ PINK <
> Server (PHP)
What OS is your server running? If you are running linux then you could easily setup a mail server on it that redirects emails to a certain address to a shell script/php script. Then you could parse this email and get the date, time, and rfid tag id.
The PINK really isn't suited for your purposes of client PUSH. I would recommend you look at other devices, namely devices that function as a serial to telnet interface. This will allow you to connect to a daemon on your server and communicate with a more reliable channel.
Harrison