embbo

Results 19 comments of embbo

@Muddasir-Shakil No LDS Client is on the Stm32 and srver is on the Windows using VS2019 I also treid giving ip adress but same it doesnt work.

@cabralfortiss , I have comment out these line , // mbedErr = mbedtls_entropy_add_source(&pc->entropyContext, // mbedtls_platform_entropy_poll, NULL, 0, // MBEDTLS_ENTROPY_SOURCE_STRONG); and Now i can also compile without erorr but I am...

yes i did but it still have erorrs .. let me try it again will come to you back . 2. i am using this example from encryption. ***************************** /*...

@cabralfortiss I did the same as you mentioned , it complies fin BUT when I call the encryptions functions, i have same issue ::::::::: error: 'mbedtls_platform_entropy_poll' undeclared (first use in...

@cmbahadir, exctaly what I am thiking , but i don't have any clue how to do it, i hope , someone from the group will help .

// mbedErr = mbedtls_entropy_add_source(&pc->entropyContext, // mbedtls_platform_entropy_poll, NULL, 0, // MBEDTLS_ENTROPY_SOURCE_STRONG); I think we can comment out this function , beacuse we are are using config-no-entropy and this is netropy based...

@cabralfortiss . I tried to connect and it gives error Baddecooding Error...

@Pro @cabralfortiss ...I think, you can replace "mbedtls_platform_entropy_poll" with mbedtls_null_entropy_poll it complies fine and i think also works fine . I am still testing and will coem back to you...

@cabralfortiss .. it works fine