Search found 49 matches

by preetam
Fri Mar 10, 2017 3:03 pm
Forum: General Discussion
Topic: SSH Client
Replies: 13
Views: 32088

Re: SSH Client

This might help you viewtopic.php?t=815
by preetam
Fri Mar 10, 2017 1:31 pm
Forum: General Discussion
Topic: gatt_client error
Replies: 2
Views: 4535

Re: gatt_client error

added 100 ms delay after stopping the ble scan.
Able to move forward.

can someone provide a link to doc or pdf related to the flow of events w.r.t gatt_server <--> gatt_client.

Thank you
Paul
by preetam
Fri Mar 10, 2017 12:51 pm
Forum: General Discussion
Topic: gatt_client error
Replies: 2
Views: 4535

Re: gatt_client error

I was getting the above error has device name of length 0 was found in the vicinity.I managed to get rid of that error. But now a different error has come up, when the client tries to open the connection with gatt server after a successful match of the gatt server device name. I get a stack overflow...
by preetam
Fri Mar 10, 2017 9:27 am
Forum: General Discussion
Topic: SSL_READ and SSL_WRITE with timeouts non-blocking
Replies: 2
Views: 6234

Re: SSL_READ and SSL_WRITE with timeouts non-blocking

Thank you for the information.
I will try to run some code using this.
by preetam
Fri Mar 10, 2017 9:26 am
Forum: General Discussion
Topic: gatt_client error
Replies: 2
Views: 4535

gatt_client error

Hi, I am trying to run the example from https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/gatt_client well it was running good till yesterday. But today i am getting Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled. Guru Meditation Error of t...
by preetam
Tue Mar 07, 2017 9:16 am
Forum: General Discussion
Topic: SSL_READ and SSL_WRITE with timeouts non-blocking
Replies: 2
Views: 6234

SSL_READ and SSL_WRITE with timeouts non-blocking

Hi,

I would like to issue a timeout on ssl_read and ssl_write after a few seconds.
is there a api for this in non-blocking way.

Thanks
Paul
by preetam
Fri Mar 03, 2017 12:51 pm
Forum: General Discussion
Topic: esp32-aws-iot build error
Replies: 1
Views: 4122

Re: esp32-aws-iot build error

Added below line after line 217 in ~/esp-idf/make/project.mk
-Wno-unused-but-set-parameter
by preetam
Thu Mar 02, 2017 4:38 pm
Forum: General Discussion
Topic: esp32-aws-iot build error
Replies: 1
Views: 4122

esp32-aws-iot build error

Hi, I am trying to build the esp32-aws-iot from https://github.com/carsonmcdonald/esp32-aws-iot while executing make flash i get these errors C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c: In function 'isJsonValidAndParse': C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c:...
by preetam
Tue Feb 28, 2017 1:13 pm
Forum: General Discussion
Topic: openssl server : issue with certificates
Replies: 2
Views: 5873

Re: openssl server : issue with certificates

Just for information the certificate (cacert.pem) in the example is server certificate and not CA certificate.
by preetam
Tue Feb 28, 2017 11:07 am
Forum: General Discussion
Topic: openssl server : issue with certificates
Replies: 2
Views: 5873

openssl server : issue with certificates

Hi, I am trying to run the openssl server exmaple from https://github.com/espressif/esp-idf/blob/master/examples/protocols/openssl_server/main/openssl_server.c The server works fine with the certificates mentioned in the exmaple. I am testing using openssl s_client -connect <Ip address of ssl server...