zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

convert protocol def to be process based #83

Closed zippy closed 8 years ago

zippy commented 8 years ago

Currently Protocols get specified by steps and sequences. Instead we can generate the steps based on the Expectations and Roles. Additionally this should make protocols much more deeply composible.

First step: refactor out ping protocol and convert to using new protocol def symbols. Also requires changing _r_express_protocol

zippy commented 8 years ago

implemented as of 16a3cc98b780