Other Parts Discussed in Thread: CC3200
Hi
I have a address in the following format:
wss://xxxxx.io/abc/efg
I want to connect to : wss://xxxxx.io and post some data to the corresponding location /abc/efg
Is it possible to create a Secure web socket CLIENT on the device side?? DOES CC3200 SUPPORT THIS?
I went through the web socket camera example, looks like there a tcp server socket is created, also connected to ws://192.168.1.1.
Can you provide any documentation regarding this, or an example code format to achieve Secure web socket client on device side.
Thanks
av