本文介绍了使用IP地址通过LAN发送消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用IP地址互相发送消息(通过LAN连接的计算机)?

How can I send message to each other (computer connected via LAN), using IP address?

谢谢

Furqan

推荐答案

与网络通信有关的大多数事情已经从RFC实现了一种方法.这是一些有关Internet中继聊天(IRC)的信息的链接.

Most things dealing with network communications already have a methodology implemented....from the RFC. Here is a link to some information about Internet Relay Chat (IRC)...

http://en.wikipedia.org/wiki/Internet_Relay_Chat

在VisualBasic中实现IRC不会很麻烦. IRC有命令,Internet上有很多可用的帮助...

IRC would not be onerous to implement in VisualBasic. IRC has commands and there is plenty of help available on the Internet...

http://www.irchelp.org/irchelp/irctutorial.html

 


这篇关于使用IP地址通过LAN发送消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 05:45