mbed-os/connectivity/nanostack/sal-stack-nanostack/source/Service_Libs/mdns
Ashok Rao b9b4c5d392 Mbed OS will soon be changing directory structure to the below:
```
connectivity
├── netsocket
├── lwipstack
├── nanostack
│   ├── mbed_lib.json // nanostack-interface's mbed_lib.json
│   ├── include
│   │   └── nanostack // headers from features/netsocket/nanostack-interface
│   ├── source        // sources from features/netsocket/nanostack-interface
│   ├── coap-service  // used by Thread only - deprecate?
│   ├── mbed-mesh-api
│   ├── nanostack-hal-mbed-cmsis-rtos // HAL porting layer for Nanostack on mbed with CMSIS-RTOS
│   ├── sal-stack-nanostack
│   └── sal-stack-nanostack-eventloop
├── cellular                // previously in features/cellular/framework/
├── ...

```

This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \nanostack.
2020-08-05 16:55:43 +01:00
..
fnet Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
README.txt Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
fnet_user_config.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_fnet_events.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_fnet_events.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_fnet_port.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_fnet_types.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_mdns_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01: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.