Search found 2 matches

by amartin7211
Tue Jul 11, 2017 2:17 am
Forum: General Discussion
Topic: Wifi Communication with Java App
Replies: 2
Views: 7009

Re: Wifi Communication with Java App

Ah, yes, I see! The link to the tutorial you provided was very helpful. I was able to get the c code working and should be able to model my own code after it fairly easily.

Thanks so much!
by amartin7211
Sun Jul 09, 2017 5:11 pm
Forum: General Discussion
Topic: Wifi Communication with Java App
Replies: 2
Views: 7009

Wifi Communication with Java App

I'm new to the esp32 and the sockets API. I am trying to communicate with a java app I wrote. I am attempting to adapt the openssl_client_example_main.c but am not using the ssl stuff. I can get the socket created and bound, however, when I try to send data it fails. Here is the java code. It works ...