{"id":23578147,"url":"https://github.com/lalitadithya/simplenetworking","last_synced_at":"2025-09-22T03:24:21.194Z","repository":{"id":132676967,"uuid":"251305127","full_name":"lalitadithya/SimpleNetworking","owner":"lalitadithya","description":"Simple networking an easy to use networking library for .NET Core that guarantees exactly-once, in-order delivery of .NET objects while surviving network partitions. The library includes support for TLS 1.2, TLS 1.3 and mutual TLS 1.2/1.3.","archived":false,"fork":false,"pushed_at":"2022-12-08T10:02:51.000Z","size":152,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T05:59:21.256Z","etag":null,"topics":["crossplatform","csharp","dotnet","dotnet-core","network","networking","tcp","tls"],"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/lalitadithya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-03-30T12:58:10.000Z","updated_at":"2022-08-26T07:27:38.000Z","dependencies_parsed_at":"2023-03-13T11:09:55.302Z","dependency_job_id":null,"html_url":"https://github.com/lalitadithya/SimpleNetworking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lalitadithya/SimpleNetworking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitadithya%2FSimpleNetworking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitadithya%2FSimpleNetworking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitadithya%2FSimpleNetworking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitadithya%2FSimpleNetworking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalitadithya","download_url":"https://codeload.github.com/lalitadithya/SimpleNetworking/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitadithya%2FSimpleNetworking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276339638,"owners_count":25625094,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"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":["crossplatform","csharp","dotnet","dotnet-core","network","networking","tcp","tls"],"created_at":"2024-12-26T22:36:57.894Z","updated_at":"2025-09-22T03:24:21.176Z","avatar_url":"https://github.com/lalitadithya.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Networking\n\n![Azure DevOps builds](https://img.shields.io/azure-devops/build/lalitadithya/3f21e28d-6bec-4451-adb0-3d3d4517ecc8/1)\n![Azure DevOps tests](https://img.shields.io/azure-devops/tests/lalitadithya/simplenetworking/1)\n![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/lalitadithya/simplenetworking/1)\n![GitHub](https://img.shields.io/github/license/lalitadithya/simplenetworking)\n![Nuget](https://img.shields.io/nuget/v/simplenetworking)\n[![Documentation Status](https://readthedocs.org/projects/simplenetworking/badge/?version=latest)](https://simplenetworking.readthedocs.io/en/latest/?badge=latest)\n\nSimple networking an easy to use networking library for .NET Core that guarantees exactly-once, in-order delivery of .NET objects while surviving network partitions. The library includes support for TLS 1.2, TLS 1.3 and mutual TLS 1.2/1.3. If you like SimpleNetworking, please consider starring the repository and spreading the word about SimpleNetworking. \n\n## Installing SimpleNetworking\n\nSimpleNetworking is available on [nuget](https://www.nuget.org/packages/SimpleNetworking/) and can be installed by running the following command in this Package Manager Console within Visual Studio\n\n```powershell\nInstall-Package SimpleNetworking -Version 0.1.1\n```\n\nAlternatively if you're using .NET Core then you can install SimpleNetworking via the command line interface with the following command:\n\n```powershell\ndotnet add package SimpleNetworking --version 0.1.1\n```\n\n## Documentation\nDocumentation can be found [here](https://simplenetworking.readthedocs.io/en/latest/)\n\n## Samples\n\nYou can find samples on how to use SimpleNetworking [here](https://github.com/lalitadithya/SimpleNetworking/tree/master/samples)\n\n## Contributing\nI am happy to receive Pull Requests for adding new features and/or solving bugs. If you are facing a problem using SimpleNetworking, feel free to write up an issue [here](https://github.com/lalitadithya/SimpleNetworking/issues/new). \n\n## License\n\nSimpleNetworking is available under [MIT License](https://github.com/lalitadithya/SimpleNetworking/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitadithya%2Fsimplenetworking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalitadithya%2Fsimplenetworking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitadithya%2Fsimplenetworking/lists"}