esp-who icon indicating copy to clipboard operation
esp-who copied to clipboard

Is it possible to send capture through tcp without http?

Open BrandonOng22 opened this issue 4 years ago • 1 comments

I want to send an image through tcp to a server on Linux. It is important that I don't use http request. Is it possible to send and receive a capture, then save it as a jpeg?

BrandonOng22 avatar May 12 '20 00:05 BrandonOng22

Yes, you can build up raw tcp connections with idf. Look for example in the idf-repository.

holubcsongor avatar May 21 '20 20:05 holubcsongor