From 6763f68a6e42a28348d7c4fb60ff5918b85ddea4 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 29 Sep 2025 02:02:44 +0800 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e546bba --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# native-mdns + +A Kotlin multiplatform library for mdns announcer(mdns server), only broadcast is supported, +it depends on ktor-network + +support PTR. + +AirPlay2(_airplay._tcp.local.) is tested \ No newline at end of file