I would like to add debug monitor to my web page on Net-OS,
I’m thinking to send STDIO to “/udpdb/0” and then use java applet to read udp and show on page.
Is there another way of doing this in Net-OS without using applet ?
I will appreciate any idea !
tuxembb : I was thinking about that , just don’t want to write to flash
dakotas_dad : This is my original plan, I will write down java applet for that, I can’t use JavaScript because does not support udp as I remember. I was just wondering that there maybe is some other solution to catch this in NetOs itself and just use web server to show on page.