summaryrefslogtreecommitdiffstats
path: root/src/UDPClient
diff options
context:
space:
mode:
Diffstat (limited to 'src/UDPClient')
-rw-r--r--src/UDPClient/UDPClient.cpp12
-rw-r--r--src/UDPClient/UDPClient.h15
2 files changed, 27 insertions, 0 deletions
diff --git a/src/UDPClient/UDPClient.cpp b/src/UDPClient/UDPClient.cpp
new file mode 100644
index 0000000..640555f
--- /dev/null
+++ b/src/UDPClient/UDPClient.cpp
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2016 Tobias Frust
+ *
+ * UDPSender.cpp
+ *
+ * Created on: 29.06.2016
+ * Author: Tobias Frust
+ */
+
+
+
+
diff --git a/src/UDPClient/UDPClient.h b/src/UDPClient/UDPClient.h
new file mode 100644
index 0000000..a962fe9
--- /dev/null
+++ b/src/UDPClient/UDPClient.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2016 Tobias Frust
+ *
+ * UDPSender.h
+ *
+ * Created on: 29.06.2016
+ * Author: Tobias Frust
+ */
+
+#ifndef UDPSENDER_H_
+#define UDPSENDER_H_
+
+
+
+#endif /* UDPSENDER_H_ */