LimeEng / lighthouse

Lighthouse is a simple utility to help guide your programs to safe ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lighthouse

Lighthouse is a simple utility to help guide your programs to safe ports. Simply run the program and it will print a valid and unoccupied (at the time) port. If no safe port can be found it simply exits with an exit code of 1.

Installation

Install the program by running.

cargo install --git https://github.com/LimeEng/lighthouse

It is also possible to download a pre-built binary for either Windows, Linux or macOS from the releases-page.

Usage

Simply invoke the program and it will either print a valid and unoccupied (at the time) port, or exit with an exit code of 1.

lighthouse

About

Lighthouse is a simple utility to help guide your programs to safe ports

License:MIT License


Languages

Language:Rust 100.0%