nhongooi / CheckServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Check Server
    To Use: run server $(External Dictionary) $(Port). there must be an external Dictionary
    to add port, else it will run at 8080 with default dictionary.

    The server will prints its listening port and IPv4 addresses.
    
    the server will print accepted peer's IPv4 address.

    the server will print when a thread accpets a client to run its spell checker.

    there is no quit.

    remember to use fuser -k $(port)/tcp to kill all process hogging the default or 
    assigned port before using.

    

About


Languages

Language:C 82.7%Language:Python 13.2%Language:Makefile 3.2%Language:Shell 0.9%