You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
1.3 KiB

Package: bonjour
Type: Package
Title: Discover and Query Multicast DNS (mDNS)/zeroconf Services
Version: 0.3.0
Date: 2020-09-20
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Mattias", "Jansson", email = "mjansson@gmail.com", role = "aut",
comment = "https://github.com/mjansson/mdns")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Multicast DNS (mDNS) provides the ability to perform DNS-like
operations on the local link in the absence of any conventional
Unicast DNS server. Given a type of service
that a client is looking for, and a domain in which the client is
looking for that service, this mechanism allows clients to discover
a list of named instances of that desired service, using standard
DNS queries. This mechanism is referred to as DNS-based Service
Discovery, or DNS-SD. Tools are provided to perform service discovery
and query for specific services over multicast DNS (mDNS).
URL: https://git.rud.is/hrbrmstr/bonjour
BugReports: https://gitlab.com/hrbrmstr/bonjour/issues
Encoding: UTF-8
RequiresCompilation: yes
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.6.0)
Imports:
Rcpp,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
LinkingTo:
Rcpp