Skip to content

Commit

Permalink
Add Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent 7f8b80f commit 9bc5e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ FogFlow にオペレータを登録するには、次の手順が必要です。
に送信して、"Vehicle" センサ・エンティティを作成することです。このエンティティを作成すると、FogFlow は自動的に
フォグ・ファンクションを起動します。

#### :one: リクエスト
#### 1️⃣ リクエスト

```console
curl --location --request POST '<Fogflow_Broker_IP>:8070/ngsi-ld/v1/entities/' \
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ details as shown and at last click on submit.

![](https://fiware.github.io/tutorials.Edge-Computing/img/operator_creation.png)

> **Note :**
>
> [!NOTE]
> User can add parameters to operator. To define the port for the operator application, use "service_port" and give a
> valid port number as its value. The application would be accessible to the outer world through this port.
Expand Down Expand Up @@ -363,7 +362,7 @@ The defined "OverSpeed_Vehicle" fog function is triggered only when its required
The way to trigger the fog function is to send an NGSI-LD entity update in the form of a POST request to the FogFlow
broker to create the "Vehicle" sensor entity. With creation of this entity, Fogflow automatically launches fogfunction.

#### :one: Request
#### 1️⃣ Request

```console
curl --location --request POST '<Fogflow_Broker_IP>:8070/ngsi-ld/v1/entities/' \
Expand Down

0 comments on commit 9bc5e1c

Please sign in to comment.