This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
proiecte:temp [2018/09/24 18:08] narcisa_ana.vasile |
proiecte:temp [2018/11/28 11:48] (current) narcisa_ana.vasile [Bibliography] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | TODO | + | The goal of this project is to create a flexible platform for developing Wireless Sensor Networks applications using the Sparrow sensor nodes. The key objectives of this project include porting the open-source operating system, Contiki, to Sparrow sensor nodes and porting CoAP network protocol to Contiki-running Sparrow nodes. |
| ===== Network Topology ===== | ===== Network Topology ===== | ||
| Line 126: | Line 126: | ||
| ==== CoAP Client ==== | ==== CoAP Client ==== | ||
| - | TODO | + | |
| + | From Github, clone the open source CoAP client (implemented in Python). Example of running the client: | ||
| + | < | ||
| + | python coapclient.py -o GET -p coap:// | ||
| + | </ | ||
| ==== Firebase ==== | ==== Firebase ==== | ||
| Line 186: | Line 190: | ||
| </ | </ | ||
| - | ===== Bibliography ===== | ||