Sensor Edition Software Setup

This section helps you install all the tools needed and set up your environment to proceed with building the applications.

Clone the Generic Node Sensor Edition

If you still have not done so, clone the Generic Node Sensor Edition Github repository to get its local copy on your machine by running the following command:

$ git clone --branch develop \
--recurse-submodules \
https://github.com/TheThingsIndustries/generic-node-se.git
Note:
If you are not too familiar with Git, visit the official GitHub documentation to learn how to clone a repository.

To develop custom applications and/or contribute to the source code, continue reading the Environment setup guide.