An open API service indexing awesome lists of open source software.

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.

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.