可可 使用Swift 5编写的适用于iOS / macOS / tvOS的MQTT v3.1.1客户端库 建立 使用Xcode 11.1 / Swift 5.1进行构建 安装 可可豆 通过添加到Podfile中来使用安装: use_frameworks! # Add this if you are targeting iOS 8+ or using Swift pod 'CocoaMQTT' 然后,运行以下命令: $ pod install 迦太基 通过将以下行添加到Cartfile,使用安装: github "emqx/CocoaMQTT" "master" 然后,运行以下命令:
2021-05-07 17:41:17 159KB macos swift mqtt ios
1
mqtt单片机程序,程序是调通测试过的,可以连接到阿里云物联网服务器
2021-04-22 17:02:02 2KB mqtt stm32 物联网 源码
1
paho.mqtt.c-1.3.1 源码
2020-03-06 03:01:01 602KB MQTT 源码
1
MQTT(Message Queuing Telemetry Transport,消息队列遥测传输)是IBM开发的一个即时通讯协议,有可能成为物联网的重要组成部分。 附件包括mqtt源码实现,协议手册
2019-12-21 19:37:17 3.03MB mqtt source 手册
1