Package: netstat
Type: Package
Title: Retrieve Network Statistics Including Available TCP Ports
Version: 0.1.2
Authors@R: c(
    person("Steve", "Condylios", , "steve.condylios@gmail.com", c("aut", "cre"), 
    comment = c(ORCID = "0000-0003-0599-844X")),
    person("Bob", "Rudis", email = "bob@rud.is", role = c("aut"), 
    comment = c(ORCID = "0000-0001-5670-2640")),
    person("Patrice", "Kiener", email="fattailsr@inmodelia.com", role=c("aut"),
    comment = c(ORCID = "0000-0002-0505-9920"))
    )
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/netstat/issues
URL: https://github.com/stevecondylios/netstat
Description: R interface for the 'netstat' command line utility used to retrieve and parse 
    commonly used network statistics, including available and in-use 
    transmission control protocol (TCP) ports. Primers offering technical background information 
    on the 'netstat' command line utility are available in the "Linux System Administrator's Manual" 
    by Michael Kerrisk (2014) 
    <https://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017) 
    <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: utils
Language: en-US
NeedsCompilation: no
Packaged: 2022-08-28 04:05:13 UTC; st
Author: Steve Condylios [aut, cre] (<https://orcid.org/0000-0003-0599-844X>),
  Bob Rudis [aut] (<https://orcid.org/0000-0001-5670-2640>),
  Patrice Kiener [aut] (<https://orcid.org/0000-0002-0505-9920>)
Repository: CRAN
Date/Publication: 2022-08-28 04:20:02 UTC
Built: R 4.3.3; ; 2025-01-24 07:58:00 UTC; unix
