From: Stephen Seo Date: Mon, 13 Jan 2020 09:47:22 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.0~81 X-Git-Url: https://git.seodisparate.com/stephenseo/LD53?a=commitdiff_plain;h=76a7872e4a3d6facb93ac1b6e84977935d374a84;p=UDPConnection Update README.md --- diff --git a/README.md b/README.md index 1400d75..1a412ae 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ in the future. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=True .. make make DESTDIR=install_destination install + +## Usage + +The program in `src/test/UDPC_NetworkTest.c` is used for testing UDPConnection +and is also an example of using the library in a C program.