summaryrefslogtreecommitdiff
path: root/src/logger/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger/main.c')
-rw-r--r--src/logger/main.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/logger/main.c b/src/logger/main.c
new file mode 100644
index 0000000..a9bbb50
--- /dev/null
+++ b/src/logger/main.c
@@ -0,0 +1,13 @@
+// Weather update client
+// Connects SUB socket to tcp://localhost:5556
+// Collects weather updates and finds avg temp in zipcode
+#include <zmq.h>
+#include <assert.h>
+#include <time.h>
+#include <string.h>
+
+int main (int argc, char *argv [])
+{
+
+ return 0;
+} \ No newline at end of file