33 lines
340 B
Markdown
Raw Normal View History

2022-03-23 19:36:06 +08:00
# 支持BC25模块的 Helios Service框架
## 支持功能service
- 目前只支持 LogService
- 规划中支持 NetService -> 规划中
## 其他功能
- 支持sys_bus
- 支持文件读取
- 支持线程监控等
## 使用方式
```python
from usr.guard import GuardContext
context = GuardContext()
context.refresh()
```