Search found 3 matches

by rubydesign
Fri Apr 30, 2021 8:46 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 11217

Re: MIcropython as MQTT broker

I simply can't see a point to the exercise. I have an original Raspberry Pi V1 running mosquito. It uses 5W of power, runs 24/7 and never falls over. I don't believe ESP32 is capable of that level of reliability. The Pi connects via the wired network, but that's easily fixed if everything's to be o...
by rubydesign
Tue Apr 27, 2021 1:43 pm
Forum: General Discussion and Questions
Topic: MIcropython as MQTT broker
Replies: 14
Views: 11217

Re: MIcropython as MQTT broker

I don't think this has been done. It would be quite involved and I'm not sure there would be much point. Why not just run mosquitto on a Raspberry Pi? So i am also new and trying to get a broker on an esp. But not because i am just wondering, because i have a larger network than a star. I am still ...
by rubydesign
Fri Apr 23, 2021 10:21 am
Forum: ESP8266 boards
Topic: A websocket client
Replies: 1
Views: 2519

Re: A websocket client

Moi dauntless j i am wondering the very same (also green). I have found a websocket module that is built in. Ie for a socket s you can import websocket ws = websocket.websocket(s) But zero docs. Found the code at https://github.com/micropython/micropython/blob/master/extmod/moduwebsocket.c but that ...