{"id":37045451,"url":"https://github.com/gemstone/phasor-protocols","last_synced_at":"2026-01-14T05:15:11.887Z","repository":{"id":174092924,"uuid":"651761080","full_name":"gemstone/phasor-protocols","owner":"gemstone","description":"Gemstone Phasor Protocols Library","archived":false,"fork":false,"pushed_at":"2025-12-16T20:49:23.000Z","size":58357,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-19T13:55:50.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gemstone.github.io/phasor-protocols/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemstone.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-10T02:45:54.000Z","updated_at":"2025-12-06T08:55:13.000Z","dependencies_parsed_at":"2025-12-09T22:06:55.778Z","dependency_job_id":null,"html_url":"https://github.com/gemstone/phasor-protocols","commit_stats":null,"previous_names":["gemstone/phasor-protocols"],"tags_count":59,"template":false,"template_full_name":"gemstone/gemtem","purl":"pkg:github/gemstone/phasor-protocols","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fphasor-protocols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fphasor-protocols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fphasor-protocols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fphasor-protocols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemstone","download_url":"https://codeload.github.com/gemstone/phasor-protocols/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemstone%2Fphasor-protocols/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T05:15:11.051Z","updated_at":"2026-01-14T05:15:11.874Z","avatar_url":"https://github.com/gemstone.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"img/gemstone-wide-600.png\" alt=\"gemstone logo\"\u003e\n\n\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\n\n# PhasorProtocols\n### GPA Gemstone Library\n\nThe Gemstone PhasorProtocols Library organizes all Gemstone functionality related to synchrophasor protocols, e.g., IEEE C37.118.\n\n[![GitHub license](https://img.shields.io/github/license/gemstone/phasor-protocols?color=4CC61E)](https://github.com/gemstone/phasor-protocols/blob/master/LICENSE)\n[![Build status](https://ci.appveyor.com/api/projects/status/u6qs98vlw8abidrv?svg=true)](https://ci.appveyor.com/project/ritchiecarroll/phasor-protocols)\n![CodeQL](https://github.com/gemstone/phasor-protocols/workflows/CodeQL/badge.svg)\n[![NuGet](https://img.shields.io/nuget/vpre/Gemstone.PhasorProtocols)](https://www.nuget.org/packages/Gemstone.PhasorProtocols#readme-body-tab)\n\nThis library includes helpful phasor protocol classes like the following:\n\n* [MultiProtocolFrameParser](https://gemstone.github.io/phasor-protocols/help/html/T_Gemstone_PhasorProtocols_MultiProtocolFrameParser.htm):\n  * Represents a protocol independent frame parser that takes all protocol frame parsing implementations and reduces them to a single simple-to-use class exposing all data through abstract interfaces (e.g., IConfigurationFrame, IDataFrame, etc.) and also implements a variety of transport options (e.g., TCP, UDP, Serial, etc.), hides the complexities of this connectivity and internally pushes all data received from the selected transport protocol to the selected phasor parsing protocol. Supported protocols include:\n    * [IEEE C37.118 (Draft 6/2005/2011)](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEEEC37_118.htm)\n    * [IEC 61850-90-5-2005](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEC61850_90_5.htm)\n    * [IEEE 1344-1995](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEEE1344.htm)\n    * [BPA PDCstream](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_BPAPDCstream.htm)\n    * [UTK F-NET](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_FNET.htm)\n    * [SEL Fast Message](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_SelFastMessage.htm)\n    * [Macrodyne PMU](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_Macrodyne.htm)\n    * [Anonymous](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_Anonymous.htm)\n\nAmong others.\n\n### Documentation\n[Full Library Documentation](https://gemstone.github.io/phasor-protocols/help)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemstone%2Fphasor-protocols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemstone%2Fphasor-protocols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemstone%2Fphasor-protocols/lists"}