> ## Documentation Index
> Fetch the complete documentation index at: https://docs.owlintegrations.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OWL DMS

> Manage your Duck mesh network with real-time monitoring and web-based firmware flashing

OWL DMS (Device Management System) is a web-based platform for managing Duck mesh networks powered by the ClusterDuck Protocol. Monitor devices in real-time, flash firmware from your browser, visualize GPS locations, and export message data.

## What is a Duck Mesh Network?

A mesh network where devices connect directly to each other, creating multiple pathways for data transmission. This creates a resilient network that continues operating even when individual devices fail.

**How it works:**

1. MamaDucks (sensor nodes) collect data and relay messages
2. Messages route through the mesh network to a PapaDuck (gateway)
3. PapaDuck uploads data to the cloud via WiFi
4. OWL DMS displays messages in real-time

## Device Types

**PapaDuck (Gateway)**: Connects to WiFi and uploads data to the cloud. Manages multiple MamaDucks.

**MamaDuck (Node)**: Battery-powered sensor device with GPS, temperature, pressure, and humidity support.

**DetectorDuck**: Testing tool for measuring signal strength and optimizing device placement.

<Card title="Device Types Guide" icon="layer-group" href="/guides/device-types">
  Learn more about each device type
</Card>

***

## Getting Started

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/guides/getting-started">
    Set up your first Duck device
  </Card>

  <Card title="Flash Firmware" icon="microchip" href="/guides/flash-device">
    Install firmware via USB
  </Card>

  <Card title="Dashboard" icon="gauge" href="/guides/dashboard">
    Monitor messages and activity
  </Card>

  <Card title="Map View" icon="map" href="/guides/map-view">
    Visualize device locations
  </Card>
</CardGroup>

## Platform Features

<CardGroup cols={2}>
  <Card title="Network Management" icon="network-wired" href="/guides/network-management">
    Manage devices and assignments
  </Card>

  <Card title="Data Export" icon="download" href="/guides/data-export">
    Export message data to CSV
  </Card>

  <Card title="User Management" icon="users" href="/guides/user-management">
    Manage users and permissions
  </Card>

  <Card title="FAQs" icon="messages-question" href="/guides/faqs">
    Common questions and answers
  </Card>
</CardGroup>
