knee-cola

Results 7 comments of knee-cola

I still have plenty megabytes left on my mobile dats plan subscription if that's what you mean. What's indicative is that this happens exactly after 60 minutes after a connection...

I have not tried it (I'm using latest Mosquitto server). I think this is not due to the server. The problem is on lower network carrier level. After some research...

@shutterspark I've created a gist containing a basic example here: [arduino-mosquitto-basic-example.ino](https://gist.github.com/knee-cola/953b6d9d813d27b309150cf399b35e9f). The solution however uses Ethernet shield instead of SIM7000 and `PubSubClient.h` instead of `Adafruit_MQTT.h`, but that shouldn't make any...

As of yet generator functions are not supported. If you wish, you can implement this yourself ... make a pull request ;)

I'm having similar problems ... as I learned by tracing the execution via debugger. I did manage force it work by modifying my test. First here's the original line form...

`X-Forwarded-Proto "https"` has solved problem for me too. My registry is published via Traefik and an SSL offloader. Here's a snippet from docker-compose file which configures this: ```yml # Add...

Hm ... čini mi se da `if` uvijet možemo opisati ovako (pseudokod): ``` AKO polje nije prazano I AKO polje ne sadrži nedopuštene znakove > polje nije ispravno ``` Validacija...