mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
857 stars 459 forks source link

best practise of using client report and file service together #452

Open applea9 opened 1 year ago

applea9 commented 1 year ago

Hi,

I want to build a iec61850 client based on libiec61850, and in this project report and file service will be used together. File service will be called at a fixed interval to retrive files from IED and it's called in a separate thread.

Is there any issue doing in this way, especially with multithread?

Thanks for your reply.

nikunj1222 commented 1 year ago

@applea9 the limitation will depend on your client implementation hardware and the server response.

The server should be capable to handle this file service and reports management.

The Libiec61850 is capable of handling both file service and reports.