May
12
知识储备,目前公司使用了k3cloud,但接口提供的接口实在是有点少.所以在考虑是不是可以通用使用界面的接口.来完成功能.
但查看返回来的数据是这样的
H4sIAAAAAAAEAA3JOwrAIBAFwLu8egshkMJzpBOLNVmI4Cfomka8ezLtuAk+NdZSOAssuugRs9ShIDzcOHdYN/FyGv9vuzEEKRySXLDahhBu4RaE9W9jll80l/8ABPfqSlgAAAA=
但查看返回来的数据是这样的
H4sIAAAAAAAEAA3JOwrAIBAFwLu8egshkMJzpBOLNVmI4Cfomka8ezLtuAk+NdZSOAssuugRs9ShIDzcOHdYN/FyGv9vuzEEKRySXLDahhBu4RaE9W9jll80l/8ABPfqSlgAAAA=
Apr
22
Apr
16
Apr
2
centos已经被放弃了,所以尝试使用debain 为作服务器的母机系统.
目前的架构都是使用docker来运行具体的服务.所以安装docker成了第一步.
[code]
apt update
apt install apt-transport-https ca-certificates curl software-properties-common gnupg2
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
echo " deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable "> /etc/apt/sources.list.d/docker.list
apt update
apt install docker-ce
systemctl status docker.service
docker ps
docker container run hello-world
[code]
目前的架构都是使用docker来运行具体的服务.所以安装docker成了第一步.
[code]
apt update
apt install apt-transport-https ca-certificates curl software-properties-common gnupg2
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
echo " deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable "> /etc/apt/sources.list.d/docker.list
apt update
apt install docker-ce
systemctl status docker.service
docker ps
docker container run hello-world
[code]
Apr
2
最近公司在一个物联网项目,于是开始研究物联网的通信方案。目前的物联网通信方案:wifi,4G,5G,NB-IoT,Lora这几个方案中4G,NBIoT,Lora的模块基本上都是在35~60元之间。而wifi则便宜,10~20之间,而且 还有一个ESP的模块还可以作为主控板.