Skip to content

Dr-Noob/Android-NetDiscovery-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-NetDiscovery-Example

This is just a very simple app (which can be used as example) using native Android network service discovery (link) using MDNS. This means that two android devices running this app can be found each other, so they can establish a connection to acomplish any objective.

Install

Just download the repo, open it with Android Studio and compile the app.

Usage

To discover other devices in your network, you need to "scan" the network. This is done by using the "Start Discover" button (you can stop this service any time with "Stop Discover"). In the same way, if you would like to make a device visible to other devices, you need to register it in the network with "Start register". Finally, "List" button lets you see which devices have you disovered in the network, showing its IP adress and port (which is defined at the source code)

App example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages