lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #10049] Support for binary Will Message


From: Jiri Findejs
Subject: [lwip-devel] [patch #10049] Support for binary Will Message
Date: Fri, 26 Mar 2021 14:21:53 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0

URL:
  <https://savannah.nongnu.org/patch/?10049>

                 Summary: Support for binary Will Message
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: findejs
            Submitted on: Fri 26 Mar 2021 06:21:51 PM UTC
                Category: apps
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Hi,

MQTT implementation supports strings for Will Messages, see _struct
mqtt_connect_client_info_t_, field _will_msg_. The message length is computed
in _mqtt_client_connect_ as follows:

len = strlen(client_info->will_msg);


This implementation does not allow sending binary Will Messages, which are
supported by MQTT 3.1.1.
The attached patch adds support for binary message with minimal changes to
existing API and small impact on the existing code base.
Another option is to change type of _will_msg_ field and make API more clear.
Please comment.

Best Regards,
Jiri



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 26 Mar 2021 06:21:51 PM UTC  Name:
mqtt-support-for-binary-will-message.patch  Size: 3KiB   By: findejs

<http://savannah.nongnu.org/patch/download.php?file_id=51145>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10049>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]