Page 1 of 1

send and receive data from android client app at openssl server

Posted: Thu Mar 02, 2017 1:34 pm
by tanvipatel
hello.

I am working on esp32's wifi functionality .

i just want to do that i send data from android app like Tcp Socket test,Tcp/Ip Client,simple socket tester .

i am succesfully connected this app to openssl server having ip 192.168.43.244 and portnumber is 443.

but whenever i am trying to send any kind of data to server its doing nothing.nothing is received on server.

can anybody help me to solve this please :roll: ???
i am using below example of esp-idf
https://github.com/espressif/esp-idf/tr ... ssl_server