Skip to content

Improvement to DCOP communication and speed up

Notifications You must be signed in to change notification settings

luptior/comm_dpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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