๐Ÿ›ซ
Asv.Drones
  • ๐Ÿ‘‹Welcome to Asv.Drones
  • Overview
    • ๐Ÿ“–Introduction
      • Purpose and overview of the documentation
      • About the drone management software
      • Description of the software's features and capabilities
    • โš™๏ธInstallation & Setup
      • System requirements
      • Downloading and installing the software
      • Building from source code
      • Connecting a drone to the software
    • โŒจ๏ธSoftware Interface
      • Application User Interface Overview
      • Flight Page Overview
      • Mission Planning Overview
      • Packet Viewer Overview
      • Connections Overview
      • Settings Overview
      • Log Messages Overview
      • Example Of Usage With GBS
      • Example Of Usage With SDR
    • ๐Ÿ•น๏ธDrone Control
      • Manual control
      • Autonomous flight modes
    • ๐Ÿ”“Safety & Limitations
      • Safe drone operation guidelines
      • Possible Emergencies During Drone Operations
      • Recommendations for preventing damages
    • ๐Ÿ›Troubleshouting & Issue Resolution
      • Reporting errors and debugging
      • Community and support resources
    • ๐Ÿ“ŽUpdates & Additional Resources
      • Checking for software updates
      • Recommendations for further learning
    • ๐ŸงพConclusion
      • Summary and wrap-up
      • Licensing information
      • Contact information for feedback
  • Product Guides
    • ๐Ÿ”ŒPlugins development
    • ๐Ÿ“ฒMicroservices
      • ๐Ÿ“ปMavlink SDR
  • Plugins
    • ๐Ÿ™ŒExample
    • Flight docs
    • ๐Ÿ“กGbs
    • ๐ŸŒก๏ธWeather
    • โœˆ๏ธAirports
  • Payloads
    • ๐Ÿ“กGBS
    • ๐Ÿ“ปSDR
  • Libraries
    • ๐ŸงŠAsv.Mavlink
    • ๐Ÿ›ฐ๏ธAsv.Gnss
    • ๐ŸชŸAsv.Avalonia.Toolkit
    • ๐Ÿ—บ๏ธAsv.Avalonia.Map
    • ๐Ÿ’ฌAsv.Ulog
    • ๐ŸŽงAsv.Audio
    • โŒจ๏ธAsv.Hal
    • โŒจ๏ธAsv.Cfg
  • Use Cases
    • ๐Ÿ‘ฅFor Users
    • ๐Ÿ–ฅ๏ธFor Developers
Powered by GitBook
On this page
  • Overview
  • Components and Controls
  • Example Scenario
Edit on GitHub
  1. Overview
  2. Software Interface

Packet Viewer Overview

PreviousMission Planning OverviewNextConnections Overview

Last updated 1 year ago

Overview

The Packet Viewer page in Asv.Drones serves as a powerful tool for monitoring and analyzing communication packets exchanged between the software and connected drones and devices. This page provides real-time visibility into data transmissions, aiding users in understanding and troubleshooting communication processes.

Components and Controls

  1. Packet Display Area:

    • The central area of the page displays all incoming packets from connected drones and devices in real-time.

  2. Filtering Controls:

    • Located on the right side, these controls allow users to filter displayed packets based on connected devices or packet type. This helps users focus on specific types of data transmissions.

  3. Pause Updates Control:

    • Users can pause updates, temporarily halting the display of new packets in the Packet Viewer while allowing existing packets to continue flowing. This is useful for detailed examination of specific packets.

  4. Clear Page Control:

    • This control enables users to clear the entire page, removing all displayed packets from the Packet Viewer. It provides a clean slate for monitoring new incoming packets.

  5. Search Field:

    • The search field allows users to enter specific values or keywords to search for within the packets. This facilitates quick identification of relevant information.

Example Scenario

  1. Real-Time Packet Monitoring:

    • Users open the Packet Viewer page to monitor real-time communication packets from connected drones and devices.

  2. Filtering by Packet Type:

    • Users utilize the filtering controls to focus on specific types of packets, such as telemetry, commands, or sensor data.

  3. Pause for Inspection:

    • Observing an interesting packet, users click the Pause Updates control to halt new packet displays, allowing detailed examination of the selected packet.

  4. Clearing the Page:

    • After analyzing a set of packets, users click the Clear Page control to remove existing packets and prepare for monitoring new data.

  5. Searching for Specific Values:

    • Users enter a specific value or keyword into the search field to quickly locate packets containing the desired information.

The Packet Viewer page enhances the user's ability to monitor and understand communication between Asv.Drones and connected drones and devices, providing valuable insights for troubleshooting and optimization.

โŒจ๏ธ