zippy / ceptr

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

Build "Group" receptor use case #78

Open zippy opened 8 years ago

zippy commented 8 years ago

Group features:

The purpose of this is to get multiple ceptr shell nodes talking. this will make us create ceptr-network scaffolding (including identy), and synchronization in the accumulator.

zippy commented 8 years ago

as of ca6f6e61abe9 we the most naive implementation of a group protocol works. This protocol assumes 2 roles: group, member, and has 2 interations: enrollment, and converse. The first a member uses to enroll in a group, the second, an member uses to send a message to a group, which then simply gets relayed to all group members.