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:
27:60c12f3f3430
fixed compilation bug

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sgnezdov 2:661c545d718e 1 #pragma once
sgnezdov 2:661c545d718e 2
sgnezdov 2:661c545d718e 3 #include "mbed.h"
sgnezdov 2:661c545d718e 4
sgnezdov 27:60c12f3f3430 5 /**
sgnezdov 27:60c12f3f3430 6 @file netstack.cpp
sgnezdov 27:60c12f3f3430 7 */
sgnezdov 27:60c12f3f3430 8
sgnezdov 27:60c12f3f3430 9 /** initNetworkStack function is responsible for initialization of
sgnezdov 27:60c12f3f3430 10 mbed OS network stack according to hardware configuration.
sgnezdov 27:60c12f3f3430 11
sgnezdov 27:60c12f3f3430 12 @return NetworkInterface pointer on success or NULL on failure.
sgnezdov 27:60c12f3f3430 13 */
sgnezdov 2:661c545d718e 14 NetworkInterface* initNetworkStack(uint8_t mac_addr[6]);