Performs data acquisition from data received from TCP
execute_TCP(port, timestamp = FALSE, sensorNames = NULL, timeout = 10)
port | numeric (required): Number of the port |
---|---|
timestamp | logical (with default): Is a timestamp available in the data? |
sensorNames | character (optional): Name of the exported sensors |
timeout | integer (optional): the timeout (in seconds) to be used for this connection. |
# NOT RUN { ##========================================== ## Example 1: read data from TCP connecntion ##========================================== data <- execute_TCP(port = 5555, timestamp = T) ## start HyperIMU app # }