Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending message from one PC to another PC using IP address

I want to send a message from one computer (server) to another computer (client). Both the client and server are on an internal network with different IP addresses.

How do I send the message using the IP address without using the command prompt?

like image 923
Even Avatar asked Aug 02 '11 09:08

Even


People also ask

Can I send message using IP address?

Type "ipconfig /all" with a space between "ipconfig and /all". That will list the computer's ip address along with other network specs. Now that you have the ip of that computer, you may send instant messages to it. Additionally, it is possible to use a wild card such as * in the ip address parameter.

How do I send messages via remote desktop?

Chat with Remote Desktop clientsIn Remote Desktop , select a computer list in the sidebar of the main window, select one or more computers, then choose Interact > Chat. Enter your message, a line at a time. The message appears on the user's screen as you type. Press the Return key to complete and send each line.


1 Answers

You need to look at socket programming.

like image 63
Oded Avatar answered Sep 24 '22 05:09

Oded