{"id":17012327,"url":"https://github.com/steveplays28/nularc","last_synced_at":"2026-02-23T12:53:13.869Z","repository":{"id":40803514,"uuid":"466276889","full_name":"Steveplays28/nularc","owner":"Steveplays28","description":"Packet-based, lightweight C# UDP networking library.","archived":false,"fork":false,"pushed_at":"2022-12-05T16:48:41.000Z","size":627,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T08:44:53.982Z","etag":null,"topics":["csharp","dotnet","library","multiplayer","networking","udp"],"latest_commit_sha":null,"homepage":"https://steveplays28.github.io/nularc","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Steveplays28.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}},"created_at":"2022-03-04T21:35:55.000Z","updated_at":"2024-01-02T07:11:53.000Z","dependencies_parsed_at":"2023-01-24T06:00:35.093Z","dependency_job_id":null,"html_url":"https://github.com/Steveplays28/nularc","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Steveplays28/nularc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnularc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnularc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnularc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnularc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Steveplays28","download_url":"https://codeload.github.com/Steveplays28/nularc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnularc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29743447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","library","multiplayer","networking","udp"],"created_at":"2024-10-14T06:10:22.393Z","updated_at":"2026-02-23T12:53:13.841Z","avatar_url":"https://github.com/Steveplays28.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-next-line first-line-heading --\u003e\n![Nularc icon](docs/img/icon_128x128.png)\n\n# Nularc\n\n[![GitHub](https://img.shields.io/github/license/Steveplays28/nexlib)](https://github.com/Steveplays28/nexlib/blob/main/LICENSE)\n![GitHub](https://img.shields.io/github/repo-size/Steveplays28/nexlib)\n[![GitHub](https://img.shields.io/github/forks/Steveplays28/nexlib)](https://github.com/Steveplays28/nexlib/network/members)\n[![GitHub](https://img.shields.io/github/issues/Steveplays28/nexlib)](https://github.com/Steveplays28/nexlib/issues)\n[![GitHub](https://img.shields.io/github/issues-pr/Steveplays28/nexlib)](https://github.com/Steveplays28/nexlib/pulls)\n\nPacket-based, lightweight C# UDP networking library.\n\n## Installation\n\n### NuGet\n\n#### Visual Studio\n\nInstall Nularc via the NuGet package manager UI built into Visual Studio.  \nFor more information, see the [Microsoft Documentation](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio).\n\n#### .NET CLI\n\n```bash\ndotnet add package Nularc\n```\n\nFor more information, see the [Microsoft Documentation](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli#add-the-newtonsoftjson-nuget-package).\n\n### DLL/manual install\n\nDownload the [latest release](https://github.com/Steveplays28/nularc/releases/latest), extract it into your project, and add the following to your `.csproj` file (inside the `\u003cProject\u003e` tag):\n\n```cs\n\u003cItemGroup\u003e\n  \u003cReference Include=\"Nularc\"\u003e\n    \u003cHintPath\u003ePATH\\TO\\Nularc\\Nularc.dll\u003c/HintPath\u003e\n  \u003c/Reference\u003e\n\u003c/ItemGroup\u003e\n```\n\n\u003e Make sure to change the path to the location of the dll!\n\n## Contributing\n\nIf you want to give a suggestion, or add/change something, feel free to [open an issue](https://github.com/Steveplays28/nularc/issues/new)/[create a pull request](https://github.com/Steveplays28/nularc/compare)!  \nPlease check if there isn't already an issue/pull request open.\n\n### Development environment\n\nRequirements:\n\n- [.NET 6 SDK](https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60)\n- [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/)\n\n```bash\ngit clone https://github.com/Steveplays28/nularc.git\ncd nularc\n\ndotnet build\n```\n\n### Documentation\n\nIf you want to edit the documentation, run the following commands to get a local, editable copy of the documentation up and running:\n\n```bash\ngit clone https://github.com/Steveplays28/nularc.git\ncd nularc\n\ndocsify serve ./docs\n```\n\nYou can now preview your changes to the documentation at [localhost:3000](http://localhost:3000).\n\n## License\n\nThis project is licensed under the LGPLv2.1 License, see the [LICENSE file](https://github.com/Steveplays28/nexlib/blob/main/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveplays28%2Fnularc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveplays28%2Fnularc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveplays28%2Fnularc/lists"}