Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 75 Time: 08:48 - Nov 10, 2009
gauravsagargupta
Hi I am trying to broadcast(UDP) a message on LAN using C#.I have connected systems(P2P connection).I am able to send and receive broadcast message on 1st pc but unable to see the same result on 2nd pc.Please Help My code is For Receiving Broadcast Message.. soc = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); IPEndPoint iep = new IPEndPoint(IPAddress.Any, 9999); soc.Bind(iep); EndPoint ep = (EndPoint)iep; soc.EnableBroadcast = true; byte[] buffer; while (true) { buffer = new byte[1024]; soc.Receive(buffer); string bufferstr = null; System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding(); bufferstr = enc.GetString(buffer); } For Broadcasting Message... Socket sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); sock.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, 1); IPEndPoint iep = new IPEndPoint(IPAddress.Broadcast, 9999); string message; byte[] data = Encoding.ASCII.GetBytes(message); sock.EnableBroadcast = true; sock.SendTo(data, iep); Thread.Sleep(3000); sock.Close();
Categories:
Add Categories
When adding more than one category, separate them with commas.
This question has not yet been answered.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
Hi is there a way to retrieve the loop count in XSLT
how do repair this problem: every times i opened my laptop it will suddenly n...
How i get the hp pavilion dv6-3054tx laptop bottom base assembly as a sparepa...
I don't have AOL browser but privacy scan shows hundreds of files/cookies fro...
wireless keyboard has stopped working
need validation controller for textbox in java
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software