Philipp Arndt

Results 30 comments of Philipp Arndt

Hi, I started to do some tests with the SSE API. It is pretty easy to use, but the identifiers are no longer compatible, as you already mentioned. I also...

Hi @ZeroOne3010 Thanks for letting me know. I've switched to TypeScript in my project. I only implemented support for API v2 and it is up and running very stable πŸ˜„...

Hi @leeway1208 yes, I did this ;) I tried to connect with the following settings (this is working with MQTT.js for example) The connection fails in this test (with errSSLXCertChainInvalid...

πŸ˜„ the host is on my local network with docker. The DNS name resolves to a Traefik container which uses LetsEncrypt to create a certificate. I'll look how I can...

Hi @leeway1208 I have a server for you πŸ˜„ Try to connect to (no auth): mqtts://cocoamqtt.rnd7.de:8883 wss://cocoamqtt.rnd7.de:443 The websocket connection will work wit CocoaMQTT, the MQTT connection fails with `errSSLXCertChainInvalid...

Hi @leeway1208 thank your ideas. I did some changes in the configuration and checked the connection with Wireshark. When the connection is done with the MQTT protocol, it uses the...

Another breadcrumb: When I try to connect from the iPhone simulator using Apples Network Framework, the TLS handshake is successful. It seems that figuring out how to write a Network...

Hi @leeway1208 okay I have a working demonstrator with Apple Network, that can connect to the server with the MQTT protocol πŸ˜„ There is still some work to do and...

Hi @leeway1208, Thanks for your investigation! What apps did you test? I don't think that it is a configuration issue. Maybe the configuration is not supported by `CocoaAsyncSocket`. The configuration...

> the testing app which I used below: EasyMQTT MQTTAnalyzer MQTTTool MQTT Spy MQTTAnalyzer is my App and is using CocoaMQTT πŸ˜‰ EasyMQTT is using CocoaMQTT as well πŸ˜‰ MQTTTool...