Fast, lightweight, easy-to-extend, easy-to-test, pure JavaScript (ES5.1) implementation for DNS / mDNS.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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