z25 / pyZOCP

Python ZOCP implementation (Z25 Orchestration Control Protocol)
GNU Lesser General Public License v3.0
33 stars 5 forks source link

We need to hide the datastructure #68

Open sphaero opened 9 years ago

sphaero commented 9 years ago

Discussion here at z25... Since it is complex and you don't want to deal with the internals of ZOCP, like digging two layers deep into an array or dictionary....

Suggestion... Use event types like in Zyre's extended api: https://github.com/zeromq/zyre/#extended-api

Or just use callbacks when registering parameters?