redvypr.devices.network.network_device.start_tcp_send

redvypr.devices.network.network_device.start_tcp_send(dataqueue, datainqueue, statusqueue, config=None, device_info=None)

TCP publishing, this thread waits for TCP connections connections. For each connection a new connection is created that is fed with a subthread (handle_tcp_send) is created that is receiving data with a new queue.