iot tp1
This commit is contained in:
parent
22eb5c7ad3
commit
a9e60a9ba0
12 changed files with 129 additions and 0 deletions
9
iot/tp1/src/part_2/step_d.sh
Executable file
9
iot/tp1/src/part_2/step_d.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl -X GET \
|
||||
-H 'X-M2M-Origin:Cmysensor' \
|
||||
-H 'X-M2M-RI:123' \
|
||||
-H 'X-M2M-RVI:3' \
|
||||
-H 'Content-Type:application/json' \
|
||||
-H 'Accept:application/json' \
|
||||
http://localhost:8080/cse-in/MySensor/Container/la
|
Loading…
Add table
Add a link
Reference in a new issue