Am now up and streaming! Thanks Paul!

But......it's not quite right yet: the web interface isn't working. But, for once, I think I might know why (!)

When I try to access the web interface, the following appears in the tRio's Java window:

-------------------
Got http request: GET /trio-applet.htm HTTP/1.1
java.io.FileNotFoundException: C:\Program Files\trio-0.1.4.alpha5\bin\docs\trio-
applet.htm (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown So
urce)
at trio.http.TRioHttpClientConnection.getOtherResource(Unknown Source)
at trio.http.TRioHttpClientConnection.processRequest(Unknown Source)
at trio.http.TRioHttpClientConnection.run(Unknown Source)
----------------

Looking through tRio's files, it seems that trio-applet.htm
is in "\docs\trio-applet.htm"
not in "\bin\docs\trio-applet.htm"

Is there something I could change to correct the address?

Thanks again!