Context ctx = LogicalNodeContext.testingContext();
EventSource rpcSrc = srcfact.getSource(ctx, "rpcSource", "31337");
EventSink rpcSink = fact.getSink(ctx, "rpcSink", "0.0.0.0", "31337");
// Rpcsrc needs to be started before the Rpcsink can connect to it.
rpcSrc.open();
rpcSink.open();
Thread.sleep(100); // need some time to open the connector.
EventSink counter = fact.getSink(ctx, "counter", "count");
EventSource txtsrc = srcfact.getSource(ctx, "asciisynth", "25", "100");