Python 2 SocketServer library and Python 3 socketserver library study.
Tested working with:
- Python 2.7 and 3.5
Trace call using AoikTraceCall:
- StreamRequestHandlerTraceCall.py
- StreamRequestHandlerTraceCallLogPy2.txt
- StreamRequestHandlerTraceCallLogPy3.txt
- StreamRequestHandlerTraceCallNotesPy2.txt
- StreamRequestHandlerTraceCallNotesPy3.txt
Run:
pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall
Run:
git clone https://github.com/AoiKuiyuyou/AoikTraceCall
cd AoikTraceCall
python setup.py install
Run:
python "AoikSocketServerStudy/src/StreamRequestHandlerTraceCall.py" > Log.txt 2>&1
Run:
echo hello| nc 127.0.0.1 8000