summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/scripts/client.py')
-rw-r--r--segget/scripts/client.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/segget/scripts/client.py b/segget/scripts/client.py
new file mode 100644
index 0000000..87b97bf
--- /dev/null
+++ b/segget/scripts/client.py
@@ -0,0 +1,7 @@
+# TCP client example
+from functions import *
+from net0 import *
+#user_script
+
+schedule()
+accept_segment() \ No newline at end of file