Module: createSender

Requests a 'sender' function from Corelink protocol which needs input like workspace,protocol,Source IP, token etc. The client awaits to read, after which it parses the JSON data. The statusCode checks for streamID,port,MTU and message in the content. After getting values for workspace,protocol,type and metadata, UDP protocol is set up. The function expects and object with the following parameters:
Parameters:
Name Type Description
workspace String Workspaces are used to separate out groups of streams so that several independent groups of researchers can work together.
protocol String Protocol for the stream to use (UDP/TCP/WS)
type String type information can be freely selected.But well known formats will be published.At the moment those are 3d, audio.
metadata String Information about data
from String sender information
Source: