CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    86

    255.255.255.255 question

    Can anybody please tell me how to receive the broadcast message sent destination address other than 255.255.255.255......like 232.111.111.111

    How to get it using CAsyncSocket & OnReceive()

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: 255.255.255.255 question

    Any UDP message send to xxx.xxx.xxx.255 will be broadcasted.

    How to get it using CAsyncSocket & OnReceive()
    Broadcast messages are just like any other message. Simply create a socket and start listening for the message.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured