iec61850bean
iec61850bean copied to clipboard
Feat: add bacth read support
Hey, I've added a batch read request called getDataValueList in this PR. This request returns an error map, where the key represents the node that failed to read, and the value provides the failure message. I manually set a maximum limit for batch reads, which is set to 1000 by default. In my tests, this value never exceeded maxPduSize. With this batch read request, my program is functioning smoothly, and I haven't detected any potential risks associated with this method. Looking forward to your response. Thank you.