Compare commits

..

2 commits

Author SHA1 Message Date
8c6940b5e9 Update README.md
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Run UnitTests / build-and-run-tests (push) Successful in 2m31s
2024-07-12 16:40:23 +09:00
c032492773 Add link to published conan package 2024-07-12 16:38:13 +09:00

View file

@ -1,5 +1,7 @@
# UDPConnection
[C++ conan package](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions)
Provides a network connection over UDP, with verification of packet support via
libsodium (optional). Implemented in C++ (up to C++11 standard), but is
available via a C api, which should facilitate creating bindings for other
@ -82,3 +84,10 @@ https://git.seodisparate.com/stephenseo/UDPConnection
# Other Notes
Inspired by [a series of blog posts about networking for games.](https://gafferongames.com/categories/game-networking/)
## Conan
conan packages of this library are [available here](https://git.seodisparate.com/stephenseo/-/packages/conan/udpc/versions).
The `conan` branch contains the necessary changes to publish this library as a
conan package. Expect the `conan` branch to rebase on `master` in the future.