> For the complete documentation index, see [llms.txt](https://connectify.gitbook.io/iot-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://connectify.gitbook.io/iot-protocol/complex-ecosystem.md).

# Complex ecosystem

The current Internet of Things ecosystem is extremely complex, due to the multiplicity of technologies and the superposition of technical layers created by each player in the value chain. What's more, there is no standard for identifying objects in the same way as MAC (Media Access Control) addresses identify the network card of WiFi routers or computers in general.

In terms of connected objects, there are already a dozen different communication technologies: LoRaWAN, Sigfox, NB-IoT, LTE-M, ZigBee, Bluetooth, WiFi... Each with its own frequency bands, range, data volumes and adapted uses (indoor/outdoor, type of data, energy consumption, etc.).

In terms of infrastructure, each technology can depend on its own network with a specific architecture, or be used privately and independently. For example, the Sigfox network is organized into a terrestrial network with antennas that collect messages from objects.

The objects themselves are made up of multiple building blocks: sensors, microcontrollers, radio modems, antennas... from a wide range of manufacturers. Integration requires advanced technical skills. Once the data have been collected by the infrastructure, they are routed to back-end information systems. Here too, a multiplicity of solutions is required: databases, processing and analysis software, dashboards, etc.

This complexity hampers innovation and forces companies to carry out complex and costly bespoke IoT projects. CONNECTIFY aims to simplify the go-to-market and create common standards that are easier to use.

<figure><img src="/files/frJswHfX7yUXJxaTEFIU" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://connectify.gitbook.io/iot-protocol/complex-ecosystem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
