https://github.com/videolabs/libmicrodns
Minimal mDNS resolver (and announcer) cross-platform library
https://github.com/videolabs/libmicrodns
android c ios linux macos mdns minimal-mdns-resolver windows
Last synced: 18 days ago
JSON representation
Minimal mDNS resolver (and announcer) cross-platform library
- Host: GitHub
- URL: https://github.com/videolabs/libmicrodns
- Owner: videolabs
- License: other
- Created: 2014-04-27T17:44:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T13:00:11.000Z (over 2 years ago)
- Last Synced: 2025-06-08T10:29:26.980Z (4 months ago)
- Topics: android, c, ios, linux, macos, mdns, minimal-mdns-resolver, windows
- Language: C
- Homepage:
- Size: 304 KB
- Stars: 62
- Watchers: 13
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
microdns
========microdns is an **mDNS** library, focused on being **simple** and **cross-platform**.
Minimal mDNS resolver (and announcer) library
---------------------------------------------This library **microdns** is still in development, and therefore can still have bugs.
The goal is to have a simple library to listen and create mDNS announces,
without the complexity of larger libraries like *avahi*.This means that the API is quite *low-level* and that the code is in C.
Bindings to other languages are welcome.License
-------microdns is available under the LGPL license. People who want *(or need)* a commercial license can acquire one.
CoC
---The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this project.
Installation
------------
meson builddir && ninja -C builddir# ninja -C builddir install