My account: Login | Sign Up
Loading... 

UDP broadcast/receive notification system in microsoft.public.dotnet.framework | Thread profile

Thread profile page for "UDP broadcast/receive notification system in microsoft.public.dotnet.framework" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "UDP broadcast/receive notification system in microsoft.public.dotnet.framework", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: UDP broadcast/receive notification system in microsoft.public.dotnet.framework
Site: Discussions in microsoft.public.dotnet.framework  Discussions in microsoft.public.dotnet.framework - site profile
Forum: microsoft.public.dotnet.framework  microsoft.public.dotnet.framework - forum profile
Total authors: 3 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in UDP broadcast/receive notification system in microsoft.public.dotnet.framework:

1. 
Started 4 months, 2 weeks ago (2008-07-18 12:06:00)  by Mark
Hi... Didn't see another group that would be more specific for this. I inherited from another programmer a C# class using the System.Net.Sockets classes to implement a udp broadcast/receive notification system so that all the machines on a subnet can keep up-to-date on events. In his classes, he prefaces each ...
Size: 1,544 bytes
Customize:  Customize "UDP broadcast/receive notification system in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
2. 
Started 4 months, 2 weeks ago (2008-07-18 12:27:00)  by Peter Duniho
On Fri, 18 Jul 2008 12:07:01 -0700, Mark <mmodrall@nospam.nospam> wrote: > [...] > In his classes, he prefaces each broadcast message with a guid so that > when > a message comes in he can check to see if it's one he just sent. This > spurred a couple of questions for me: > 1) I haven't yet seen a message I drop on the ...
Size: 2,425 bytes
Customize:  Customize "<b>Reply 1</b>: UDP broadcast/receive notification system in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
3. 
Started 4 months, 2 weeks ago (2008-07-18 13:11:00)  by Mark
Thanks for the reply, Pete... > > [...] > > In his classes, he prefaces each broadcast message with a guid so that > > when > > a message comes in he can check to see if it's one he just sent. This > > spurred a couple of questions for me: > > 1) I haven't yet seen a message I drop on the broadcast address come > >...
Size: 2,052 bytes
Customize:  Customize "<b>Reply 2</b>: UDP broadcast/receive notification system in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
4. 
Started 4 months, 2 weeks ago (2008-07-18 13:57:00)  by Jack Jackson
On Fri, 18 Jul 2008 12:07:01 -0700, Mark <mmodrall@nospam.nospam> wrote: >Hi... > >Didn't see another group that would be more specific for this. > >I inherited from another programmer a C# class using the System.Net.Sockets >classes to implement a udp broadcast/receive notification system so that all >the ...
Size: 1,542 bytes
Customize:  Customize "<b>Reply 3</b>: UDP broadcast/receive notification system in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
 

Top contributing authors for UDP broadcast/receive notification system in microsoft.public.dotnet.framework

Name
Posts
Mark
2
user's latest post:
UDP broadcast/receive...
Published (2008-07-18 12:06:00)
&nbsp; Hi... Didn't see another group that would be more specific for this. I inherited from another programmer a C# class using the System.Net.Sockets classes to implement a udp broadcast/receive notification system so that all the machines on a subnet can keep up-to-date on events. In his classes, he prefaces each broadcast message with a guid so that when a message comes in he can check to see if it's one he just sent. This...
Peter Duniho
1
user's latest post:
UDP broadcast/receive...
Published (2008-07-18 12:27:00)
&nbsp; On Fri, 18 Jul 2008 12:07:01 -0700, Mark &lt;mmodrall@nospam.nospam&gt; wrote: &gt; [...] &gt; In his classes, he prefaces each broadcast message with a guid so that &gt; when &gt; a message comes in he can check to see if it's one he just sent. This &gt; spurred a couple of questions for me: &gt; 1) I haven't yet seen a message I drop on the broadcast address come &gt; back on &gt;...
Jack Jackson
1
user's latest post:
UDP broadcast/receive...
Published (2008-07-18 13:57:00)
&nbsp; On Fri, 18 Jul 2008 12:07:01 -0700, Mark &lt;mmodrall@nospam.nospam&gt; wrote: &gt;Hi... &gt; &gt;Didn't see another group that would be more specific for this. &gt; &gt;I inherited from another programmer a C# class using the System.Net.Sockets &gt;classes to implement a udp broadcast/receive notification system so that all &gt;the machines on a subnet can keep up-to-date on events....