{"id":19796785,"url":"https://github.com/stevecondylios/netstat","last_synced_at":"2025-05-01T03:31:09.333Z","repository":{"id":56936569,"uuid":"229672654","full_name":"stevecondylios/netstat","owner":"stevecondylios","description":"Network statistics in R","archived":false,"fork":false,"pushed_at":"2023-09-13T01:45:21.000Z","size":1656,"stargazers_count":3,"open_issues_count":8,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T08:24:28.766Z","etag":null,"topics":["cran","cran-r","r","r-package","r-programming","r-stats","r-studio"],"latest_commit_sha":null,"homepage":"https://stevecondylios.github.io/netstat/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevecondylios.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-23T03:53:50.000Z","updated_at":"2023-09-13T01:13:43.000Z","dependencies_parsed_at":"2024-11-12T07:24:17.982Z","dependency_job_id":"f2442091-bdbe-4497-a4a8-837849fc1f3d","html_url":"https://github.com/stevecondylios/netstat","commit_stats":{"total_commits":44,"total_committers":3,"mean_commits":"14.666666666666666","dds":"0.045454545454545414","last_synced_commit":"b60bbe554c80321c32790efd3a8ba53133fe5a79"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevecondylios%2Fnetstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevecondylios%2Fnetstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevecondylios%2Fnetstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevecondylios%2Fnetstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevecondylios","download_url":"https://codeload.github.com/stevecondylios/netstat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251817978,"owners_count":21648842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","cran-r","r","r-package","r-programming","r-stats","r-studio"],"created_at":"2024-11-12T07:22:15.267Z","updated_at":"2025-05-01T03:31:09.004Z","avatar_url":"https://github.com/stevecondylios.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n# netstat \u003ca href='https://github.com/stevecondylios/netstat'\u003e\u003cimg src='man/figures/netstat.png' align=\"right\" height=\"139\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/netstat)](https://cran.r-project.org/package=netstat)\n[![Travis build status](https://travis-ci.org/stevecondylios/netstat.svg?branch=master)](https://travis-ci.org/stevecondylios/netstat)\n![Downloads](https://cranlogs.r-pkg.org/badges/netstat)\n\u003c!-- badges: end --\u003e\n\n`netstat` allows you to easily view which TCP ports are in use and which are free to use. \n\n\n```{r results = 'hide', warning=FALSE, message=FALSE}\n# install.packages(\"netstat\")\nlibrary(netstat)\n```\n\n### See which TCP ports are currently in use with `ports_in_use()`\n\n```{r}\nports_in_use()\n```\n\n### Find a free TCP port using `free_port()`\n\n```{r}\nfree_port()\n```\n\n- `free_port()` returns an available TCP port from Internet Assigned Numbers Authority (IANA) listed\nunassigned ports.\n\n- `free_port()` will not return any TCP port currently in use - so\n`free_port()` can safely be used to allocate a ports programmatically without collisions - great for\nautomated testing or browser automation in general\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevecondylios%2Fnetstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevecondylios%2Fnetstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevecondylios%2Fnetstat/lists"}