> For the complete documentation index, see [llms.txt](https://docs.frynetworks.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frynetworks.com/docs/devices/byod-bring-your-own-device/overview.md).

# Overview

### Benefits of BYOD

* **Cost-Effective:**\
  No need for specialized hardware—simply use existing personal devices.
* **Accessible:**\
  Compatible with various devices such as PCs, laptops, cameras, weather stations, and air-quality monitors.
* **Network Contribution:**\
  Support Fry Networks by providing resources (e.g., bandwidth, data) or environmental data.
* **Environmentally Friendly:**\
  Leverages existing devices, reducing the need for additional manufacturing.
* **Versatile Applications:**
  * Network participation (Bandwidth, Satellite, Noise)
  * Environmental data sharing (air quality, weather, energy usage)

***

### Who is BYOD For?

BYOD is perfect for:

* **Tech-Savvy Users:** Those who have extra or underutilized hardware.
* **Enthusiasts:** Individuals interested in participating in decentralized networks.
* **Environmental Advocates:** Users or organizations who operate environmental sensors and wish to share valuable data.

***

### Supported BYOD Devices

* **PCs/Laptops:**
  * Use case: Bandwidth, Satellite, Decibel
  * Requirements: Windows 10/11, 4GB RAM, 1GB available storage space.
* **Cameras:**
  * Any Wi-Fi-enabled camera supporting RTSP.
* **Weather Stations:**
  * Compatible brands: Ambient, Ecowitt, WXM.
* **Air Quality Sensors:**
  * Compatible devices: Ecowitt, Ambient, Froggit, Misol, Pebble, Awair, Atmotube, Kaiterra.

***

### How Does BYOD Work?

* **Obtain a BYOD License:**\
  Secure your BYOD license for $105 USD.
* **Device Setup:**\
  Follow the onboarding instructions provided on the next page to install and configure your device.
* **Begin Participation:**\
  Activate your device to begin contributing network resources or environmental data to the Fry Networks ecosystem.
* **Recognition:**\
  Network contributions are recognized through token-based participation within the Fry Networks decentralized ecosystem.


---

# 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://docs.frynetworks.com/docs/devices/byod-bring-your-own-device/overview.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.
