Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.01 KB

README.src.md

File metadata and controls

53 lines (42 loc) · 1.01 KB

[:var_set('', """

Compile command

aoikdyndocdsl -s README.src.md -n aoikdyndocdsl.ext.all::nto -g README.md """) ]
[:HDLR('heading', 'heading')]\

AoikAsyncioStudy

Python asyncio library study.

Tested working with:

  • Python 3.5

Trace call using AoikTraceCall:

Table of Contents

[:toc(beg='next', indent=-1)]

Set up AoikTraceCall

[:tod()]

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

[:tod()]

Start server

Run:

python "AoikAsyncioStudy/src/EchoProtocolTraceCall.py" > Log.txt 2>&1

Send request

Run:

echo hello| nc 127.0.0.1 8000