SimpleTelnet.zip
文件大小: 60k
下载次数:4
源码类别:

网络编程

开发平台:

Python

源码售价: 5 个金币 积分规则     积分充值
资源说明:Introduction This server uses the Telnet protocol which is not used as much nowadays because HTTP has taken its place. However, it is very simple and light. It does not need a heavy server or complicated methods to write dynamic functions. Almost everything to be sent is based on text. I run a Windows server and I made this program for maintaining the Windows server. This program can be used as a simple monitoring program. You can check whether your server is OK or not via Telnet. The things you need to do are simply add a script or modify some Python code. Background This server is written using the Telnet protocol, ANSI code, and ZModem. These are not common these days. So if you were familiar with this protocol, you could modify it for your purposes. If you know the Python language, you can understand the code easily.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • Share_win.rar实现本地文件或文件夹局域网共享(share on local )
  • sample_httpd.rar一个很简单的HTTP服务器的源代码,仅供大家参看学习
  • klhttpd.rar一个建立HTTP服务器的源代码,比较基础,c语言写的
  • DHCP_Protocol.rarDHCP相关的RFC协议打包下载,是研究DHCP协议绝好教材。
  • Ping.rar用C语言实现的ping 功能,经典实现,在VC下调试通过
  • IPdump.rar基于jpcap对IP协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ARPdump.rar基于jpcap对arp协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ICMPdump.rar利用jpcap实现对icmp协议的解析,利用了jbuilder9.0运行环境。
  • server.rarTCP/IP网络通信 服务端部分 用于网络连接
  • Chat.rar用C++MFC编写的一个类似于飞鸽的局域网聊天软件,但是功能没有飞鸽那么强,只实现了局 ...