https://github.com/al8n/agnostic-mdns
Sans-I/O style simple and lightweight mDNS client/server library for any async runtime.
https://github.com/al8n/agnostic-mdns
async mdns mdns- rust sans-io
Last synced: 2 months ago
JSON representation
Sans-I/O style simple and lightweight mDNS client/server library for any async runtime.
- Host: GitHub
- URL: https://github.com/al8n/agnostic-mdns
- Owner: al8n
- License: apache-2.0
- Created: 2025-01-07T03:50:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T18:04:57.000Z (3 months ago)
- Last Synced: 2025-07-30T09:49:55.123Z (3 months ago)
- Topics: async, mdns, mdns-, rust, sans-io
- Language: Rust
- Homepage:
- Size: 134 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Introduction
This workspace contains two crates of note:
- [`agnostic-mdns`](./agnostic-mdns/), which provides an asynchronous mDNS server and client implementation for any agnostic runtime.
- [`mdns-proto`](./mdns-proto/), which provides a `no_std` implementation of the mDNS protocol.