Skip to content

comat0se/cloaca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packages needed

installation steps:

  • Ubuntu package requirements: python-twisted, python-urwid, python-zope.interface

  • add the directory that contains this package to your python path. Eg.

      mkdir ~/cloaca
      cd ~/cloaca
      git clone https://github.com/mhmurray/cloaca.git
    

    Add ~/cloaca/ to PYTHONPATH env variable, eg.

      export PYTHONPATH=$PYTHONPATH:$HOME/cloaca
    
  • Run the server using the .tac file and twistd, which starts a server on port 5000

      twistd -ny twisted-server.tac
    
  • Connect with a client in a separate terminal.

      ./twisted-client3.py --port 5000 my_username
    

Installation on Mac

  • Mac Yosemite June 2015. Installed twisted & zope.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • JavaScript 15.4%
  • CSS 1.2%
  • Other 0.3%