How can I access UDP ports using a web application on the client PC?

Posted by Vaibhav on Stack Overflow See other posts from Stack Overflow or by Vaibhav
Published on 2009-09-29T20:44:03Z Indexed on 2010/04/13 17:03 UTC
Read the original article Hit count: 370

Filed under:
|
|

One of the thing that current Windows application does is that it writes out information to a hardware device via a UDP message. We are considering porting the application to web-based.

I checked Silverlight, and that doesn't allow UDP. We don't want to use ActiveX or Java Applets.

What are the other options?

Thanks.

Update - does anyone know if I can use Flash to do this?

© Stack Overflow or respective owner

Related posts about udp

Related posts about web-applications