Skip to content
/ sokery Public

Socket testing with web interface int Python, using tornado.

License

Notifications You must be signed in to change notification settings

gamikun/sokery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edd2cef · Jun 20, 2018

History

33 Commits
Apr 28, 2018
May 21, 2018
Jun 11, 2017
May 17, 2018
Jan 14, 2018
May 21, 2018
May 21, 2018
May 21, 2018
Jun 20, 2018
Jul 13, 2017
May 21, 2018

Repository files navigation

Install

From pip

pip install 

## With source code

Firs you need to clone the repository (from cli/terminal, sourcetree, and so on). Then go into the folder and run this command.

python setup.py install

Running the service

Simplest way

sokery run
# or
python -m sokery run

Once the service is running, you can access the interface by the common url:

http://localhost:4991

## Limiting the ports that can be used

sokery run -a 1500-1600,35101
# You can use ranges and alone ports

Pre-running ports

sokery run -l 35100,35101

Dependencies

  • tornado
  • requests