This directory structure contains some repositories that are copied from external sources.
Please follow these instructions to send contributions to master repositories.
This directory consists of following modules
Master repository is located in the https://github.com/ARMmbed/coap-service
Please send contributions against that repository.
To test changes, remove the coap-service
repository and replace with Git clone
of the master repository.
rm -rf coap-service
git clone [email protected]:ARMmbed/coap-service.git
This is the master source of mbed-mesh-api. Send contributions directly to this repository.
This is the master source of nanostack-interface. Send contributions directly to this repository.
This directory holds source code snapshot of the Nanostack networking library. Master repository is available for mbed Partners in https://github.com/ARMmbed/sal-stack-nanostack-private.
If you have access to the master repository, please send contributions against that repository.
To test changes with access to master repository:
- Remove the sal-stack-nanostack directory:
rm -rf sal-stack-nanostack
- Clone the master repository
git clone [email protected]:ARMmbed/sal-stack-nanostack-private.git
as sal-stack-nanostack
Now you can modify, build and test your changes with the mbed OS build.
NOTE: You do not need to clone the Nanostack master repository to exactly same location in the build tree.
If you don't have access to the master repository then you can send contributions directly to this repository.