Fast, lightweight, easy-to-extend, easy-to-test, pure JavaScript (ES5.1) implementation for DNS / mDNS.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
dwes7 88e6779641 finished PTR parser 7年前
..
README.md add sample data 7年前
a-0.mdns.bin add sample data 7年前
a-1.mdns.bin add sample data 7年前
aaaa-0.mdns.bin finished PTR parser 7年前
aaaa-1.mdns.bin finished PTR parser 7年前
random-0.mdns.bin add sample data 7年前
random-1.mdns.bin add sample data 7年前
random-2.mdns.bin add sample data 7年前
random-3.mdns.bin add sample data 7年前
services-0.mdns.bin add sample data 7年前
services-1.mdns.bin add sample data 7年前
services-2.mdns.bin add sample data 7年前
services-3.mdns.bin add sample data 7年前
sftp-ssh-0.mdns.bin add sample data 7年前
sftp-ssh-1.mdns.bin add sample data 7年前
sftp-ssh-2.mdns.bin add sample data 7年前
sftp-ssh-3.mdns.bin add sample data 7年前
sftp-ssh-4.mdns.bin add sample data 7年前
sftp-ssh-5.mdns.bin add sample data 7年前
ssh-ptr-0.mdns.bin add sample data 7年前
ssh-ptr-1.mdns.bin add sample data 7年前
ssh-ptr-3.mdns.bin add sample data 7年前
ssh-ptr-4.mdns.bin add sample data 7年前

README.md

These samples were captured by running a generic udp listener and then running dig to create a query.

Most likely the 0th samples are the query from dig and the other immediately numbered samples are responses to that query...

However, devices broadcast mDNS packets pretty much at random, so there'll be some other goodies in there too.

dig @224.0.0.251 -p 5353 -t ptr _services._dns-sd._udp.local
dig @224.0.0.251 -p 5353 -t ptr _ssh._tcp.local
dig @224.0.0.251 -p 5353 -t ptr _sftp-ssh._tcp.local
dig @224.0.0.251 -p 5353 -t A bowie._sftp-ssh._tcp.local