mirror of
https://gitee.com/quecpython/helios-service.git
synced 2025-05-19 14:18:23 +08:00
33 lines
340 B
Markdown
33 lines
340 B
Markdown
# 支持BC25模块的 Helios Service框架
|
|
|
|
|
|
|
|
## 支持功能service
|
|
|
|
- 目前只支持 LogService
|
|
- 规划中支持 NetService -> 规划中
|
|
|
|
|
|
|
|
## 其他功能
|
|
|
|
- 支持sys_bus
|
|
- 支持文件读取
|
|
- 支持线程监控等
|
|
|
|
|
|
|
|
## 使用方式
|
|
|
|
|
|
|
|
```python
|
|
from usr.guard import GuardContext
|
|
|
|
context = GuardContext()
|
|
context.refresh()
|
|
```
|
|
|
|
|
|
|