Sowbug mentioned slinger on his website, with a reference to the description:
http://qdn.qnx.com/support/docs/tcpip50/user_guide/utils/slinger_util.html
Now, the parameter -i is used on the Audrey to limit it to talking to 127.1 (localhost). Simply remove that parameter from the slinger line in /config/rm-apps, and you can access Audrey from your PC.
cd /config
vi rm-apps
(I recommend making a backup first)
(about the 14th line is: rb,/kojak/kojak-slinger, -c -e -s -i 127.1)
(deleting the "-i 127.1" will allow it to respond to ANY request) (x under VI deletes character under cursor)
:wq
shutdown or unplug Audrey for a clean start
Voila! You can browse it using its IP address (obtainable under Audrey Options About profile)
Example using my Audrey:
http://192.168.1.122/Channels/.Channel00/.template/index.shtml
yields the Audrey "home" page! (and correctly, if you shrink your window to Audrey's size.)
You can likewise run cgi from here, so:
http://localhost/cgi-bin/GetSystemValue?kcrontab
becomes
http://192.168.1.122/cgi-bin/GetSystemValue?kcrontab
and yields the same info you would have gotten from Audrey, using her crappy little keyboard.
(of course, type in your own IP address instead of 192.168.1.122)
Have fun! Please post improvements to this technique.
-Deviant