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

How to obtain the linux version required by libiec61850? #270

Open StarsNeverGiveUp opened 3 years ago

mzillgith commented 3 years ago

I don't get the question. Linux is not required for libiec61850.

StarsNeverGiveUp commented 3 years ago

I don't get the question. Linux is not required for libiec61850.

I see that “It can be used to implement IEC 61850 compliant client and server applications on embedded systems and PCs running Linux, Windows, and MacOS”.

If applications runs on Linux OS, I think maybe there are some limition in Linux OS, like version, or some features.

For exmple:

System Requirements The following operating systems are be supported by compiling GoAhead from source.

FreeBSD 1.X Linux 2.6 MAC OS X 10.9 and later VxWorks 6.X Windows 7 and later The following CPU architectures are supported: arm, mips, ppc, xscale, x86, x64, sparc. The software has also been ported to other operating systems.

This is GoAhead's document, I can get what operating systems and which version are supported.

My English is not good. So I hope you can get my idea from the example.

Saleem344 commented 3 years ago

I don't get the question. Linux is not required for libiec61850.

I see that “It can be used to implement IEC 61850 compliant client and server applications on embedded systems and PCs running Linux, Windows, and MacOS”.

If applications runs on Linux OS, I think maybe there are some limition in Linux OS, like version, or some features.

For exmple:

System Requirements The following operating systems are be supported by compiling GoAhead from source. FreeBSD 1.X Linux 2.6 MAC OS X 10.9 and later VxWorks 6.X Windows 7 and later The following CPU architectures are supported: arm, mips, ppc, xscale, x86, x64, sparc. The software has also been ported to other operating systems.

This is GoAhead's document, I can get what operating systems and which version are supported.

My English is not good. So I hope you can get my idea from the example.

Hi, As per my knowledge you can use this library any operating system where ever dotnet is supported, have a look using this library ( https://github.com/Saleem344/IEC61850-Client-API ) I have developed .netcore API app which I'm running on Linux.