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

# Welcome

**Spectrum sensing in large temporal-spacial area** can be widely applied to a variety of research objectives, including spectrum estimation and anomaly detection. A naive idea is everyone contributing his sampled data and sharing it with the community. However, **Privacy** and **Incentive** become two challenges we have to face before the big map of crowdsource could be achieved.&#x20;

In Fiesta project, we leverage **Federated Learning** and **Blockchain** techniques to solve this problem, stimulating participants to contribute their spectrum sensing data using fair rewards, with their privacy retained in the meantime.

> **This project has been accepted in DySPAN2024 🤗**
>
> Yijing Zeng, Bangya Liu, Yilong Li, Domenico Giustiniano, and Suman Banerjee. "Sustainable Spectrum Crowdsensing." IEEE International Symposium on Dynamic Spectrum Access Networks (DySPAN). 2024.

### How does the project work

{% content-ref url="/pages/bW7F3ZiyCZPQjEP5DexB" %}
[Project Composition](/fiesta/project-composition.md)
{% endcontent-ref %}

### Join in Fiesta project in seconds

{% content-ref url="/pages/GitgVo3rPkF1GTGsJM9E" %}
[Quick Start](/fiesta/quick-start.md)
{% endcontent-ref %}

### Two demo applications

{% content-ref url="/pages/y2fAFz2P6PidHxuFoonX" %}
[Federated Learning (TBD)](/fiesta/federated-learning-tbd.md)
{% endcontent-ref %}

### Developer references

{% content-ref url="/pages/xBW6w9bJM1EgbCHPbTOO" %}
[BlockChain (TBD)](/fiesta/blockchain-tbd.md)
{% endcontent-ref %}

{% content-ref url="/pages/wypRYimSN0ItOpCfwTkd" %}
[API Reference](/fiesta/api-reference.md)
{% endcontent-ref %}


---

# 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://neutrinoliu.gitbook.io/fiesta/welcome.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.
