aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-07 13:50:57 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-07 15:09:39 +0200
commit97af3b2fcfa46c6f0d9c010e935e9203b444bcd8 (patch)
tree75f85fe972817237ecded3ddb28821f2246b6373 /README.md
parent9a623bfc32a56aa4142fdeacede57b98991edc4f (diff)
Added protobuf-c + example.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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`.