------------------------------------------------------------------------------------------------------------------------------------------------------------
Readme PicoChess------------------------------------------------------------------------------------------------------------------------------------------------------------
The user to access picoches is:
user = pi
password = picochess
root = root/picochess
to access the /opt/picochess folder you have to be root user.
------------------------------------------------------------------------------------------------------------------------------------------------------------
To run picoches in the browser the web address is as follows:
Local Access:http://127.0.0.1 or
http://localhostNetwork Access:The address format is:
http://your-network-ip (example:
http://192.168.0.100)
To find out the ip of your computer you only have to open the console( you can open it using the Ctrl+Alt+T combination )
Write the command:
ifconfigIt will show you all the network interfaces that your pc has
For example:
----------------------------------------------------------------- -
ens33: flags=4163 backwards,BROADCAST,RUNNING,MULTICASTschool mtu 1500
inet 192.168.58.128 netmask 255.255.255.0 broadcast 192.168.58.255
inet6 fe80::92df:f053:11bb:246c prefixlen 64 scopeid 0x20 prescriptionlink
ether 00:0c:29:52:04:7f txqueuelen 1000 (Ethernet)
RX packets 1853 bytes 868596 (868.5 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1717 bytes 184085 (184.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19 base 0x2000
-------------------------------------------------------------------
In the case of the example above we look at inet
inet 192.168.58.128
The ip of the computer is 192.168.58.128 and the address for access in network is
http://192.168.58.128