|
-
June 16th, 2011, 12:16 PM
#1
c# Sockets
Hi,
I am going to be having data from external sensors being displayed graphically as dials and guages in a WPF application. This data needs to be streamed to, and displayed on, 2 other applications on remote machines (over a wifi network)
What is the "best" way of having this data streamed over the network form the original application?
Any pointers will be handy.
Cheers,
mike
-
June 17th, 2011, 03:24 AM
#2
Re: c# Sockets
I don't know about the best way, but I would make a server application, which has access to the data. The client apps can then create a socket connection to the server and send a request for data.
I'll elaborate if you are planning on doing this
It's not a bug, it's a feature!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|