Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 228 Bytes

Custom-Sockets

Run
    cd [absolute filepath] 

    python3 file.py [host ip][port]

Debug
    If another process in execution on same port:
        ps -fA | grep python
        kill [process number]