using websocket to transmit the video frame

edited April 2018 in Arduino

hi every one I've plan to send the frame of big image from processing on my laptop to couple of ESP node through my home wifi-modem , each ESP has couple LED strip attached to it and processing slice the image and add node IP address to each of them and transmit to those which way is the safe and fast ? plain TCP? UDP? server websocket of processing and client websocket on ESP node? client websocket of processing and server websocket on ESP node? if we consider 25 frame per second , each package must deliver under 40ms and concurrent multiple connection should be create and kept live any help is really appreciated

Tagged:

Answers

Sign In or Register to comment.