Skip to content

Commit 7ea2f51

Browse files
authored
Merge pull request #32 from MaximilianToe/update_readme
Update README
2 parents 2479449 + c0df397 commit 7ea2f51

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# up-zenoh-example-cpp
2-
C++ Example application and service that utilizes up-client-zenoh-cpp
2+
C++ Example application and service that utilizes up-transport-zenoh-cpp
33

44
## Getting Started
55
### Requirements:
@@ -11,9 +11,9 @@ C++ Example application and service that utilizes up-client-zenoh-cpp
1111

1212
Use the up-conan-recipes repo and compile the following recipes:
1313
```
14-
$ conan create --version 1.6.0 --build=missing up-core-api/developer
15-
$ conan create --version 1.0.1-rc1 --build=missing up-cpp/developer
16-
$ conan create --version 1.0.0-dev --build=missing up-transport-socket-cpp/developer
14+
$ conan create --version 1.6.0-alpha4 --build=missing up-core-api/release
15+
$ conan create --version 1.0.1-dev --build=missing up-cpp/developer
16+
$ conan create --version 1.0.0-dev --build=missing up-transport-zenoh-cpp/developer
1717
```
1818

1919
## How to Build
@@ -33,3 +33,12 @@ $ cmake --preset conan-debug
3333
$ cd build/Debug
3434
$ cmake --build . -- -j
3535
```
36+
37+
## Usage
38+
After completing the project build, the build artifacts can generally be found in the `build/Release/bin` directory within your workspace.
39+
You can run the example using the supplied configuration file located in the `/resources` directory.For instance, to run the RPC example, use the following commands:
40+
41+
```bash
42+
$ ./rpc_server <path/to/config>
43+
$ ./rpc_client <path/to/config>
44+
```

0 commit comments

Comments
 (0)