This shows you the differences between two versions of the page.
iotcluj:labs:07 [2016/07/14 12:41] ioana_maria.culic [Exercises] |
iotcluj:labs:07 [2016/07/14 12:42] (current) ioana_maria.culic [Exercises] |
||
---|---|---|---|
Line 96: | Line 96: | ||
- /pin?mode=read&pin=pin_number | - /pin?mode=read&pin=pin_number | ||
- /pin?mode=write&pin=pin_number&value=value | - /pin?mode=write&pin=pin_number&value=value | ||
- | - Extend the service for the Arduino pins also with /arduino/pin | + | - Extend the service for the Arduino pins also with /arduino/digital/pin and /arduino/analog/pin |
- Write a web page to test the service. (Hint: for writing values use html forms with method GET, read about them) | - Write a web page to test the service. (Hint: for writing values use html forms with method GET, read about them) | ||
- Write a web server that shows the user the temperature on each refresh. (Hint: use the template node) | - Write a web server that shows the user the temperature on each refresh. (Hint: use the template node) |