-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
microdns | ||
======== | ||
|
||
microdns is an **mDNS** library, focused on being **simple** and **cross-platform**. | ||
|
||
Minimal mDNS resolver (and announcer) library | ||
--------------------------------------------- | ||
|
||
This is very early stage, use at your OWN risks. | ||
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 | ||
--- | ||
|
||
On our way to make it wayyy better :) | ||
The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this project. | ||
|
||
|
||
Installation | ||
------------ | ||
meson build && ninja -C build | ||
meson builddir && ninja -C builddir | ||
|
||
# ninja -C build install | ||
# ninja -C builddir install |