Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Regarding socket open/close/read/write callback settings in Mosquitto

Alex Chen via mosquitto-dev <mosquitto-dev@xxxxxxxxxxx> writes:

> Hi everyone, I'm working on an embedded project that doesn't have any
> standard socket programming interface, we read/write socket data via
> sending the AT command to the Wi-Fi module, is there any way to set these
> socket-related callback functions in Mosquitto?

Sure.  First implement the scokets API in your environment and then on
the back side of it do what you need to do.


Back to the top