Scripts to change the IP address of the reader

with No Comments

There are two ways to setup the IP address of the reader (using avea.php):

 

1. by DHCP, if DHCP server is present in the network, the IP address can be obtained automatically from the server. e.g.

echo “<html><body><AVEA>”

echo “DHCP=1”

echo “</AVEA></body></html>”

 

2. by command, if a specific IP address is wanted, then it can be set as follows:

echo “<html><body><AVEA>”

echo “DHCP=0”

echo “IP=192.168.001.023”

echo “</AVEA></body></html>”