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:
0:2c57ed6943f7
Child:
4:b360d4f0bf34
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Thu Jul 13 17:22:32 2017 +0000
@@ -0,0 +1,31 @@
+# Borsch
+
+## Overview
+
+This project is based on [i1][mbed OS 5].
+
+## Comments to mbed_app.json
+
+{
+    "config": {
+    },
+    "target_overrides": {
+        "*": {
+the following 2 lines are required to get mbed-tracing to work            
+            "target.features_add": ["COMMON_PAL"],
+            "mbed-trace.enable": 1
+        }
+    }
+}
+
+## Quick References
+
+* [i1][]
+* [t1][]
+
+[i1]: https://developer.mbed.org/blog/entry/Introducing-mbed-OS-5/
+    Introducing mbed OS 5
+
+[t1]: https://docs.mbed.com/docs/mbedmicro-api/en/latest/api/md_features_FEATURE_COMMON_PAL_mbed-trace_README.html
+    Tracing Overview
+