Server
authorAdriana Draghici <adriana008@gmail.com>
Tue, 19 Jan 2010 13:24:43 +0000 (15:24 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Tue, 19 Jan 2010 13:24:53 +0000 (15:24 +0200)
server/Util.py [new file with mode: 0644]

diff --git a/server/Util.py b/server/Util.py
new file mode 100644 (file)
index 0000000..8d5cf5e
--- /dev/null
@@ -0,0 +1,12 @@
+
+#!/usr/bin/env python
+
+""" Message types: client -> server """
+
+CONFIGURE_MSG = 0;
+START_MSG = 1;
+STOP_MSG = 2;
+STATUS_MSG = 3;
+
+
+