Vincent

Results 11 comments of Vincent

cacheExtent: did the trick for me

@JKRhb I found the routing issue with the eventbus, namespace wasn't passed into coap_inetwork.dart: ``` case DtlsBackend.OpenSsl: return CoapNetworkUDPOpenSSL( address, port ?? config.defaultSecurePort, bindAddress ?? defaultBindAddress, verify: config.dtlsVerify, withTrustedRoots: config.dtlsWithTrustedRoots,...

> @vincent-iQontrol Thank you once again for resolving the issue :) Did you also require changes to the `dtls` package by the way? Or does it work with the version...

@JKRhb do you know where I can find pre-compiled openssl files for android? I need libssl.so and libcrypto.so Thank you in advanced.

@JKRhb thank you for your reply. I did found some binaries but they crashed the app with the following error: `null pointer dereference SSL_CTX_set_verify` A separated plugin for openssl binaries...

> > @JKRhb thank you for your reply. I did found some binaries but they crashed the app with the following error: > > `null pointer dereference SSL_CTX_set_verify` > >...

I have compiled my own openssl libs for android and it's working now! Version 1.1.1