Skip to content

AoiKuiyuyou/AoikTwistedStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoikTwistedStudy

Python Twisted library study.

Tested working with:

  • Python 2.7
  • Twisted 16.6.0

Trace call using AoikTraceCall:

Table of Contents

Set up AoikTraceCall

Setup via pip

Run:

pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall

Setup via git

Run:

git clone https://github.com/AoiKuiyuyou/AoikTraceCall

cd AoikTraceCall

python setup.py install

Usage

Start server

Run:

python "AoikTwistedStudy/src/EchoTCPServerTraceCall.py" > Log.txt 2>&1

Send request

Run:

echo hello| nc 127.0.0.1 8000

About

Python Twisted library study.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages