# mosquitto-delay-message **Repository Path**: bluse/mosquitto-delay-message ## Basic Information - **Project Name**: mosquitto-delay-message - **Description**: 一个让`mosquitto`具备延迟消息功能的插件 - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-31 - **Last Updated**: 2022-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mosquitto-delay-message A mosquitto plugin to support delay message You can publish to topic `delay/${seconds}/${target_topic}` to send a delay message. Tips: - The max delay seconds is **600**. if delay seconds set `0`, will be ignored. - The max delay seconds config reference `mosquitto.conf` file where in this project. - The republished message will lose MQTT5 protocol's properties data.