GridProtectionAlliance / gsf

Grid Solutions Framework
https://gridprotectionalliance.org/NightlyBuilds/GridSolutionsFramework/Help/index.html
MIT License
161 stars 69 forks source link

QUESTION: MMS via OSI network protocols #63

Closed WargodHernandez closed 4 years ago

WargodHernandez commented 4 years ago

Hi I am looking for MMS communication over the original 1990 standards instead of over TCP/IP.

I had seen the MMS library provided in GSF.MMS and the GSF/Source/Dependencies/OSI

I believe this was the wrong connection to make as the OSI folder seems to be a support for OSIsoft PI Server rather than OSI network protocols. But I wanted to verify that there is no OSI network protocols supported in this library?

From: wikipedia - Manufacturing Message Specification image

ritchiecarroll commented 4 years ago

Currently we only have ASN1 and MMS wire protocols as assemblies, i.e., parser/generator. These tools were added to support IEC protocols, e.g., ICCP - but testing with the protocols mostly focused on TCP/IP wrapped implementations.

WargodHernandez commented 4 years ago

Thanks for your response, I figured that would be the answer, but wanted to make sure.

Excellent library by the way really well done!