1 Star 0 Fork 1

lxw/paho.mqtt.java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start-broker.bat 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Dylag 提交于 2018-06-23 12:20 . Minor fix in start-broker.bat
@echo off
rem Simplified Windows version of start-broker.sh
rem Moquitto broker not supported, only Python Interopability Broker
echo "Installing and starting Python Interop Broker."
if not exist "paho.mqtt.testing" (
git clone https://github.com/eclipse/paho.mqtt.testing.git
)
copy "java_client_testing.conf" "paho.mqtt.testing/interoperability/java_client_testing.conf" /y
cd paho.mqtt.testing/interoperability
start python3 startbroker.py -c java_client_testing.conf
cd ../..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxw46/paho.mqtt.java.git
git@gitee.com:lxw46/paho.mqtt.java.git
lxw46
paho.mqtt.java
paho.mqtt.java
master

搜索帮助