I really like this applet but I wanted to make it look more like a application so here is a little Tcl script that I whipped up (only works on MS Windows).

----File:: RioReceiver.tcl---
# requires Tcl/Tk 8.0+, optcl 3.0, MSIE 3+
# by Michael Jacobson
# note that it take a while to load the applet in the
# MSIE frame (15+ seconds ... so please be patient)
package require optcl ;# download from
#http://www.sys.uea.ac.uk/~fuzz/optcl/default.html
# update your RioReceiver IP address below
set htm [optcl::new -window .htm {http://192.168.1.104/receiver.html}]
.htm config -width 645 -height 208
pack .htm -fill both -expand 1


Edited by jakeforce (20/03/2002 21:28)