All Projects → alexpanov → Freeportfinder

alexpanov / Freeportfinder

Licence: unlicense
Find a free local port (mainly) for testing purposes

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Freeportfinder

Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (+9800%)
Mutual labels:  networking
Tcp Connection Hijack Reset
Simple scapy-based tool to hijack and reset existing TCP connections
Stars: ✭ 17 (+112.5%)
Mutual labels:  networking
Shrine
A TempleOS distro for heretics
Stars: ✭ 922 (+11425%)
Mutual labels:  networking
Kube Ovn
A Kubernetes Network Fabric for Enterprises that is Rich in Functions and Easy in Operations
Stars: ✭ 798 (+9875%)
Mutual labels:  networking
P2p
Practice project to demonstrate p2p file sharing.
Stars: ✭ 16 (+100%)
Mutual labels:  networking
Pavlos
A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.
Stars: ✭ 22 (+175%)
Mutual labels:  networking
Com.unity.multiplayer.mlapi
A game networking framework built for the Unity Engine to abstract game networking concepts.
Stars: ✭ 781 (+9662.5%)
Mutual labels:  networking
Pulse
Network Inspector for Apple Platforms
Stars: ✭ 841 (+10412.5%)
Mutual labels:  networking
Gleri
Network protocol, service, and API for using OpenGL remotely.
Stars: ✭ 16 (+100%)
Mutual labels:  networking
Diffios
Cisco IOS diff tool
Stars: ✭ 23 (+187.5%)
Mutual labels:  networking
Zerotierone
A Smart Ethernet Switch for Earth
Stars: ✭ 7,839 (+97887.5%)
Mutual labels:  networking
Nexer
Content based network multiplexer or redirector made with love and Go
Stars: ✭ 7 (-12.5%)
Mutual labels:  networking
Simpleunitytcp
🖧 Simple Unity Project to show how TCP communication are builded in C# without multi-threading or Unity network (Unet) involved.
Stars: ✭ 22 (+175%)
Mutual labels:  networking
Swift Nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
Stars: ✭ 6,777 (+84612.5%)
Mutual labels:  networking
Protobuf Swift
Google ProtocolBuffers for Apple Swift
Stars: ✭ 925 (+11462.5%)
Mutual labels:  networking
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+9737.5%)
Mutual labels:  networking
Titun
Simple, fast, and cross-platform IP tunnel written in Rust. WireGuard compatible.
Stars: ✭ 19 (+137.5%)
Mutual labels:  networking
Geneva
automated censorship evasion for the client-side and server-side
Stars: ✭ 842 (+10425%)
Mutual labels:  networking
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+10062.5%)
Mutual labels:  networking
Trafficengine
a high performance TCP traffic generator
Stars: ✭ 22 (+175%)
Mutual labels:  networking

freeportfinder

Build Status Maven Central

A micro Java library that does one thing and one thing only: finds a free local port (mainly) for testing purposes.

Finding a free local port is as easy as:

int port = FreePortFinder.findFreeLocalPort();

Which can then be used to set up local Jetty without hitting

java.net.BindException: Address already in use

Contributors

Shlomi Alfasi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].