外围服务模块

InfluxDB、通知推送、图像网络服务、Web Hub 与 XSUB/XPUB 代理等外围服务。

服务列表

模块功能
influxdbInfluxDB 客户端封装:硬件状态写入(data2db)与历史查询(query_data),可作 RPC 服务
notifications通知推送:配置服务、push_message 推送、post_to_mattermost 兼容入口
image_network_server图像网络服务:把各图像流最新帧刷到 Web figure
webhubWeb 远程控制平台的服务器入口(quatm.web,自 configfile Servers 段取 host/port)
xsub_xpubXSUB/XPUB 转发服务器(run_server
experiment_status实验状态监控 / 预警通知
propertylogger / datalogger / imagelogger属性树落盘与活跃数据/图像流监视(见配置系统

用法

from quatm.servers.notifications import push_message

push_message("实验完成")   # 经已启用的推送服务发出(绝不抛异常)