mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns
Arto Kinnunen d879422f5e Merge commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3' into mbedos511
* commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from ccd30a3..513a38e
2018-11-10 20:16:03 +02:00
..
fnet Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
README.txt Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
fnet_user_config.h Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
ns_fnet_events.c Merge commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3' into mbedos511 2018-11-10 20:16:03 +02:00
ns_fnet_events.h Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
ns_fnet_port.c Merge commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3' into mbedos511 2018-11-10 20:16:03 +02:00
ns_fnet_types.h Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
ns_mdns_api.c Merge commit '77818568c6d9389ef1eb82e40ebfbbf26626c9d3' into mbedos511 2018-11-10 20:16:03 +02:00

README.txt

This folder contains selected FNET services and nanostack adaptation layer.

Selected FNET services are ported to work in nanostack environment, for example mDNS responder. 
FNET TCP/IP stack is not copied here.

FNET code is located under fnet directory. When FNET file was modified then ARM copyright has been added. The fnet 
directory does not contain all FNET files, only needed files are copied from the FNET source repository.

Files in the top level are glue logic that are needed to run FNET services in nanostack environment. FNET services 
will be used by using API's specified in this directory. Usage of FNET services directly from nanostack is not allowed.

NOTE!
Please do not edit these files locally here, a master copy of these files can be found from https://github.com/ARMmbed/nanomesh-fnet-private.
A master copy is needed to make upgrades easier in the future.