Coder Social home page Coder Social logo

tcptransmit's Introduction

TCPTransmit

转发TCP网络端口数据至另一个IP端口


使用要求

要求电脑安装Python3.5或以上版本,我使用的是Python3.5.2,其他低版本的Python3没试过,Python2无法使用
支持MacOS,Windows,Ubuntu其它Linux发行版未测试,理论上只要能安装Python3.5就可以使用。


文件概述

run.py是GUI界面
transmiter.py是主转发程序
testclient.py是用于测试的客户端程序
testserver.py是用于测试的服务端程序


使用方法

从命令行启动GUI
python run.py

从命令行启动非GUI
python transminter.py arg1 arg2 arg3 arg4
其中arg1,arg2,arg3,arg4分别是监测的端口号,检测的IP地址,转发目标端口号,转发目标的IP地址

从命令行启动测试客户端
python testclient.py arg1 arg2
arg1是监测端口,arg2是“run.py”运行的IP地址

从命令行启动测试服务端
python testserver.py arg1
arg1是转发端口


联系方式

[email protected]

tcptransmit's People

Contributors

nullwhite avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.