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.

Committer:
sgnezdov
Date:
Fri Aug 11 19:07:20 2017 +0000
Revision:
28:7214f7806526
Parent:
21:32cd3bfde206
fixed compilation bug

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sgnezdov 0:2c57ed6943f7 1 # Borsch
sgnezdov 0:2c57ed6943f7 2
sgnezdov 0:2c57ed6943f7 3 ## Overview
sgnezdov 0:2c57ed6943f7 4
sgnezdov 0:2c57ed6943f7 5 This project is based on [i1][mbed OS 5].
sgnezdov 0:2c57ed6943f7 6
sgnezdov 4:b360d4f0bf34 7 ## NetworkServices Library
sgnezdov 4:b360d4f0bf34 8
sgnezdov 4:b360d4f0bf34 9 Ideally this library shall not be used and mbed network services should be used.
sgnezdov 4:b360d4f0bf34 10
sgnezdov 4:b360d4f0bf34 11 Currently we use it to handle DHCP with W5500.
sgnezdov 4:b360d4f0bf34 12
sgnezdov 4:b360d4f0bf34 13 DNS service from mbed OS is used.
sgnezdov 4:b360d4f0bf34 14
sgnezdov 0:2c57ed6943f7 15 ## Comments to mbed_app.json
sgnezdov 0:2c57ed6943f7 16
sgnezdov 0:2c57ed6943f7 17 {
sgnezdov 0:2c57ed6943f7 18 "config": {
sgnezdov 0:2c57ed6943f7 19 },
sgnezdov 0:2c57ed6943f7 20 "target_overrides": {
sgnezdov 0:2c57ed6943f7 21 "*": {
sgnezdov 0:2c57ed6943f7 22 the following 2 lines are required to get mbed-tracing to work
sgnezdov 0:2c57ed6943f7 23 "target.features_add": ["COMMON_PAL"],
sgnezdov 0:2c57ed6943f7 24 "mbed-trace.enable": 1
sgnezdov 0:2c57ed6943f7 25 }
sgnezdov 0:2c57ed6943f7 26 }
sgnezdov 0:2c57ed6943f7 27 }
sgnezdov 0:2c57ed6943f7 28
sgnezdov 0:2c57ed6943f7 29 ## Quick References
sgnezdov 0:2c57ed6943f7 30
sgnezdov 0:2c57ed6943f7 31 * [i1][]
sgnezdov 0:2c57ed6943f7 32 * [t1][]
sgnezdov 0:2c57ed6943f7 33
sgnezdov 0:2c57ed6943f7 34 [i1]: https://developer.mbed.org/blog/entry/Introducing-mbed-OS-5/
sgnezdov 0:2c57ed6943f7 35 Introducing mbed OS 5
sgnezdov 0:2c57ed6943f7 36
sgnezdov 0:2c57ed6943f7 37 [t1]: https://docs.mbed.com/docs/mbedmicro-api/en/latest/api/md_features_FEATURE_COMMON_PAL_mbed-trace_README.html
sgnezdov 0:2c57ed6943f7 38 Tracing Overview
sgnezdov 0:2c57ed6943f7 39
sgnezdov 21:32cd3bfde206 40
sgnezdov 21:32cd3bfde206 41 \file main.cpp