Skip to content

Minimal mDNS resolver (and announcer) cross-platform library

License

Notifications You must be signed in to change notification settings

caveguy/libmicrodns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 applies to this project.

Installation

meson builddir && ninja -C builddir

# ninja -C builddir install

About

Minimal mDNS resolver (and announcer) cross-platform library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.5%
  • Meson 7.5%