mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns
Arto Kinnunen e7979d0622 Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0
* commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from 0903b819c5..4a3c5c525b
2021-06-22 12:42:14 +03:00
..
fnet Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
README.txt Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
fnet_user_config.h Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
ns_fnet_events.c Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
ns_fnet_events.h Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
ns_fnet_port.c Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
ns_fnet_types.h Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03:00
ns_mdns_api.c Merge commit '4e7dfcabb57ea1f6e787ab62c9281badc1d2990e' into nanostack_rel_14_0_0 2021-06-22 12:42:14 +03: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.