esp-who
esp-who copied to clipboard
Is it possible to send capture through tcp without http?
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?
Yes, you can build up raw tcp connections with idf. Look for example in the idf-repository.