MediaTek-Labs / aws_mbedtls_mqtt

The source code to use mbedTLS library to connect to AWS mqtt IOT server.
61 stars 34 forks source link

GPRS Module #11

Open bsayiner opened 7 years ago

bsayiner commented 7 years ago

Can i use GPRS Module for connect to AWS IoT server?

durvesh09 commented 7 years ago

Same question.. can this library be used with LinkIt Assist 2502 ?

pablosun commented 7 years ago

@durvesh09 Not directly. However, since this library depends on vm_socket and vm_connect APIs, it may work after porting the these APIs to LinkIt Assist 2502's TCP or BSD socket APIs.

durvesh09 commented 7 years ago

@pablosun thank you. Will it also work with xadow rephone ?

durvesh09 commented 7 years ago

I basically wanted to implement mqtt over xadow rephone module using gsm.. Is this possible ? have anyone tried this ?

ghost commented 6 years ago

Hi, I am trying to use this library for linkit one + gsm(inbuilt)

will it work?

Thanks, Praveen