Supergrover
Supergrover
I'm interested in this too. Have you already worked on this? If not, I forked your repository and am working on it right now.
That was pretty much what I had in mind. I will work out some stuff (still reading in on your code), and will come back on this.
@botonchou working on it now
Yes, please push. I will play around with it, although for consistency I think you should finish it
With limiting the number of dependencies in mind, I think it would be easier to conjure up a graph system ourselves. We don't need fancy-pantsy graph stuff, just simplicity and...
I like the way caffe solved this problem. They store network structures in google protobuf files. Free parser and a compact and clear format. Also, user customizable as hell. For...
@srebhan Great, I'll continue working on it and report back when I've got something working. What do you think would be the preferred way to configure the tag in this...
I've got something working in [https://github.com/supergrover/telegraf/tree/feature/opcua-browse](https://github.com/supergrover/telegraf/tree/feature/opcua-browse) I've added the `browse` flag for identifiers which need to be browsed as suggested. The format for the identifier is now closer to OPC...
@srebhan see #15064
I printed the data being fed into the network, it included my label. It is relatively easy to see when testing the XOR example I showed in issue #18.