From 97af3b2fcfa46c6f0d9c010e935e9203b444bcd8 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 7 Sep 2022 13:50:57 +0200 Subject: Added protobuf-c + example. Signed-off-by: Toni Uhlig --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index da8c953..29cb1e8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ make DPP_ROOT="[path-to-mingw-w64-dpp-template-dir]" DESTDIR="[path-to-install-d The directory `[path-to-install-dir]` should now contain three new files: - * `driver.bat`: setup the driver service, start it, stop it when it's done and delete it + * `driver.bat` / `driver-protobuf-c.bat`: setup the driver service, start it, stop it when it's done and delete it * `driver.sys`: example driver that uses kernel sockets * `userspace_client.exe`: example userspace application which communicates with the driver via TCP socket + * `driver-protobuf-c.sys`: example driver that make use of protobuf-c (local, no TCP/IP) Start `driver.bat` as `Administrator` and then `userspace_client.exe`. -- cgit v1.2.3