Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

programminghoch10/MulticastCompat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MulticastCompat

An support library for Multicast Network Discovery.

Currently this library is only intended for network service discovery and quering such. Registering services is not supported.

This library is intended for 2 cases:

  1. It supports mDNS TXT data on API < 21, which NsdManager does not.
  2. It supports mDNS queries even when the systems multicast daemon is not running.

This library is still under development and should not be used in production.

Installation

Add maven { url "https://jitpack.io" } in your root build.gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Then add the library by including it in one of your dependencies

dependencies {
    implementation('com.github.programminghoch10:MulticastCompat:main-SNAPSHOT') {
       changing=true
    }
}

About

An support library for Multicast

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages