Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~41 People Reached
Favorite Forums
Member Avatar for gaukhar

Hello, I am no expert just trying to make my final year project work. I am trying to discover devices on my network and for that use the following code. [CODE]private void broadcast() { Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, true); socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReceiveTimeout, 1000); IPEndPoint bcastTarget = …

0
41