Sen descrición

lijian f3b5fda01c fix bug hai 4 semanas
docs f2d398323b feat: mysql driver update to v1.6 %!s(int64=4) %!d(string=hai) anos
pkg f3b5fda01c fix bug hai 4 semanas
services 0878c886ae add log hai 1 mes
tests 48c2e0e9f9 依赖更新为 go mod hai 1 ano
tools b5426086ab 支持event 转发,优化http节点 %!s(int64=3) %!d(string=hai) anos
vendor d78a52e6b2 更新otto hai 4 meses
.DS_Store e2d248f8d5 update vendor hai 1 ano
.gitignore 6c7255c248 修复在线状态 #2 %!s(int64=2) %!d(string=hai) anos
README.md 5ddc5fce5c 更新httpaccess文档 %!s(int64=3) %!d(string=hai) anos
UPDATE.md f53b406655 add UPDATE.md hai 1 ano
go.mod d78a52e6b2 更新otto hai 4 meses
go.sum d78a52e6b2 更新otto hai 4 meses
install.sh 164335620a 修改脚本 hai 1 ano
install_development.sh 310dbd33a7 chore: install_development.sh %!s(int64=4) %!d(string=hai) anos
install_production.sh a95025c69d fix comment %!s(int64=3) %!d(string=hai) anos
killall.sh f64fc39b0f chore: add killall.sh %!s(int64=4) %!d(string=hai) anos
killall_win.sh 8448bf4dd7 chore: add killall script in windows %!s(int64=4) %!d(string=hai) anos
publish.sh f7ab84a96d api服务跨域 %!s(int64=6) %!d(string=hai) anos
run.sh 281f04c430 更新规则链配置 %!s(int64=2) %!d(string=hai) anos
run_development_win.sh 9ffef32d63 chore: fix run_development_win.sh set external argument %!s(int64=4) %!d(string=hai) anos
run_production.sh c5dba6f25d update sh %!s(int64=2) %!d(string=hai) anos

README.md

knowocloud 开物云开放平台

云平台采用微服务架构,除系统依赖的Mysql, MongoDB等开源服务组件,平台自身通过以下几个服务组成.

  • registry: 维护平台全局配置和信息的服务 文档说明
  • devicemanager: 设备信息与状态维护服务 文档说明
  • controller: 和设备进行信息交互的路由服务 文档说明
  • apiprovider: 为应用提供REST接口 文档说明
  • httpaccess: 设备Http API接入服务,实现设备登陆,注册,认证等逻辑 文档说明
  • mqttaccess: MQTT接入服务 文档说明
  • knowoapi: 开放平台管理中心api接口服务 文档说明
  • fileaccess: 静态文件服务器 文档说明
  • coapaccess: CoAP接入服务文档说明

开发编译

./install.sh

编译好的二进制文件在$GOAPTH/bin目录下,可以查看该目录确认是否编译成功。

运行

./run.sh

开发计划:

1.实现规则引擎获取租户、规则链、规则节点相关的数据.

2.实现actor的生命周期消息事件支持。