Code Monkey home page Code Monkey logo

Comments (8)

martin-ger avatar martin-ger commented on June 4, 2024

Think, os_printf() doesnt work in Arduino, you should change the define in mqtt/debud.h. Don't remember right noe what should go there.

from umqttbroker.

RibeiroSantos avatar RibeiroSantos commented on June 4, 2024

from umqttbroker.

pottendo avatar pottendo commented on June 4, 2024

hi, a quick hack:
#define MQTT_INFO printf
in mqtt/debug.h
makes it verbose.
bye, pottendo

from umqttbroker.

alka79 avatar alka79 commented on June 4, 2024

Hi,
I defined MQTT_DEBUG_ON in my sketch and replaced os_printf by printf in mqtt/debug.h

//#define MQTT_INFO( format, ... ) os_printf( format, ## __VA_ARGS__ )
#define MQTT_INFO( format, ... ) printf( format, ## __VA_ARGS__ )

that was supposed to be it, but nothing printed at all on Serial :(

So I hacked mqtt_server.c around line 44. It now looks like this :

//#undef MQTT_INFO
//#define MQTT_INFO os_printf
//#define MQTT_WARNING os_printf
//#define MQTT_ERROR os_printf
#define MQTT_INFO printf
#define MQTT_WARNING printf
#define MQTT_ERROR printf

and now I see them all printed : Info, warning and error messages. too many messages!! lol.

from umqttbroker.

pottendo avatar pottendo commented on June 4, 2024

hi,
good to see someone is using uMQTTBroker... ;-)
I do have some stability issues on a 8266 (uMQTT broker + client) connected to a ESP32 (PubSub client) - I'd be happy to exchange experiences - maybe I open an issue here later today... however if you can share your experience I'd be happy to receive those - but maybe directly: pottendo AT gmx DOT net
thx pottendo

from umqttbroker.

RibeiroSantos avatar RibeiroSantos commented on June 4, 2024

from umqttbroker.

alka79 avatar alka79 commented on June 4, 2024

I have opened another issue for optimization that is more inline with the discussion #48

from umqttbroker.

RibeiroSantos avatar RibeiroSantos commented on June 4, 2024

Using #define MQTT_INFO as suggested

from umqttbroker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.