https://github.com/meilisearch/madness
an async mdns library for tokio
https://github.com/meilisearch/madness
madness mdns
Last synced: 3 months ago
JSON representation
an async mdns library for tokio
- Host: GitHub
- URL: https://github.com/meilisearch/madness
- Owner: meilisearch
- License: mit
- Created: 2020-09-22T14:25:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:28:57.000Z (9 months ago)
- Last Synced: 2025-06-25T23:11:45.714Z (3 months ago)
- Topics: madness, mdns
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 20
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Madness
Madness is a library for mDNS service discovery and advertisement. Checkout example for usage.
## Acknowlegement
This is a patchwork of code taken from [rust-libp2p](https://github.com/libp2p/rust-libp2p), and [mdns](https://github.com/dylanmckay/mdns).