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

convert SemanticID context to receptor_id #84

Closed zippy closed 8 years ago

zippy commented 8 years ago

if we treat the context as a receptor id (that's vmhost relative) then semantic ids become usable across different receptors. It does mean that when signals arrive at a vmhost that we need to translate from the compository receptor id (which is a long uuid) to the short local receptor id.

zippy commented 8 years ago

as of 3c22980e17 we now use SemTable everywhere instead of Defs to figure out the meaning of Semantic elements. This finally allows receptors to use symbols/processes/structures defined in other contexts. Thus we can now create receptors that express parts of protocols defined in other receptors.