diff --git a/client/thin/.project b/client/thin/.project
new file mode 100644
index 00000000..42e0d976
--- /dev/null
+++ b/client/thin/.project
@@ -0,0 +1,17 @@
+
+
+ UDSClient-Thin
+
+
+
+
+
+ org.python.pydev.PyDevBuilder
+
+
+
+
+
+ org.python.pydev.pythonNature
+
+
diff --git a/client/thin/.pydevproject b/client/thin/.pydevproject
new file mode 100644
index 00000000..0ebadbb2
--- /dev/null
+++ b/client/thin/.pydevproject
@@ -0,0 +1,8 @@
+
+
+
+/${PROJECT_DIR_NAME}/src
+
+python 2.7
+Default
+
diff --git a/client/thin/src/uds/__init__.py b/client/thin/src/uds/__init__.py
new file mode 120000
index 00000000..d77da3b5
--- /dev/null
+++ b/client/thin/src/uds/__init__.py
@@ -0,0 +1 @@
+../../../src/uds/__init__.py
\ No newline at end of file
diff --git a/client/thin/src/uds/forward.py b/client/thin/src/uds/forward.py
new file mode 120000
index 00000000..9a4f0d95
--- /dev/null
+++ b/client/thin/src/uds/forward.py
@@ -0,0 +1 @@
+../../../src/uds/forward.py
\ No newline at end of file
diff --git a/client/thin/src/uds/osDetector.py b/client/thin/src/uds/osDetector.py
new file mode 120000
index 00000000..ec826a99
--- /dev/null
+++ b/client/thin/src/uds/osDetector.py
@@ -0,0 +1 @@
+../../../src/uds/osDetector.py
\ No newline at end of file
diff --git a/client/thin/src/uds/tools.py b/client/thin/src/uds/tools.py
new file mode 120000
index 00000000..f2181e38
--- /dev/null
+++ b/client/thin/src/uds/tools.py
@@ -0,0 +1 @@
+../../../src/uds/tools.py
\ No newline at end of file