====== Emtest Ethernet (LCD) tabule ====== === Nastavenie IP adresy === IP adresa sa nastavuje v subore: /etc/init.d/network-set Priklad: #!/bin/bash ifconfig eth0 192.168.12.128 netmask 255.255.255.0 ip route add 0.0.0.0/0 via 192.168.12.1 === Komunikacia s aplikaciou === Aby Emtest Ethernet tabula komunikovala s aplikaciou, musi mat v HwConfig.xml nastaveny spravny port: * 192.168.12.128 musi mat nastaveny port 60428 * 192.168.12.129 musi mat nastaveny port 60429 * 192.168.12.130 musi mat nastaveny port 60430