Skip to content

naviNBRuas/_ResilientNetworking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_ResilientNetworking

Foundational networking resilience packages for reliability, adaptive control, and fault-tolerant communication.

Overview

_ResilientNetworking is a modular repository of resilience-focused networking components designed for standalone use or composition.

Packages

Installation

Option A: consume the whole repository

git submodule add https://github.com/navinBRuas/_ResilientNetworking.git vendor/resilient-networking

Option B: install a single package

pip install git+https://github.com/navinBRuas/_ResilientNetworking#subdirectory=connection-multiplexer
pip install git+https://github.com/navinBRuas/_ResilientNetworking#subdirectory=adaptive-retry-strategy

Usage

  1. Choose the resilience layer(s) you need.
  2. Follow package-level README.md instructions for setup and runtime behavior.
  3. Integrate with explicit contracts and failure-handling semantics.

Development

  • Keep packages decoupled with stable interfaces.
  • Run tests and benchmark checks in the package you modify.
  • Update package docs/changelog for behavioral changes.

Governance & docs

Version

0.1.0

License

See LICENSE.

About

Networking-resilience domain repository providing modular components for fault-tolerant communication, adaptive retries, congestion control, protocol fallback, and session continuity — designed for reliable distributed connectivity under failure conditions.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors

Languages