Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 671 Bytes

mobilecloud-14-python

Alternative source code in Python for the course code examples of the Programming Cloud Services for Android Handheld Systems coursera class.

Written for Python 2.7. Development for Python 3 in progress.

Running examples:

  1. Go to src/exampleN folder and start server. Example, in terminal, navigate to src/example1

    python echo.py

  2. In another terminal navigate to test/exampleN folder and start test. Be sure to specify PYTHONPATH so it can find src folder, like this:

    export PYTHONPATH=[base-dir]/mobilecloud-14-python/python2.7/src

    Example from test/example1:

    python echo_test.py