Session Linking

Session Linking

Session linking is a feature which turns IO Ninja into a universal proxy. For example, you can redirect data from Serial into TCP, or from TCP to SSL, write the incoming data stream into a file and so on.

Just start two sessions (they can be of completely different nature), link them, and all the data received on one end will be transmitted to the other.

When two sessions are linked, you still can inject your own data to either of the sessions!