Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set port 3456
set my_name nt2000fr
socket -server ip_add $port
proc ip_add {channel ip port} { puts $ip }
close [socket $my_name $port]
proc ip:adr {} {
set me [socket -server xxx -myaddr [info hostname] 0]
set ip [lindex [fconfigure $me -sockname] 0]
close $me
return $ip
}