File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ports :
2- - name : Tutorial
3- description : Dummy IoT Sensors over HTTP
2+ - name : Tutorial App
3+ description : Web app displaying context data
44 port : 3000
55 onOpen : open-browser
6+ - name : Tutorial Devices
7+ description : Dummy IoT Sensors over HTTP
8+ port : 3001
9+ onOpen : ignore
610 - name : Keyrock
711 description : Identity Manager
812 port : 3005
@@ -11,11 +15,15 @@ ports:
1115 description : Context Broker
1216 port : 1026
1317 onOpen : notify
14- - name : IoT Agent
15- description : IoT Agent North Port
18+ - name : IoT Agent (North Port)
19+ description : NGSI data and device provisioning
1620 port : 4041
1721 onOpen : ignore
18- - name : Orion-Proxy
22+ - name : IoT Agent (South Port)
23+ description : Ultralight HTTP measures
24+ port : 7896
25+ onOpen : ignore
26+ - name : Wilma
1927 description : PEP Proxy
2028 port : 1027
2129 onOpen : ignore
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Keyrock GUI と REST API の部分について詳しく説明します。
2222きます。
2323
2424[ ![ Run in Postman] ( https://run.pstmn.io/button.svg )] ( https://app.getpostman.com/run-collection/6b143a6b3ad8bcba69cf )
25+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/FIWARE/tutorials.PEP-Proxy/tree/NGSI-v2 )
2526
2627## コンテンツ
2728
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ relevant to authenticating other services are described in detail.
1616[ Postman documentation] ( https://fiware.github.io/tutorials.PEP-Proxy/ ) for these calls is also available.
1717
1818[ ![ Run in Postman] ( https://run.pstmn.io/button.svg )] ( https://app.getpostman.com/run-collection/6b143a6b3ad8bcba69cf )
19+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/FIWARE/tutorials.PEP-Proxy/tree/NGSI-v2 )
1920
2021- このチュートリアルは[ 日本語] ( README.ja.md ) でもご覧いただけます。
2122
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ waitForIoTAgent () {
8686displayServices () {
8787 echo " "
8888 docker ps --format " table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89+ gp ports list 2> /dev/null
8990 echo " "
9091}
9192
You can’t perform that action at this time.
0 commit comments