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.

README.md

Committer:
sgnezdov
Date:
2017-08-11
Revision:
28:7214f7806526
Parent:
21:32cd3bfde206

File content as of revision 28:7214f7806526:

# Borsch

## Overview

This project is based on [i1][mbed OS 5].

## NetworkServices Library

Ideally this library shall not be used and mbed network services should be used.

Currently we use it to handle DHCP with W5500.

DNS service from mbed OS is used.

## 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


\file main.cpp