blob: 9dbdf587039efd8f02e624dd7868301edd155633 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// A simple mDNS service for the daemon. Includes an API for subscribing to
/// events, as well as inspecting cached info.
///
/// Some more context on how targets are cached: when receiving an mDNS packet,
/// there is an additional record section that contains the nodename of the
/// target, its TTL (in seconds), and some additional metadata.
///
/// This library also covers the FFX tracing service, which is for running trace
/// readouts on a Fuchsia target. For more information/usage examples, see the
/// FFX trace plugin.
library fuchsia.developer.ffx;