提交 17d5e611 authored 作者: Serhij S's avatar Serhij S

README.md

上级 ad4c77ba
...@@ -154,6 +154,32 @@ Currently supported: ...@@ -154,6 +154,32 @@ Currently supported:
* [IEC 60870-5](https://crates.io/crates/roboplc-io-iec60870-5) client, * [IEC 60870-5](https://crates.io/crates/roboplc-io-iec60870-5) client,
requires a license for commercial use requires a license for commercial use
## Related crates
RoboPLC project provides additional crates, which can be used both with RoboPLC
and separately:
* [RTSC](https://crates.io/crates/rtsc) - Real-Time Safe Components, a set of
real-time safe data synchronization components
* [atomic-timer](https://crates.io/crates/atomic-timer) - an atomic timer
component for typical automation tasks
* [rpdo](https://crates.io/crates/rpdo) - RoboPLC Data Objects protocol for
data synchronization between processes and devices
* [metrics-exporter-scope](https://crates.io/crates/metrics-exporter-scope) -
an oscilloscope-like exporter for [metrics](https://crates.io/crates/metrics)
eco-system
* [heartbeat-watchdog](https://crates.io/crates/heartbeat-watchdog) - heartbeat
and watchdog components for mission-critical systems monitoring
* [rvideo](https://crates.io/crates/rvideo) - video stream debugging
* [rflow](https://crates.io/crates/rflow) - allows quickly create chat-like
diagnostic interfaces for headless programs
## Locking safety ## Locking safety
Note: the asynchronous components use `parking_lot_rt` locking only. Note: the asynchronous components use `parking_lot_rt` locking only.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论