HK ELECHOUSE ELECTRONICS TECHNOLOGY CO., LIMITED
Input an URL (such as www.google.com) in the text box behind the button
“
Push
”.
Click the button
“
Push
”. Put a phone on the device. The browser would pop up and open the website.
Linux
QT5
1. Download
qt-linux-opensource-5.x.x-x86-offline.run
2. sudo chmod +x qt-linux-opensource-5.1.1-x86-offline.run
3. ./qt-linux-opensource-5.1.1-x86-offline.run
4. next...next...next...
libnfc
so far, pn532_net driver is not included by libnfc, checkout
JiapengLi/libnfc
instead, by which net driver
is included. To use net driver specify a device name like "pn532_net:192.168.1.1:8000".
autoreconf -vis
./configure --with-drivers=pn532_uart,pn532_net --sysconfdir=/etc --prefix=/usr
make
sudo make install all