|
-
Mar 13th, 2004, 02:45 PM
#1
Thread Starter
Frenzied Member
Understanding broadcast/multicast
I'm a little confused and hoping for some direction. I have a service (well, I will, anyway) that is connected to a COM port and justs waits until a message comes in - the message is an incoming 911 call - usually contains around 500 bytes - phone number, location, name info etc.
What I want to do is forward this message to "subscribed" clients (in a LAN). I'm thinking of creating a user control and add this to my app. Thinking of UDP - that way the service can just send the message and doesn't really care who picks it up.
Is multicasting the way to go? I've done some reading, but not really sure if I understand it. It would be nice if the service can just send a message without even having to worry about who is subscribed.
Any thoughts appreciated.
Mike
-
Mar 15th, 2004, 05:10 PM
#2
Thread Starter
Frenzied Member
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
|