Skip to content

fxbox/multicast-dns-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multicast DNS Utils

Build Status

Helper tool for Rust Multicast DNS crate.

Examples:

To find all http servers exposed via mdns on the network:

$ cargo run -- -t _http._tcp
+   2   IPv4   DCS-5020L_1D77DA   _http._tcp   local
=   2   IPv4   DCS-5020L_1D77DA   _http._tcp   local
    hostname = [DCS5020L77DA.local]
    address = [192.168.1.3]
    port = [80]
    txt = []

About

Basic command line utils that demonstate multicast-dns lib capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages