awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to libpnet/libpnet

Open-source alternatives to Libpnet

21 open-source projects similar to libpnet/libpnet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libpnet alternative.

  • accelio/jxioaccelio avatar

    accelio/JXIO

    85View on GitHub↗

    JXIO is Java API over AccelIO (C library). AccelIO (http://www.accelio.org/) is a high-performance asynchronous reliable messaging and RPC library optimized for hardware acceleration. RDMA and TCP/IP transport are implemented, and other transports, such as shared-memory can take advantage of…

    Java
    View on GitHub↗85
  • alexcrichton/ssh2-rsalexcrichton avatar

    alexcrichton/ssh2-rs

    562View on GitHub↗

    Documentation

    Rust
    View on GitHub↗562
  • appneta/tcpreplayappneta avatar

    appneta/tcpreplay

    1,327View on GitHub↗

    Pcap editing and replay tools for *NIX and Windows - Users please download source from

    C
    View on GitHub↗1,327
  • buger/gorbuger avatar

    buger/gor

    19,290View on GitHub↗

    Gor is a set of specialized utilities for recording, replaying, and shadowing network traffic to validate system behavior under real-world conditions. It functions as an HTTP traffic recording tool, a network traffic capture engine, and a system for duplicating live production traffic. The project provides capabilities for recording real-time HTTP network traffic and storing it for later playback or analysis. It can duplicate live production network traffic and redirect it to a staging environment in real time, or replay recorded network requests against a target environment to validate syste

    Go
    View on GitHub↗19,290
  • k3po/k3pok3po avatar

    k3po/k3po

    50View on GitHub↗

    build-status-image: https://travis-ci.org/k3po/k3po.svg?branch=develop build-status: https://travis-ci.org/k3po/k3po pull-requests-image: http://www.issuestats.com/github/k3po/k3po/badge/pr pull-requests: http://www.issuestats.com/github/k3po/k3po issues-closed-image:…

    Java
    View on GitHub↗50

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • kaitoy/pcap4jkaitoy avatar

    kaitoy/pcap4j

    1,235View on GitHub↗

    Japanese

    Java
    View on GitHub↗1,235
  • latencyutils/jrtLatencyUtils avatar

    LatencyUtils/jRT

    50View on GitHub↗

    Version: 0.0.1

    Java
    View on GitHub↗50
  • line/armerialine avatar

    line/armeria

    5,115View on GitHub↗

    Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions as a multi-protocol RPC server capable of exposing gRPC, Thrift, and REST services on a single unified port. The project is distinguished by its ability to run diverse communication protocols simultaneously and its integrated RPC debugging web console, which allows for the discovery and invocation of remote procedure calls via JSON. It also includes a gRPC to JSON transcoder to enable web client compatibility with Protobuf services. The framework provides a comprehensive sui

    Java
    View on GitHub↗5,115
  • mefellows/muxymefellows avatar

    mefellows/muxy

    829View on GitHub↗

    Proxy for simulating real-world distributed system failures to improve resilience in your applications.

    Go
    View on GitHub↗829
  • netflix/simianarmyNetflix avatar

    Netflix/SimianArmy

    7,984View on GitHub↗

    SimianArmy is a chaos engineering framework and resilience testing tool designed to induce random infrastructure failures in cloud environments. It functions as a cloud instance termination tool that simulates unplanned outages to verify that distributed architectures maintain high availability and fault tolerance. The system identifies and terminates cloud server instances to ensure applications can tolerate unexpected hardware failures without interrupting service. This process allows for the verification of automated failover mechanisms and the identification of weaknesses in system reliab

    Java
    View on GitHub↗7,984
  • netifi-proteus/proteus-javanetifi-proteus avatar

    netifi-proteus/proteus-java

    42View on GitHub↗

    1. Run the following Gradle command to build the project:

    Java
    View on GitHub↗42
  • odnoklassniki/one-nioodnoklassniki avatar

    odnoklassniki/one-nio

    718View on GitHub↗

    one-nio is a library for building high-performance Java servers. It exposes OS capabilities and selected JDK internal APIs to help high-load applications get the most out of the underlying system.

    Java
    View on GitHub↗718
  • openhft/chronicle-networkOpenHFT avatar

    OpenHFT/Chronicle-Network

    253View on GitHub↗

    A High Performance Network ( TCP/IP ) Library

    Java
    View on GitHub↗253
  • rafael-santiago/pigrafael-santiago avatar

    rafael-santiago/pig

    477View on GitHub↗

    A Linux packet crafting tool.

    C
    View on GitHub↗477
  • real-logic/aeronreal-logic avatar

    real-logic/Aeron

    8,688View on GitHub↗

    Aeron provides infrastructure components for high-speed inter-process and network communication, archiving message streams, and coordinating replicated services. It functions as a system for moving data between remote applications or local processes with low latency and high throughput. The project distinguishes itself through a combination of shared memory for ultra-low latency inter-process communication and a reliable UDP messaging transport that supports both unicast and multicast. It further includes a consensus-based service orchestrator to maintain consistency across replicated state m

    Java
    View on GitHub↗8,688
  • salesforce/reactive-grpcsalesforce avatar

    salesforce/reactive-grpc

    841View on GitHub↗

    Reactive gRPC is a suite of libraries for using gRPC with Reactive Streams programming libraries. Using a protocol buffers compiler plugin, Reactive gRPC generates alternative gRPC bindings for each reactive technology. The reactive bindings support unary and streaming operations in both…

    Java
    View on GitHub↗841
  • simsong/tcpflowsimsong avatar

    simsong/tcpflow

    1,769View on GitHub↗

    TCP/IP packet demultiplexer. Download from:

    C++
    View on GitHub↗1,769
  • square/okhttpsquare avatar

    square/okhttp

    46,971View on GitHub↗

    OkHttp is an HTTP client for the JVM and Android that enables network communication via synchronous and asynchronous requests. It provides a core identity as a comprehensive networking toolkit featuring a WebSocket client for bidirectional data synchronization, a TLS security toolkit for encrypted communication, and a programmable HTTP mock server for simulating backend responses. The project distinguishes itself through a specialized security and performance architecture. It implements mutual TLS, certificate pinning, and DNS over HTTPS to secure data in transit, while utilizing connection p

    Kotlinandroidgraalvmjava
    View on GitHub↗46,971
  • thehydroimpulse/nanomsg.rsthehydroimpulse avatar

    thehydroimpulse/nanomsg.rs

    402View on GitHub↗

    Documentation

    Rust
    View on GitHub↗402
  • tylertreat/comcasttylertreat avatar

    tylertreat/comcast

    10,511View on GitHub↗

    Comcast is a Linux network emulator and degradation tool used to simulate unstable or slow connections. It functions as a network impairment simulator that injects latency, packet loss, and bandwidth limits into network interfaces to verify how software handles adverse conditions. The utility serves as a TCP and UDP traffic shaper, allowing users to restrict bandwidth and filter traffic by destination address, protocol, and port. These capabilities enable the isolation of specific traffic streams to test application resilience when particular services are degraded. The tool provides broader

    Go
    View on GitHub↗10,511
  • zslayton/stomp-rszslayton avatar

    zslayton/stomp-rs

    91View on GitHub↗

    stomp-rs

    Rust
    View on GitHub↗91