GithubHelp home page GithubHelp logo

mqtt's Introduction

MQTT

开发说明

TODO

  1. 熟悉各个云平台的基本功能
  2. 理解MQTT,为什么用订阅模式,为什么省电,存在什么问题。怎么区分client的身份,能否假冒消息。

项目说明

  1. 目录结构:
$tree -L 1
.
├── README.md
├── apps                 # 各个云平台的基本功能的完整Demo
├── cloud-api-demo       # 云平台的Notebook文档和代码段
├── python-linkkit-examples     #Aliyun Python预注册和免注册代码
└── requirements.txt

  1. Python版本3.9 or 3.10 如果使用linkkit需要使用Python3.8 建议用PyCharm开发,notebook可在浏览器中开发,这里我们使用的jupter lab,为了兼容notebook所以indent都用space(4)。
    在notebook上开发各平台的API demo,好处是能添加注释以及在文档中保留代码运行结果。
pip3 install -r requirements.txt  

jupyter lab
# 然后在浏览器打开 jupyter的url,例如:http://127.0.0.1:8888/?token=xxx

mqtt's People

Contributors

hduzq avatar fripside avatar

Stargazers

 avatar

Watchers

 avatar amy_zhang avatar  avatar

Forkers

zhiyang12345

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.