Skip to content

Commit

Permalink
Merge pull request #1 from pgangula-src/patch-2
Browse files Browse the repository at this point in the history
Changes in README.md
  • Loading branch information
vivekpandey02 authored Jan 15, 2024
2 parents 8f421f5 + 25b2a9a commit 683bee4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ of an Eclipse Hono instance as shown in the diagram below.
Influx DB.


# Using Zenoh Router to send Vehicle Data to rest of the world

The integration of Eclipse Zenoh into the FMS blueprint will be realized in two steps:
# Using Zenoh Router to geographically distribute the vehicle data

The integration of Eclipse Zenoh into the FMS blueprint is planned to be realized in two steps:

**Step 1: Extend FMS Forwarder to publish data in Zenoh and configure Zenoh Router to also receive data over MQTT**

Expand All @@ -115,7 +114,7 @@ The integration of Eclipse Zenoh into the FMS blueprint will be realized in two

- Implement the necessary changes in Zenoh Router using Zenoh Flow to create components that publish / consume data into influxdb.

At present, step 1 has been concluded, and we are actively advancing with the ongoing work on step 2.
Currently, step 1 has been implemented, and we now provide the instructions on how you can test the communication using Zenoh, and we are actively advancing with the ongoing work on step 2.

<img src="img/architecture-zenoh.drawio.png">

Expand All @@ -131,7 +130,7 @@ At present, step 1 has been concluded, and we are actively advancing with the on
docker compose -f ./fms-blueprint-compose.yaml -f ./fms-blueprint-compose-zenoh.yaml up --detach
```


Here you find the [Zenoh based Python Subscriber](https://github.com/vivekpandey02/fms-zenoh-test-subscriber) application to validate the data transmissted by FMS Fowarder.

# Manual configuration

Expand Down

0 comments on commit 683bee4

Please sign in to comment.