-
Looks like this site went down (and my alarm stopped working as a result!).
I found the source code for it, [here.](https://github.com/progrium/timeapi), and tried unsuccessfully to get it to run. …
-
If I try to do a publish on a yet to be connected client the following happens.
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 2
cnt
connected with mihome, channel 6
dhcp client s…
-
Hi. Newbie here. Trying to compile on RPi.
I already have xtensa-lx106-elf installed here (and confirmed it is in my path; working as I use to compile MicroPython successfully):
/home/pi/workspace/e…
-
Hi.
Have you got on your roadmap the compatibility with vernemq?
I try your code (publisher) and it fails on connect in this assert (line 84):
assert resp[0] == 0x20 and resp[1] == 0x02
…
-
Hi,
I may be rude now, so sorry in advance.
Could we rethink mqtt api as it is now? Unfortunately as many other libraries I see that mqtt.simple tries to make it's own 'socket'. But, does it really…
-
It's the start of the month so time for the next release. There doesn't need to be anything special with/for this release, the main thing is to have it out so that work can proceed with updating cc32…
-
Example script:
``` python
import time
from umqtt.simple import MQTTClient
def sub_cb(topic, msg):
print((topic, msg))
def main(server="localhost"):
c = MQTTClient("umqtt_client", server)
…
-
Hi,
just wanted to understand better if Tessel is focussing more on a toolchain or on a platform.
If it's the toolchain, it might be interesting to port Tessel learnings to platforms such as Raspi, I…