
物联网
Houzhyan
What is insistence? That is,day after day,you tell yourself to go on for another day.
展开
-
arduino + esp8266 + websocket-client程序实例
/* * WebSocketClient.ino * * Created on: 24.05.2015 * */#include <Arduino.h>//步进电机库#include <AccelStepper.h>#include <MultiStepper.h>#include <ESP8266WiFi.h>#in...原创 2020-01-20 15:22:31 · 5129 阅读 · 6 评论 -
python socket模块
原链接:https://blog.youkuaiyun.com/qq_42081843/article/details/83154001#Python__socket__1Python socket 模块简介Python 两个基本的 socket 模块。 Socket 类型 套接字格式 socket.AF_UNIX socket.AF_INET socket.A...转载 2019-06-20 15:44:17 · 2539 阅读 · 0 评论 -
nodemcu各个模块 以及中文说明
image.png来看一下每个模块都是干什么的:官方固件下载: https://nodemcu-build.com/(机翻简单校对, 有些模块我也不太懂)中文说明https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_cn(转自http://blog.youkuaiyun.com/dustintime/articl...转载 2019-06-21 01:10:38 · 6544 阅读 · 0 评论 -
GatewayWorker入门-启动与停止
启动与停止注意Workerman启动停止等命令都是在命令行中完成的。要启动Workerman,首先需要有一个启动入口文件,里面定义了服务监听的端口及协议。这里以workerman-chat为例,它的启动入口为start.php。启动以debug(调试)方式启动php start.php start以daemon(守护进程)方式启动php start.php star...转载 2019-09-10 20:59:52 · 3577 阅读 · 0 评论