I know I could easily be able to accomplish this task, but I would like to do it as fast as possible. The hypothesis I have is as follows when the user presses the send button:
1) Get all computers on the network.
2) Send a packet to a port the application will be running, e.g. 6891 using the TcpClient method.
3) Parse the packet to a RichTextBox.
I know that getting all the computers on a network is going to be painful with speed, let alone the fact sending a packet to every machine is going to create a lot of overhead on the network bandwidth if somebody decides to spam crazily.
What method would you suggest me using? I'd rather not add a server application, this is all part of the challenge for me

New Topic/Question
Reply



MultiQuote





|