Skip to content

stevenqzhang/PyPad

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

PyPad

A network collaborative editing platform written in Python.

This was a project we did in ENGR 2510 Software Design course, Spring 2010.

Team members were:

How to install

  1. Install these Python libraries: pyro wx

  2. Run pyro nameserver

    see info on how to use pyro-ns commandhere

  3. Get IP address listed on 4th line: URI is: ....

  4. Enter IP address default_ns_host value in RemoteObject.py (line 9)

    (this should have been a commandline argument but...)

  5. Run PypadServer.py from command line. Add parameter -v if you want verbose output

  6. Run PypadClient.py.

  7. Repeat step 5 as many times as desired on any computer on the local network.

Technical details

Look at the source code or look at our technical report here. Be mindful that it was written by then college sophomores and first-years :)

About

A network collaborative editing platform written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages