luptior / comm_dpop

Improvement to DCOP communication and speed up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DPOP

PyPI - Python Version

##Dependency

pip install numpy
pip install scipy
pip install pandas
pip install reedsolo

Running the program

sh test.sh

Send and receive message

send message function is in agent
receive message function is in communication.listen_func

New functions

now use the properties YAML files

agent_mode: default/list/split/pipeline
comp_speed: 100
net_speed: 100
network_customization: False
slow_processing: False
network_protocol: UDP/UDP_FEC/TCP/RDUP/RDUP_FEC

can be edited by using properties.py

network_customization, slow_processing are boolean. If set to False, means there is no need comp_speed, net_speed do not taken into running.

To-Do-List

About

Improvement to DCOP communication and speed up


Languages

Language:Python 96.7%Language:Shell 3.3%