Skip to content
Snippets Groups Projects
Commit 998b7d69 authored by Francesco Pham's avatar Francesco Pham
Browse files

README: update readme


- replacing the eddie blueprint repo with the correct url on EF.
- eddie-server and eddie-client executable are no longer available

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 00a30c85
No related branches found
No related tags found
No related merge requests found
Pipeline #9169 passed
......@@ -36,11 +36,24 @@ See the `LICENSES` subdirectory.
See the `SECURITY.md` file.
## Build instructions
- If you want to run EDDIE on your local machine build the CMake project, then you can run the `eddie-server` and `eddie-client` binaries.
- If you want to run EDDIE on your local machine build the CMake project.
```console
$ mkdir build && cd build
$ cmake ..
$ make
```
- If you want to build the Oniro Blueprint for the EDDIE project, and run on an Oniro supported target: follow the instructions in the [EDDIE blueprint git repository](https://booting.oniroproject.org/distro/blueprints/eddie/meta-oniro-blueprints-eddie).
\ No newline at end of file
- Then you can find some binaries in the `build/linux/` subdirectory:
- `eddie-endpoint` is used to test the Eddie communication layer by
initializing an `EddieEndpoint` for the CoAP communication and resource
registration and discovery. In this executable
a resource directory discovery request is sent and if a one is not found, a new
resource directory is initialized. If `--example-res` flag is set, the node will
publish some example resources, and finally, the node will retrieve the available
resources in the resource directory. Run `eddie-endpoint --help` for more information.
- `eddie-virt-server` runs a `VirtualizationReceiver` which starts a DBus
server and initializes an `EddieEndpoint`.
- `eddie-virt-client` is an example of application side code that,
using `VirtualizationSender`, runs a DBus client to communicate with the
virtualization server side.
- If you want to build the Oniro Blueprint for the EDDIE project, and run on an Oniro supported target: follow the instructions in the [EDDIE blueprint git repository](https://gitlab.eclipse.org/eclipse/oniro-blueprints/meta-oniro-blueprints-eddie).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment