阅读最新的真实Python教程

load-distributed-routing的Python项目详细描述


buildcoverage

分布式负载路由v1.0.5

模拟一个网络并运行一个旨在分配数据包负载以分配电池耗尽的网络协议。在

安装

pip install load-distributed-routing

包链接PyPi

Release
Development

配置文件

FieldDescriptionAccepted Values
num_nodesNumber of nodes in the network[2, inf)
max_connectionsMaximum number of connections a node can have[2, num_nodes)
router_ratioPercentage of routers in the network[0.0, 1.0]
buffer_sizeNumber of packets the link layer receive buffer can hold at a time[0, inf)
battery_weightHigher the battery_weight, the more the path avoids low battery[0.0, inf)
retransmission_delayNumber of seconds TCP waits before retransmission[0.0, inf)
beautifyDetermines whether the simulation debugs readable information or csv formatted information[0, 1]

跑步

^{pr2}$

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
HTTP标头的java InputStream未终止   java测试SpringWebListener   具有定义的替换编号Java的regex ReplaceAll   在java中使用contains()方法   java在选择查询中使用JoinColumn字段   具有用户的java Start-stop demon不是以给定用户启动   java glBufferData生成GL\u无效\u操作   java中循环代码的循环   Java位无符号移位(>>>>)会产生奇怪的结果   java HQL使用点分隔符从select获取结果   条纹、弹簧、玩耍(或?):使用哪种高性能Java框架?   广播接收机中的java停止服务   java回收器视图占据整个屏幕。不在上面显示我的UI元素   java使MySQL查询更快   java MappedByteBuffer查询   java递归算法问题