PDA

View Full Version : Feature Request: sendData()


glitch
10-09-2009, 05:01 PM
Portal supports a sendData(dst, data) command which "inserts" data into a transparent mode connection on a node. It would be great to see this command supported at the nodes themselves, so that efficient packetized data mode connections can be run between multiple nodes simultaneously. This would make running higher level protocols over SNAP much easier to implement.

This should also be accompanied by a receive(src, data) hook.