{"id":16990512,"url":"https://github.com/smdn/smdn.net.skstackip","last_synced_at":"2025-04-15T14:46:42.410Z","repository":{"id":173956069,"uuid":"386870743","full_name":"smdn/Smdn.Net.SkStackIP","owner":"smdn","description":".NET library for Skyley Networks' SKSTACK IP","archived":false,"fork":false,"pushed_at":"2025-01-30T10:18:57.000Z","size":696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T21:22:24.093Z","etag":null,"topics":["b-route","bp35a1","csharp","dotnet","route-b","skstack","skstack-ip","smartmeter"],"latest_commit_sha":null,"homepage":"","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/smdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"smdn","custom":["https://www.amazon.jp/hz/wishlist/ls/1K0WOH22FCL6W?ref_=wl_share\u0026filter=all\u0026sort=priority"]}},"created_at":"2021-07-17T07:36:48.000Z","updated_at":"2025-01-30T10:19:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fd34c14-0497-46f3-ae28-58195f524bbd","html_url":"https://github.com/smdn/Smdn.Net.SkStackIP","commit_stats":null,"previous_names":["smdn/smdn.net.skstackip"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smdn%2FSmdn.Net.SkStackIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smdn%2FSmdn.Net.SkStackIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smdn%2FSmdn.Net.SkStackIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smdn%2FSmdn.Net.SkStackIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smdn","download_url":"https://codeload.github.com/smdn/Smdn.Net.SkStackIP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249093993,"owners_count":21211805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["b-route","bp35a1","csharp","dotnet","route-b","skstack","skstack-ip","smartmeter"],"created_at":"2024-10-14T03:10:23.918Z","updated_at":"2025-04-15T14:46:42.391Z","avatar_url":"https://github.com/smdn.png","language":"C#","funding_links":["https://github.com/sponsors/smdn","https://www.amazon.jp/hz/wishlist/ls/1K0WOH22FCL6W?ref_=wl_share\u0026filter=all\u0026sort=priority"],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/github/license/smdn/Smdn.Net.SkStackIP)](https://github.com/smdn/Smdn.Net.SkStackIP/blob/main/LICENSE.txt)\n[![tests/main](https://img.shields.io/github/actions/workflow/status/smdn/Smdn.Net.SkStackIP/test.yml?branch=main\u0026label=tests%2Fmain)](https://github.com/smdn/Smdn.Net.SkStackIP/actions/workflows/test.yml)\n[![CodeQL](https://github.com/smdn/Smdn.Net.SkStackIP/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/smdn/Smdn.Net.SkStackIP/actions/workflows/codeql-analysis.yml)\n\nThis repository provides a .NET client library for [Skyley Networks](https://www.skyley.com/)' [SKSTACK IP](https://www.skyley.com/wiki/?SKSTACK+IP+for+HAN).\n\n\u003e [!IMPORTANT]\n\u003e This project and .NET implementation published in this project are not affiliated with Skyley Networks. [An official Java implementation](https://github.com/SkyleyNetworks/SKSTACK_API) is available from Skyley Networks' repository.\n\n\n\n# Smdn.Net.SkStackIP\n[![NuGet](https://img.shields.io/nuget/v/Smdn.Net.SkStackIP.svg)](https://www.nuget.org/packages/Smdn.Net.SkStackIP/)\n\n[Smdn.Net.SkStackIP](./src/Smdn.Net.SkStackIP) is a .NET library that provides APIs for operating devices that implement Skyley Networks' SKSTACK IP.\n\nThis library supports to use any `Stream` or `PipeReader`/`PipeWriter` as the communication channel for the SKSTACK IP protocol, so it has the ability to communicate with devices that use other than serial ports, e.g., pseudo devices.\n\n\n\n# Smdn.Devices.BP35XX\n[![NuGet](https://img.shields.io/nuget/v/Smdn.Devices.BP35XX.svg)](https://www.nuget.org/packages/Smdn.Devices.BP35XX/)\n\n[Smdn.Devices.BP35XX](./src/Smdn.Devices.BP35XX) is a .NET library for operating [ROHM BP35A1](https://www.rohm.co.jp/products/wireless-communication/specified-low-power-radio-modules/bp35a1-product) and other [ROHM Wi-SUN modules](https://www.rohm.co.jp/products/wireless-communication/specified-low-power-radio-modules) using the SKSTACK IP.\n\n\u003e [!NOTE]\n\u003e Currently this library only support the BP35A1, but I would like to add support for other devices. If you would like to add other devices, please contact me.\n\n\n\n# Project status\nThe library implementation and API is almost stable.\n\nDocumentation and examples of use are incomplete. If you have any questions, please ask through [Discussions](https://github.com/smdn/Smdn.Net.SkStackIP/discussions) or [Issues](https://github.com/smdn/Smdn.Net.SkStackIP/issues/).\n\n# For contributers\nContributions are appreciated!\n\nIf there's a feature you would like to add or a bug you would like to fix, please read [Contribution guidelines](./CONTRIBUTING.md) and create an Issue or Pull Request.\n\nIssueやPull Requestを送る際は、[Contribution guidelines](./CONTRIBUTING.md)をご覧頂ください。　可能なら英語が望ましいですが、日本語で構いません。\n\n# Related project\n[smdn/Smdn.Net.EchonetLite](https://github.com/smdn/Smdn.Net.EchonetLite): This project is to implement [ECHONET Lite](https://echonet.jp/english/) and its related standards/specifications with .NET, also providing an implementation for **Route B** using SKSTACK IP. The major goal is to implement the functionalities to access smart energy meters via the Route B.\n\n\n# Notice\n\u003c!-- #pragma section-start NupkgReadmeFile_Notice --\u003e\n## License\nThis project is licensed under the terms of the [MIT License](./LICENSE.txt).\n\n## Disclaimer\n(An English translation for the reference follows the text written in Japanese.)\n\n本プロジェクトは、Skyley Networks、およびSKSTACK IPを搭載する製品の製造元・供給元・販売元とは無関係の、非公式なものです。\n\nThis is an unofficial project that has no affiliation with Skyley Networks and the manufacturers/vendors/suppliers of the products that equipped with SKSTACK IP.\n\n## Third-Party Notices\nSee [ThirdPartyNotices.md](./ThirdPartyNotices.md) for detail.\n\u003c!-- #pragma section-end NupkgReadmeFile_Notice --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmdn%2Fsmdn.net.skstackip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmdn%2Fsmdn.net.skstackip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmdn%2Fsmdn.net.skstackip/lists"}