-
telnet客户端
telnet客户端-telnet customer end
- 2022-02-20 23:33:46下载
- 积分:1
-
client-server
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。
首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。
程序实现的关键步骤:
以TCP协议为例
服务器端:
1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。
客户端:
1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。
(Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate.
First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission.
The key step program implementation:
In TCP protocol as an example
Service-Terminal:
1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response.
Clients:
1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
- 2016-07-11 10:19:07下载
- 积分:1
-
Java FTP服务器和客户端
应用背景这个程序将包括一个客户端和一个服务器。客户需要注册它本身服务器第一次使用简单的凭据(这些凭据的确切细节是留给你的决定)。这些凭据将被服务器用来验证客户的任何进一步会议。在客户端验证后,服务器将接受请求从客户端传送一个文件。如果请求的文件存在,那么它将被发送到客户。文件内容将被加密,使用一些简单的技术,如安全前提供的爪哇传播。如果被要求,文件不存在时,服务器将显示一个错误信息和关闭套接字连接。必须进行检查以确保文件传输成功完成(即,原文件及其副本在服务器上的内容相同)。如果转让不成功之后,任务就应该自动进行重试。一定的重试次数后(一个可以调整的参数),一个失败的消息应该是显示如果传输仍然不成功和套接字连接应该关闭。2)设计的服务器,它可以接受多个并发请求,使用爪哇的线程,然后你会得到一个额外的信用。你的程序应该处理适当的例外;关键技术FTP服务器的客户端加密 ;并发多线程
- 2023-01-10 21:50:03下载
- 积分:1
-
Socket Programing using Java
这是一个套接字程序。我们可以关闭或从服务器重新启动其他电脑。你可以关闭或重新启动不只是一台电脑,但你可以关闭或重新启动许多电脑在一次点击
- 2022-11-17 11:30:04下载
- 积分:1
-
APP蓝牙Demo
说明: 使用uni-app开发,当第一次访问应用程序,如果蓝牙没有开启,则要自动打开蓝牙。(Uni app turns on Bluetooth automatically)
- 2020-06-30 07:40:02下载
- 积分:1
-
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。...
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。-This is what I made a small software. Please wait for advice grades. Ha ha. ASP, and a bit mean.
- 2022-08-08 08:04:10下载
- 积分:1
-
TCP协议聊天java
有完整GUI
TCP协议实现
发送对象
包含服务器文件
客户端文件
客户端UI文件
辅助类
辅助jar包可以发送emoji
与数据库连接可以查看历史记录
数据库需要自己修改定义
- 2022-05-13 16:08:53下载
- 积分:1
-
NetworkAICPro
网络爬虫工具,下载指定网址的图片并保存本地(The picture of the web crawler tool, download the specified url and save)
- 2018-04-17 18:36:03下载
- 积分:1
-
Oh, I was under the "non
呵呵,是俺根据《无缺留言本》改写的asp的留言本,比较好用,也很好看,希望各位喜欢,详细介绍请看zip文件的readme.txt-Oh, I was under the "non-repudiation of the message" rewrite of the asp of messages, better quality, but also very good, I hope you like details please see the zip file readme.txt
- 2023-04-03 15:05:04下载
- 积分:1
-
MainFrm
一个对注册表进行编程的程序。可以添加删除修改注册表的项。(A program that registers the registry. You can add the entry to modify the registry.)
- 2017-03-06 12:12:47下载
- 积分:1