Skip to content

Commit d0be6de

Browse files
2 parents 68d21d0 + 5e1e4f8 commit d0be6de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ monitor.add_range_bar("X.torque", min_val=0, max_val=500)
101101
monitor.add_log("X.status", timestamp=True)
102102
```
103103

104+
### Example: Socket Based Remote Monitor
105+
106+
The SocketManager class can be used to push data to a socket that can be fed to a service such as an HTML page.
107+
See the file [html_monitor_example.py](https://github.com/davidson-engineering/remote-app-monitor/blob/f40e98c6b4bc729f2f2e2dbddc4e4c305bfd0a42/html_monitor_example.py)
108+
<img width="863" alt="image" src="https://github.com/user-attachments/assets/25d4d863-92a9-4207-bdc9-0849cbb3f10c">
109+
104110
## Customization
105111

106112
Each monitor element can be customized with parameters during initialization:

0 commit comments

Comments
 (0)