搜索资源列表
Twisted_NoDocs-8.2.0.win32-py2.4
- Twisted是高性能面向通信的event-driven 网络引擎, 支持HTTP, NNTP, IMAP, SSH, IRC, FTP, and others-Twisted is an event-driven networking engine written in Python and licensed under the MIT license. Twisted projects variously support TCP, UDP, SSL/TLS, mu
tcpClient
- A TCP/IP Client program. Be able to dump packets and status. A tool for TCP/IP server programming debug. For now IP and port number has to be hard coded in source code. Will put IP and Port number selection on GUI, later.
client
- python tcp server tool
server1
- python tcp server and client
sockServ
- TCP Socket Server example in Python
synflood.py
- tcp syn flood攻击的python脚本代码实现,基于James Penguin的代码,-Python scr ipt Simulating a SYN Flood attack. Based on code from: James Penguin
python-matlab-bridge-master
- A simple interface to allow Python to call MATLAB functions. Unlike other interfaces, MATLAB only has to start once. All communication is done over a TCP server (credit to D.Kroon University of Twente for the TCP server). This has not been
TCP
- TCP服务器和客户端代码,用python编写(其实很简单 不用下,为了蹭个下载机会哎)-TCP server and client code, using python (in fact, it is very simple, in order to rub a download opportunity hey)
TCP-Socket-python
- TCP SERVER for transfering messages
Internet-socket
- 用于TCP,UCP协议进行通讯(For TCP, UCP protocol for communication)
simple_server
- a cool and easy to use tcp server
simple_tcp
- this is my tcp client, very cool very fun
TcpUploadFile
- 一个用python写的通过TCP方式下载服务端文件的程序。(A program written in Python to download server-side files via TCP.)
socket
- 一个用python做的客户端, 采用tcp自定义网络协议 网络连接(simple for socket in python)
TCP
- TCP/IP 通用编程 SOCKET 套接字使用,共用性 很强;(easy for common utility)
tcp-server-multi
- python实现的模拟多个客户端想服务器上传数据(Simulation of multiple python client to the server to upload data)
TCPfirewall-master
- TCPfirewall TCP入侵检测系统,检测端口扫描、Dos攻击、爬虫联动iptables进行防御 1.基于tcp的请求频率 2.tcp的flag标志位,SYN\FIN\NULL包的比例 3. 未开放端口的请求比例 需要安装的库python-iptables\MySQLdb\scapy(TCPfirewall python-iptables\MySQLdb\scapy)
CS模式的TCP聊天室程序(python和java版本)
- Python实现的聊天室,和JAVA实现的聊天室源码(Chat rooms implemented with Python/JAVA.)
用python和JAVA实现的TCP聊天室程序
- 分别用python与JAVA单独实现CS模式下的TCP聊天室,源代码。
TCP-PortScanner
- python实现端口扫描,基于TCP链接。(Python implementation port scan)