You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CherryPy server requires CherryPy 3.2.1 (http://download.cherrypy.org/cherrypy/3.2.1/)
17
-
* gevent server requires gevent gevent 0.13.6 (http://pypi.python.org/pypi/gevent/0.13.6)
16
+
* CherryPy server requires CherryPy 3.2.1 (http://dowload.cherrypy.org/cherrypy/3.2.1/)
17
+
* gevent server requires gevent gevent 0.13.6 and 1.0.0dev (http://pypi.python.org/pypi/gevent/0.13.6)
18
18
19
19
20
20
Installing
@@ -61,7 +61,7 @@ Examples
61
61
62
62
ws4py comes with a few examples:
63
63
64
-
* The echo_cherrypy_server provides a simple Echo server. It requires CherryPy 3.2.1. Once started, you can point your browser (it has been tested with Chrome 15.0.854.0).
64
+
* The echo_cherrypy_server provides a simple Echo server. It requires CherryPy 3.2.2. Once started, you can point your browser (it has been tested with Chrome 15.0.854.0).
65
65
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables.
66
66
* The droid_sensor_cherrypy_server broadcasts sensor metrics to clients. Point your browser to http://localhost:9000
67
67
Then run the droid_sensor module from your Android device using SL4A.
0 commit comments