diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-07 13:50:57 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-07 15:09:39 +0200 |
commit | 97af3b2fcfa46c6f0d9c010e935e9203b444bcd8 (patch) | |
tree | 75f85fe972817237ecded3ddb28821f2246b6373 /README.md | |
parent | 9a623bfc32a56aa4142fdeacede57b98991edc4f (diff) |
Added protobuf-c + example.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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`. |