I have an RFID reader that has embedded Wi-Fi, it sends data (card data) on a server and The data is displayed using the PHP web page. I want to be able to keep this data feed from the wiki reader on the Android 2.2 tablet. Tablets and readers are connected to the same WiFi router. Therefore process tag data is read, Android goes to the tablet, tablet application data to PHP page and page update display. What will be the best route for this?
I will use the phat page to return the informaiton to the phone via JSON its The problem with this is not only local (unless the webpage can be accessed via WiFi only through a webserver). In fact it would be difficult to get information over WiFi. You will need to edit the software on the server to allow socket connections from your android phone and this information will need to be broadcast on the phone, then you have to do whatever you want to send to the phone decider.
Comments
Post a Comment