From 76a7872e4a3d6facb93ac1b6e84977935d374a84 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 13 Jan 2020 18:47:22 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.49.0