An R implementation of the cross-platform, language-independent "port4me" algorithm (<https://github.com/HenrikBengtsson/port4me>), which (1) finds a free Transmission Control Protocol ('TCP') port in [1024,65535] that the user can open, (2) is designed to work in multi-user environments, (3), gives different users, different ports, (4) gives the user the same port over time with high probability, (5) gives different ports for different software tools, and (6) requires no configuration.
Version: | 0.7.1 |
Imports: | utils |
Suggests: | tools, rmarkdown, knitr |
Published: | 2024-03-01 |
DOI: | 10.32614/CRAN.package.port4me |
Author: | Henrik Bengtsson [aut, cre, cph], Jeroen Ooms [ctb] (C code for testing availability of TCP ports) |
Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
BugReports: | https://github.com/HenrikBengtsson/port4me/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/HenrikBengtsson/port4me |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | port4me results |
Reference manual: | port4me.pdf |
Vignettes: |
port4me: Get the Same, Personal, Free TCP Port over and over |
Package source: | port4me_0.7.1.tar.gz |
Windows binaries: | r-devel: port4me_0.7.1.zip, r-release: port4me_0.7.1.zip, r-oldrel: port4me_0.7.1.zip |
macOS binaries: | r-release (arm64): port4me_0.7.1.tgz, r-oldrel (arm64): port4me_0.7.1.tgz, r-release (x86_64): port4me_0.7.1.tgz, r-oldrel (x86_64): port4me_0.7.1.tgz |
Old sources: | port4me archive |
Please use the canonical form https://CRAN.R-project.org/package=port4me to link to this page.