From 217809dd57b1ac0fa55b153e2ef12f459f9162bb Mon Sep 17 00:00:00 2001
From: Sven Gestegard Robertz <sven.robertz@cs.lth.se>
Date: Mon, 2 Dec 2013 09:41:41 +0100
Subject: [PATCH] small README

---
 examples/tcp/README.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 examples/tcp/README.txt

diff --git a/examples/tcp/README.txt b/examples/tcp/README.txt
new file mode 100644
index 0000000..6be1560
--- /dev/null
+++ b/examples/tcp/README.txt
@@ -0,0 +1,14 @@
+A simple (mostly Java) example of a LabComm channel over TCP
+
+The class labcommTCPtest/Example.java contains set up of a server
+and a client, and can be run by 'make run' 
+
+Also included is a generic decoder in python, and a server that only sends
+one sample to the first client that connects, and then closes the connection
+and exits.
+
+Those can be run by
+
+* first, in one terminal: make runOSserver
+* then, in another terminal: ./runpy localhost 9999
+
-- 
GitLab