Compare commits
2 commits
c6b13de9f8
...
8c6940b5e9
Author | SHA1 | Date | |
---|---|---|---|
8c6940b5e9 | |||
c032492773 |
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# UDPConnection
|
# 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
|
Provides a network connection over UDP, with verification of packet support via
|
||||||
libsodium (optional). Implemented in C++ (up to C++11 standard), but is
|
libsodium (optional). Implemented in C++ (up to C++11 standard), but is
|
||||||
available via a C api, which should facilitate creating bindings for other
|
available via a C api, which should facilitate creating bindings for other
|
||||||
|
@ -82,3 +84,10 @@ https://git.seodisparate.com/stephenseo/UDPConnection
|
||||||
# Other Notes
|
# Other Notes
|
||||||
|
|
||||||
Inspired by [a series of blog posts about networking for games.](https://gafferongames.com/categories/game-networking/)
|
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.
|
||||||
|
|
Loading…
Reference in a new issue