cd /news/developer-tools/show-hn-i-built-a-middleware-agent-t… · home topics developer-tools article
[ARTICLE · art-35045] src=limenedge.com ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Show HN: I built a middleware agent that turns PLC data into REST/gRPC APIs

A developer built Limen Edge, a middleware agent that converts PLC data from protocols like Modbus TCP, OPC UA, and EtherNet/IP into REST and gRPC APIs, aiming to simplify industrial data access for web and AI applications. The tool is CLI-based, written in Go, runs on low-power hardware like Raspberry Pi, and is available via a single curl command with no signup required.

read1 min views1 publishedJun 20, 2026

When I was exploring automation I noticed a lot of engineers working with modern stacks facing a critical issue when trying to collect data from industrial tools. because industrial tools often come with different protocols(Modbus, OPC UA, etc) in each project developers have to build their own program layer to convert those into modern interfaces like REST and gRPC APIs. Even though few software solutions exist most are tightly bundled with expensive license and come with heavy GUIs. this isn't practical if you just want to grab data for web application or AI systems.

So I built a tool called Limen Edge, which converts data coming from different PLC protocols into REST and gRPC APIs. Currently it supports Modbus TCP, OPC UA and EtherNet/IP only. I went with a fully CLI approach instead of a GUI because it's more efficient and fast to work with. I used Go as a primary language to build this tool, which made it easy to keep the binary total size around 40MB, and also it can run on low-power hardware like a Raspberry Pi as well.

You can try it with a single curl command, no signup required!

Happy to answer questions about the implementation or the protocol support.

Comments URL: [https://news.ycombinator.com/item?id=48611741](https://news.ycombinator.com/item?id=48611741)

Points: 1

── more in #developer-tools 4 stories · sorted by recency
── more on @limen edge 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-i-built-a-mi…] indexed:0 read:1min 2026-06-20 ·