Posted on: 10/6/2014 7:11:04 PM | Views : 447

I had an idea for a website, but it depends not only on user input (such as the user typing into textboxes), but also would depend on data streaming in from a gaming sensor that he attaches to his laptop's USB port.  The problem is that the real-time data should be sampled at intervals, and sent to the website, and I don't think there is a way to do that.
Asp.net cannot read user files unless the user uploads them, and certainly cannot create and delete files on the user PC.
asp.net forms also cannot read the user clipboard, in case the data was streamed to the clipboard.
So is this a hopeless idea?
Thanks.

Go to the complete details ...