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

Listener socket stream edge receptor #137

Open zippy opened 8 years ago

zippy commented 8 years ago

This should have been it's own ticket instead of part of #109, so here are some of it's tasks.

use socket streams and CONVERSE to add a conversation in the _st_new_socket_listener callback, which sends signals on incoming data from the socket and listens for data to send to the socket.

This code needs to also listen on a control aspect for completion commands etc

zippy commented 8 years ago

440cff10a499b2e5f5 adds CONVERSE based bi-directional socket edge-receptor. Still missing is the control aspect stuff to enable clients to properly close down the socket