-
telnet反向连接
反向Telnet,反向连接
2008年以前用Delphi 7 写的小工具
当时在矿山使用 了我们开发的系统软件,没有宽带,使用GPRS无线数据上传
当时是为了维护方便,写了这个小工具!
分服务器端(主控端——swServer.dpr)和客户端(被控端——swClient2.dpr,安装在矿山电脑上),
公司有ADSL,但IP地址是动态的,
主控端启动后会在公司的网站(使用万网的主机)上登记IP,被控端启动后自动从公司网站获取IP,
然后主动连接主控端,主控端可以输入任何有效命令(包括DOS命令,或任何DOS程序),被控端接受
到指令后进行执行,并将执行结果返回主控端。
- 2022-08-23 04:09:14下载
- 积分:1
-
使用netbios编写的聊天程序
使用netbios编写的聊天程序-Chat program in which netbios is used
- 2022-03-23 06:01:42下载
- 积分:1
-
used to illustrate how prepared ports, used to serve high
用来说明怎样编写完成端口,用来服务于高性能的服务器运行-used to illustrate how prepared ports, used to serve high-performance servers running
- 2022-08-17 18:54:22下载
- 积分:1
-
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
- 2022-03-06 13:55:28下载
- 积分:1
-
NB僵尸源码,可直接编译,服务端使用时修改成本地上线即可
NB僵尸源码,可直接编译,服务端使用时修改成本地上线即可-NB zombie source can be directly compiled, server-side use can modify the cost of the ground line
- 2022-06-19 23:22:20下载
- 积分:1
-
一个短小精悍的UDP端
一个短小精悍的UDP点对点聊天代码,虽小但包含了如何设计UDP传输消息,适合初学者快速上手网络编程。-A dapper UDP peer-to-peer chat code, may be small but includes how to design UDP transmission message, suitable for beginners and running faster network programming.
- 2022-03-20 22:49:22下载
- 积分:1
-
c#编的客户端程序,可以发送文件也可以接收文件,适合初次使用c#的用户学习socket编程用...
c#编的客户端程序,可以发送文件也可以接收文件,适合初次使用c#的用户学习socket编程用-c# addendum to the client program can send documents can also receive documents, suitable for initial use of the c# programming socket users with learning
- 2022-01-22 02:41:12下载
- 积分:1
-
SCTP
SCTP - Steaming Control Transmission Protocol媒体流控制传输协议,对于学习IP化的NGN网络很有帮助。-SCTP- Steaming Control Transmission Protocol Stream Control Transmission Protocol media, the study of the NGN network IP helpful.
- 2022-04-07 14:32:53下载
- 积分:1
-
一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。...
一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。-a "Ping" procedures, including : a complete response ICMP request packet, Data reported to the mainframe sent to the target and then receiving sent back to the mainframe objectives of the ICMP response Reply message, If successful, and given a message.
- 2023-02-10 15:25:03下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1