> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/solidsense/solidsense-software/application-development/list-of-solidsense-software-repository.md).

# List of SolidSense software repository

{% hint style="warning" %}
The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner [SolidSense Connect](https://solidsense-connect.com/) who is now developing the SolidSense software.\
[Here](https://github.com/solidsense-connect/solidsense-connect-gateway/wiki) is the Solidsense-Connect WiKi documentation page.
{% endhint %}

## Foreword

All SolidSense software is open source as per the company charter. You will find here the link to all Git repositories that are used to build the SolidSense system.

The exact branch can vary but you can backtrack the build using the manifest file

For those who wants to build their own Yocto image the SolidSense recipe are also available.

## Repository links

SolidSense utilities: [SolidSense-V1](https://github.com/SolidRun/SolidSense-V1)

Modem management: [SolidSense-Modem\_GPS\_Service](https://github.com/SolidRun/SolidSense-Modem_GPS_Service)

MQTT Client:[SolidSense-MQTT](https://github.com/SolidRun/SolidSense-MQTT)

Bluetooth:[SolidSense-BLE](https://github.com/SolidRun/SolidSense-BLE)

Wirepas: [Wirepas gateway](https://github.com/SolidRun/gateway) and [Wirepas backend-api](https://github.com/SolidRun/gateway)

Kura: [Kura 5.0 SolidSense configured branch](https://github.com/SolidRun/kura/tree/solidsense-develop)

## Yocto recipe

The Yocto recipe can be cloned to build your own Yocto version

1. Clone [reference implementation of the CIP Core project](https://github.com/SolidRun/cip-project-deby)
2. Then clone [SolidRun specific files](https://github.com/SolidRun/meta-cip-sr-common) in the ‘poky’ directory of the first repositoty

We understand that creating your own Yocto image is not trivial and we support services can be available to help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.solid-run.com/solidsense/solidsense-software/application-development/list-of-solidsense-software-repository.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
