research application on sending data to headend

Dependencies:   DataStore JobScheduler NetworkServices W5500Interface nanopb protocol

See "main.cpp" documentation on "API Documentation" tab for details about application.

Revision:
2:661c545d718e
Child:
27:60c12f3f3430
diff -r eebe442fc126 -r 661c545d718e source/netstack.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/netstack.h	Thu Jul 13 20:59:59 2017 +0000
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "mbed.h"
+
+NetworkInterface* initNetworkStack(uint8_t mac_addr[6]);