ubnt_discovery_probe: Send a Ubiquiti Discovery probe to a host with a discovery...

Description Usage Arguments Value See Also Examples

View source: R/ubnt-discovery.R

Description

The payload is not fixed since it appears there may be other discovery query payloads. Use parse_ubnt_discovery_response() to handle the the raw result from this function.

Usage

1
ubnt_discovery_probe(host, port = 10001L, payload = c(1, 0, 0, 0))

Arguments

host

host or IP address of target

port

defaults to 10001L but folks may be running it on others

payload

the discovery protocol query payload. The default is known to work.

Value

raw vector

See Also

Other Ubiquity Discovery Protocol functions: parse_ubnt_discovery_response

Examples

1
2
3
4
5
## Not run: 
x <- ubnt_discovery_probe("some ip address or host name")
if (!is.null(x)) parse_ubnt_discovery_response(x)

## End(Not run)

hrbrmstr/udpprobe documentation built on May 23, 2019, 9:49 a.m.