-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 886 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: udpbroadcastreceiver
Type: Package
Title: Receive and Log or Process UDP Broadcast Payloads
Version: 0.1.0
Date: 2022-04-30
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Many remote sensors, such as weather stations, have the ability to broadcast
their record payloads over UDP. Tools are provided to listen for these broadcast packets
and either log them directly to a file or process them with callback functions.
URL: https://github.com/hrbrmstr/udpbroadcastreceiver
BugReports: https://github.com/hrbrmstr/udpbroadcastreceiver/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
tinytest
Depends:
R (>= 4.0.0)
Imports:
Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo:
Rcpp