MCPcopy Create free account

hub / github.com/watson/bonjour / functions

Functions29 in github.com/watson/bonjour

↓ 16 callersFunctiontest
(name, fn)
test/bonjour.js:35
↓ 2 callersFunctionannounce
* Initial service announcement * * Used to announce new services when they are first registered. * * Broadcasts right away, then after 3 seconds,
lib/registry.js:129
↓ 2 callersFunctiongetAddressesRecords
(host)
test/service.js:7
↓ 2 callersFunctionteardown
* Stop the given services * * Besides removing a service from the mDNS registry, a "goodbye" * message is sent for each service to let the network
lib/registry.js:162
↓ 1 callersFunctionBonjour
(opts)
index.js:9
↓ 1 callersFunctionbuildServicesFor
(name, packet, txt, referer)
lib/browser.js:146
↓ 1 callersFunctiondone
(exists)
lib/registry.js:114
↓ 1 callersFunctiongetAddresses
()
test/bonjour.js:10
↓ 1 callersFunctiongoodbyes
(name, packet)
lib/browser.js:136
↓ 1 callersFunctionisDuplicateRecord
(a)
lib/mdns-server.js:101
↓ 1 callersFunctionport
(cb)
test/bonjour.js:24
↓ 1 callersFunctionprobe
* Check if a service name is already in use on the network. * * Used before announcing the new service. * * To guard against race conditions where
lib/registry.js:78
↓ 1 callersFunctionregister
(record)
lib/mdns-server.js:23
↓ 1 callersFunctionrrA
(service, ip)
lib/service.js:82
↓ 1 callersFunctionrrAaaa
(service, ip)
lib/service.js:91
↓ 1 callersFunctionrrPtr
(service)
lib/service.js:52
↓ 1 callersFunctionrrSrv
(service)
lib/service.js:61
↓ 1 callersFunctionrrTxt
(service)
lib/service.js:73
↓ 1 callersFunctionunique
()
lib/mdns-server.js:109
↓ 1 callersFunctionunregister
(record)
lib/mdns-server.js:37
FunctionBrowser
* Start a browser * * The browser listens for services by querying for PTR records of a given * type, protocol and domain, e.g. _http._tcp.local.
lib/browser.js:30
FunctionRegistry
(server)
lib/registry.js:12
FunctionServer
(opts)
lib/mdns-server.js:10
FunctionService
(opts)
lib/service.js:15
FunctionmatchRR
(rr)
lib/registry.js:110
Functiononresponse
(packet)
lib/registry.js:99
Functionsend
()
lib/registry.js:86
Functionstart
(registry, opts)
lib/registry.js:36
Functionstop
(registry, cb)
lib/registry.js:57