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:
- Reyner Crosby
- Jason Poon
- Matt Huang
- Steven Zhang
-
Run pyro nameserver
see info on how to use pyro-ns commandhere
-
Get IP address listed on 4th line: URI is: ....
-
Enter IP address
default_ns_host
value in RemoteObject.py (line 9)(this should have been a commandline argument but...)
-
Run PypadServer.py from command line. Add parameter -v if you want verbose output
-
Run PypadClient.py.
-
Repeat step 5 as many times as desired on any computer on the local network.
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 :)