Location:
Search - udp mail
Search list
Description: 基于UDP实现E-Mail传输
工作过程描述:
客户端描述:
1. Client(以下简称C端)端将邮件以规定的大小封装为符合要求的UDP包。
2. 将封装好的UDP包发出,并等待Server(以下简称S端)端收到相应的UDP包后返回的回应Acknowledge(以下简称为ACK)。若收到的为Positive ACK,则继续发包;若收到的为Negtive ACK,则将应发的包重发。
3. 直到C端将所有要发的包都发完,并都已经收到S端的回应,最后发一个End包,直接关闭此进程。
服务器端描述:
1. S端启动服务进程,并监听相应端口。
2. 若收到C端发出的有关请求,按如下情况给出相应的反映:
a. 将收到的包进行检测,若收到的包有错则抛弃(discard),并发给C端一个negtive ACK。
b. 将收到的包进行检测,若收到的包正常,则将此包进行解包,将内容输出至一临时文件;并发给C端一个positive ACK。
3.依次收到来自C断的包,直到收到end为止,并关闭此进程,转回监听状态。
Platform: |
Size: 4715 |
Author: veryha |
Hits:
Description: vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文本区域 91 学校报表 92 银行平衡表 93 Java多线程小程序演示浏览 94 发送接收数据 95 信件处理 96 服务器监听 97 发送接收UDP数据 98 创建备用屏幕 99 SQL数据集 100 视频会话 101 绘图-vc inspiration programming model to create the source code 81 82 trees to create voice control button 83 broadcast version control 84 Clock dialog 85 88 87 Communication Control text created 89 regional units to change school text regional statements 92 91 silver Bank balance sheet of 93 small Java multithreading procedures demonstration here to receive this information 94 95 96 mail processing server monitoring Send to listen to 97 receive 98 UDP data to create standby screen 99 SQL data sets 100 Video Conversation 101 Mapping
Platform: |
Size: 351232 |
Author: yiyizi |
Hits:
Description: Symbian C++ of Nokia下的源码,包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Nokia Symbian C of the source, including send and receive text messages, send e-mail, tcp/udp socket programming, receive BIO news, send information MMS
Platform: |
Size: 840704 |
Author: 站长 |
Hits:
Description: 关于vc网络编程的几个例子包括 收发送电子邮件、FTP上传下载、WINSOCK-UDP、WINSOCK-TCP-vc network programming on a few examples, including resumption send e-mail, FTP upload download, WINSOCK- UDP, WINSOCK-TCP, etc.
Platform: |
Size: 252928 |
Author: 白云城主 |
Hits:
Description: 基于UDP可靠传输的邮件系统-based on UDP reliable transmission mail system
Platform: |
Size: 344064 |
Author: 李国新 |
Hits:
Description: 基于UDP的可靠邮件系统,用java语言编写的-reliable UDP-based mail system, with the java language
Platform: |
Size: 223232 |
Author: 宋文强 |
Hits:
Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆
MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。
为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn
◆◆◆ 日期 ◆◆◆
2007-09-23 00:29:12
Platform: |
Size: 40960 |
Author: 谢红伟 |
Hits:
Description: 实现基于UDP的可靠数据传输,模拟邮件发送和接收-UDP-based reliable data transfer, simulation e-mail to send and receive
Platform: |
Size: 16384 |
Author: 王超 |
Hits:
Description: 实例45 选择字体 126
实例46 UDP与TCP/IP的简单应用 129
实例47 聊天室 131
实例48 浏览FTP 136
实例49 局域网广播 147
实例50 建立HTTP连接 151
实例51 迷你浏览器 152
实例52 扫描应用端口 154
实例53 监控HTTP 155
实例54 收发电子邮件 156
实例55 一个简单的代理服务器 164
实例56 扫描网站信息 173
实例57 远程方法调用 174
实例58 调用JINI方法 176-Select the font of 126 examples of 45 examples of 46 UDP and TCP/IP simple application of 129 examples of 131 examples of 47 chat rooms 48 browse FTP 136 examples of 49 local area network broadcast 50 the establishment of 147 examples of 151 examples of HTTP connections 51 Mini browser 152 examples of 52-port 154 scanning application examples 53 monitor HTTP 155 examples of 156 examples of 54 e-mail 55 a simple proxy server 164 examples of 56 scan website 173 examples 57 remote method invocation 174 examples of 58 calls JINI method 176
Platform: |
Size: 26624 |
Author: zmm |
Hits:
Description: 基于udp实现可靠传输的原理实现了一个简易的邮件系统。存储利用文件来实现,不涉及数据库。-Udp achieve reliable transmission based on the principle of achieving a simple mail system. Storage of papers to achieve, does not involve a database.
Platform: |
Size: 5120 |
Author: weizhongyu |
Hits:
Description: UDP实现邮件系统,利用Java实现,包括服务器和客户端-UDP realize e-mail system, using Java to achieve, including the server and client
Platform: |
Size: 467968 |
Author: 于镇波 |
Hits:
Description: 基于UDP实现E-Mail传输
工作过程描述:
客户端描述:
1. Client(以下简称C端)端将邮件以规定的大小封装为符合要求的UDP包。
2. 将封装好的UDP包发出,并等待Server(以下简称S端)端收到相应的UDP包后返回的回应Acknowledge(以下简称为ACK)。若收到的为Positive ACK,则继续发包;若收到的为Negtive ACK,则将应发的包重发。
3. 直到C端将所有要发的包都发完,并都已经收到S端的回应,最后发一个End包,直接关闭此进程。
服务器端描述:
1. S端启动服务进程,并监听相应端口。
2. 若收到C端发出的有关请求,按如下情况给出相应的反映:
a. 将收到的包进行检测,若收到的包有错则抛弃(discard),并发给C端一个negtive ACK。
b. 将收到的包进行检测,若收到的包正常,则将此包进行解包,将内容输出至一临时文件;并发给C端一个positive ACK。
3.依次收到来自C断的包,直到收到end为止,并关闭此进程,转回监听状态。-err
Platform: |
Size: 4096 |
Author: veryha |
Hits:
Description: Udp服务器程序~由mail与execute两个函数所组成。-UDP server program ~ by mail and execute composed of two functions.
Platform: |
Size: 2048 |
Author: elvis |
Hits:
Description: 基于UDP的安全邮件传输,实现了客户端和服务器,友好的图形界面-UDP-based secure e-mail transmission, the realization of the client and server, friendly graphical interface
Platform: |
Size: 9216 |
Author: King |
Hits:
Description: JAVA IP Messenge0.1版说明
作者:吴拓
E-mail:setsail_wu@163.com
完成时间:2008年8月18日
开发环境:j2sdk-1_4_2_18-windows-i586-p.exe + Eclipse3.0.1
该版本仅实现UDP消息接收、发送;未实现文件传送。
源代码发布供大家研究参考。-JAVA IP Messenge0.1 Version Description Author: Wu Extension E-mail: setsail_wu@163.com completion time: August 18, 2008 development environment: j2sdk-1_4_2_18-windows-i586-p.exe+ Eclipse3.0.1 the versions realize only receive UDP messages, send not realize file transfer. Source code release for the U.S. study.
Platform: |
Size: 32768 |
Author: 吴拓 |
Hits:
Description: 1) 利用InetAddress类的方法获取主机的名称和IP地址。
2) 利用URL类获取网络资源。
3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。
4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。
-1) using InetAddress class method to get the host name and IP address. 2) the use of URL-type access network resources. 3) the use of Socket Programming: client sends data to the server, the server will receive the data back to the client, using multi-thread mechanism, the realization of the server to handle multiple client requests. 4) the use of UDP programming: client sends data to the server, the server will receive the data back to the client to achieve a simulated e-mail sending and receiving the UDP process.
Platform: |
Size: 55296 |
Author: 朕 |
Hits:
Description: 本书是一本以网络应用实例为主的实用型参考书,主要包括访问网络资源、网络Applet小程序、Socket、UDP协议通讯、网络组播、邮件收发、远程方法调用、多媒体数据流的传输和播放,以及常用网络工具的实例等。-This book is a web-based application of practical reference books, including access to network resources, network Applet applet, Socket, UDP communication protocol, network multicast, to send and receive e-mail, remote method invocation, the transmission of multimedia data streams and play, as well as examples of commonly used, such as web-based tools.
Platform: |
Size: 2057216 |
Author: 洛洛 |
Hits:
Description: visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述
第2章 C#.NET高级网络编程技术概述
第3章 开发基于TCP协议的应用程序
第4章 开发基于UDP的应用程序
第5章 开发基于SNMP协议的应用程序
第6章 使用.NET发送邮件
第7章 FTP下载与文件传输
第8章 基于C#.NET的网络管理模块
第9章 编写基于.NET的Web Service
第10章 基于.NET的远程技术
第11章 流媒体在线播放
第12章 在线五子棋系统模块
第13章 基于HTTP协议的下载工具 -visual c# network programming techniques and practice with the book code, introduced a number of network protocols and the corresponding instance, have a good reference value. Content: Chapter 1 C#. NET network programming outlined in Chapter 2 C#. NET Advanced Network Programming Overview Chapter 3 developed based on TCP protocol applications Chapter 4 Develop the UDP application Chapter 5 developed based on SNMP protocol application in Chapter 6 use. NET send mail Chapter 7 FTP downloads and file transfers in Chapter 8 on C#. NET network management module Chapter 9 written on. NET' s Web Service Chapter 10 on. NET remote technology 11 Chapter streaming online play online backgammon Chapter 12 Chapter 13 modules download tools based on HTTP protocol
Platform: |
Size: 1912832 |
Author: 刘明 |
Hits:
Description: 随着计算机科学技术的发展和互联网的普及,在线聊天已经成为人们日常生活中必不可少的通信方式,而同时电子邮件(E-mail)又是一种比传统邮件更快捷更经济的收发邮件方式。一个集成了网上聊天和电子邮件收发的系统可为人们的日常生活提供更大的便利。该系统以Delphi7.0为开发工具,基于UDP协议的聊天模块能够实现网内群聊或点对点对话,基于SMTP协议、POP3协议的邮件模块能够收发邮件。-With the development of computer science and technology and the popularity of the Internet, online chat has become an essential means of communication in daily life, while e (E-mail) but also a more efficient than traditional e-mail send and receive messages and more economical way. An integrated online chat and e-mail system can provide for people' s daily lives more convenient. The system Delphi7.0 as development tools, based on UDP protocol module to achieve net chat group chat or peer dialogue, based on SMTP protocol, POP3 protocol module to send and receive email messages.
Platform: |
Size: 457728 |
Author: wy |
Hits:
Description: 自己写的邮件收发服务器和客户端。基于UDP实现面向连接的可靠邮件传输-To write the mail server and client. UDP-based messages to achieve a reliable connection-oriented transport
Platform: |
Size: 3072 |
Author: zhaoshu |
Hits: