From 2540101e8b838aaf7a60b912c392e85ec727820c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 11 Mar 2025 20:32:10 +0900 Subject: [PATCH] Update README.md Remove links to git.seodisparate.com as I no longer host a repository (and conan repository) there. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7488ee3..1738682 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # UDPConnection -[C++ conan package](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions) +Conan package is currently unavailable. However, building this with CMake should +be simple. Provides a network connection over UDP, with verification of packet support via libsodium (optional). Implemented in C++ (up to C++11 standard), but is @@ -79,7 +80,6 @@ UnitTest only builds in Debug mode. # Links https://github.com/Stephen-Seo/UDPConnection -https://git.seodisparate.com/stephenseo/UDPConnection # Other Notes @@ -87,10 +87,8 @@ Inspired by [a series of blog posts about networking for games.](https://gaffero ## Conan -conan packages of this library are [available here](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions). +There used to be a self-hosted conan repository for UDPConnection. It is +currently unavailable. The `conan` branch contains the necessary changes to publish this library as a conan package. Expect the `conan` branch to merge `master` in the future. - -An example project is [available here](https://git.seodisparate.com/stephenseo/UDPConnection/src/branch/conan/conan_usage_example) -to use this project with conan. -- 2.49.0