commit 591cf4b4c8bd77f2574fc1287f68b64b2213c9a4 Author: HwangKC Date: Fri May 24 11:33:05 2024 +0800 readme diff --git a/applications/readme.md b/applications/readme.md new file mode 100644 index 0000000..621fc6c --- /dev/null +++ b/applications/readme.md @@ -0,0 +1,18 @@ +##这里是ems设备上使用的工程项目 +=== +# ems_beehub +用于收集ems的id信息,包括client和server端 + +# ems_datahub +用于收集ems上采集到设备数据,存储在数据库中,在本地配置工具中展示 + +#webConfigure +本地的配置工具,用于配置ems参数和现场数据展示,确认设备工作正常,做为web形式的上位机 +使用boa做为web server,cgicc库做cgi接口,html做网页页面 + +#library +EMS项目中使用到的自开发的公共模块 + +#database +数据库文件,使用sqlite3做为数据存储 +