Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"updated": "2026-07-11",
"updated": "2026-07-19",
"components": [
{
"name": "opcua-adapter",
Expand Down Expand Up @@ -38,6 +38,18 @@
"library": "edgecommons",
"topics": ["edgecommons", "aws-iot-greengrass", "iiot", "camera", "onvif", "rtsp", "genicam", "edgecommons-adapter"]
},
{
"name": "ethernet-ip-adapter",
"repo": "edgecommons/ethernet-ip-adapter",
"language": "RUST",
"category": "adapter",
"protocol": "EtherNet/IP (Allen-Bradley CIP; explicit polling + class-1 implicit I/O)",
"description": "Rust reference southbound EtherNet/IP adapter on an owned, memory-safe pure-Rust EtherNet/IP + CIP stack. Polls Allen-Bradley Logix tags (CIP explicit messaging) and consumes class-1 implicit I/O assemblies, republishing as SouthboundSignalUpdate; serves read/write/status/pause/resume/browse commands and emits southbound_health plus the EtherNetIp* operational metrics.",
"status": "experimental",
"platforms": ["GREENGRASS", "HOST", "KUBERNETES"],
"library": "edgecommons",
"topics": ["edgecommons", "aws-iot-greengrass", "iiot", "ethernet-ip", "cip", "edgecommons-adapter"]
},
{
"name": "telemetry-processor",
"repo": "edgecommons/telemetry-processor",
Expand Down
Loading