awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to netifi-proteus/proteus-java

Open-source alternatives to Proteus Java

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

  • accelio/jxioAvatar von accelio

    accelio/JXIO

    85Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗85
  • alexcrichton/ssh2-rsAvatar von alexcrichton

    alexcrichton/ssh2-rs

    562Auf GitHub ansehen↗

    Documentation

    Rust
    Auf GitHub ansehen↗562
  • appneta/tcpreplayAvatar von appneta

    appneta/tcpreplay

    1,327Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗1,327
  • buger/gorAvatar von buger

    buger/gor

    19,290Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,290
  • k3po/k3poAvatar von k3po

    k3po/k3po

    50Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗50

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • kaitoy/pcap4jAvatar von kaitoy

    kaitoy/pcap4j

    1,235Auf GitHub ansehen↗

    Japanese

    Java
    Auf GitHub ansehen↗1,235
  • latencyutils/jrtAvatar von LatencyUtils

    LatencyUtils/jRT

    50Auf GitHub ansehen↗

    Version: 0.0.1

    Java
    Auf GitHub ansehen↗50
  • libpnet/libpnetAvatar von libpnet

    libpnet/libpnet

    2,574Auf GitHub ansehen↗

    Cross-platform, low level networking using the Rust programming language.

    Rustcross-platformdatalinklibpnet
    Auf GitHub ansehen↗2,574
  • line/armeriaAvatar von line

    line/armeria

    5,115Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,115
  • mefellows/muxyAvatar von mefellows

    mefellows/muxy

    829Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗829
  • netflix/simianarmyAvatar von Netflix

    Netflix/SimianArmy

    7,984Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,984
  • odnoklassniki/one-nioAvatar von odnoklassniki

    odnoklassniki/one-nio

    718Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗718
  • openhft/chronicle-networkAvatar von OpenHFT

    OpenHFT/Chronicle-Network

    253Auf GitHub ansehen↗

    A High Performance Network ( TCP/IP ) Library

    Java
    Auf GitHub ansehen↗253
  • rafael-santiago/pigAvatar von rafael-santiago

    rafael-santiago/pig

    477Auf GitHub ansehen↗

    A Linux packet crafting tool.

    C
    Auf GitHub ansehen↗477
  • real-logic/aeronAvatar von real-logic

    real-logic/Aeron

    8,688Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,688
  • salesforce/reactive-grpcAvatar von salesforce

    salesforce/reactive-grpc

    841Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗841
  • simsong/tcpflowAvatar von simsong

    simsong/tcpflow

    1,769Auf GitHub ansehen↗

    TCP/IP packet demultiplexer. Download from:

    C++
    Auf GitHub ansehen↗1,769
  • square/okhttpAvatar von square

    square/okhttp

    46,971Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗46,971
  • thehydroimpulse/nanomsg.rsAvatar von thehydroimpulse

    thehydroimpulse/nanomsg.rs

    402Auf GitHub ansehen↗

    Documentation

    Rust
    Auf GitHub ansehen↗402
  • tylertreat/comcastAvatar von tylertreat

    tylertreat/comcast

    10,511Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,511
  • zslayton/stomp-rsAvatar von zslayton

    zslayton/stomp-rs

    91Auf GitHub ansehen↗

    stomp-rs

    Rust
    Auf GitHub ansehen↗91