mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2026-02-03 20:13:44 +01:00
I think the architecture of the ble sensor network, which does not use threads per socket, can be applied to DTLS. Known bug: Occasionally a timeout error occurs when connecting to RFCOMM. BLE is not supported yet. I need help to do it. Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -142,7 +142,7 @@ char* SensorNetAddress::sprint(char* buf)
|
||||
In Gateway version 1.0
|
||||
|
||||
getDescpription( ) is used by Gateway::initialize( )
|
||||
initialize( ) is used by ClientSendTask::initialize( )
|
||||
initialize( ) is used by Gateway::initialize( )
|
||||
getSenderAddress( ) is used by ClientRecvTask::run( )
|
||||
broadcast( ) is used by MQTTSNPacket::broadcast( )
|
||||
unicast( ) is used by MQTTSNPacket::unicast( )
|
||||
|
||||
Reference in New Issue
Block a user