Skip to main content

Read the latest Real Python tutorials

Project description

Distributed Load Routing

Simulates a network and runs a networking protocol aimed to distribute packet load in order to distribute battery depletion.

Prerequisites

pip install numpy

Configuration File

Field Description Accepted Values
num_nodes Number of nodes in the network [2, inf)
max_connections Maximum number of connections a node can have [2, num_nodes)
router_ratio Percentage of routers in the network [0.0, 1.0]
buffer_size Number of packets the link layer receive buffer can hold at a time [0, inf)
battery_weight Higher the battery_weight, the more the path avoids low battery [0.0, inf)
beautify Determines whether the simulation debugs readable information or csv formatted information [0, 1]

Running

python main.py config.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

load-distributed-routing-1.0.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

load_distributed_routing-1.0.0-py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page