SMS

所属分类:网络编程
开发工具:Visual C++
文件大小:9115KB
下载次数:66
上传日期:2009-02-27 20:01:27
上 传 者roinyou
说明:  SMS系统模拟器,包括手机模拟器和短信中心服务器模拟器。 客户端软件,模拟手机通过网络socket向另一个手机用户发送短消息。 每个客户端手机用一个手机号码,用IP+端口标识,短信服务中心服务器接收短信,排队帮你转发给另一个手机用户。功能见DOC文档
(SMS system simulator, including simulators and mobile message center server simulator. Client software, analog mobile phone network socket to another mobile phone users send SMS messages. Each client with a mobile phone cell phone number, using IP+ port logo, message service center to receive server message queue help you to forward to another cell phone user. Function, see DOC documents)

文件列表:
SMS 系统文档.doc (175616, 2008-06-12)
Cellphone.rar (3888056, 2009-02-27)
SMSServ.rar (5305942, 2009-02-27)

======================================================================== SMS System ======================================================================== SMS includes cellphone and SMS server. cellphone means a device with an IP(like cellphone number), and it can send message to another cellphone. SMS server means a server(like SMS server in mobile corporation) help queue the messages and transfer the messages to the destinations where cellphone the sender want to send. scenarios: Common scenario is that it has several cellphones(with different IPs) and one SMS server. One cellphone can send messages to another. Simple scenario is when we have only one PC or one network adapter, we can both run server and cellphone at the same PC and send messages to ourselves. Files In this SMS.rar file, we have two projects, Cellphone and SMSServ. Unzip them respectively, you can get their project files, and the exe files are in the project file folder. How to start and send messages? Common scenario; Double click the SMSServ.exe and start the server. Double click the Cellphone.exe on another PC to start sender's phone. Double click the Cellphone.exe on the third PC to start receiver's phone. Two cellphone should have different IPs. After starting the cellphone, you should tell the the server's IP, and then you can type the message and whom(IP) you want to send. Simple scenario; Double click the SMSServ.exe and start the server. Double click the Cellphone.exe to start phone. Cellphone and server share the same IP, at this time sender and receiver are the same! After starting the cellphone, you should tell the the server's IP, and then you can type the message and whom(yourself IP) you want to send. Error messages: Can't bind ! means the we can not find the proper IP or (IP, port) pair is already used, it is probable that you have started one.

近期下载者

相关文件


收藏者