Changes between Version 32 and Version 33 of node-contiki


Ignore:
Timestamp:
Sep 30, 2010, 1:01:12 PM (14 years ago)
Author:
ikram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v32 v33  
    206206* /Sensei-WP5$ cp -r node-contiki/apps/coap ../contiki2.4/apps/
    207207
    208 3. Copy cxmac files in order to enable nodes mobility
    209 * /Sensei-WP5$ cp node-contiki/core/net/mac/cxmac.* ../contiki2.4/core/net/mac/
     2083. Copy sicslowmac files in order to enable nodes mobility
     209
     210{{{
     211sicslowmac.c
     212sicslowmac.h
     213
     214/Sensei-WP5$ cp node-contiki/core/net/mac/sicslowmac.* ../contiki2.4/core/net/mac/
     215
     216}}}
    210217
    2112184. Copy sensei-example/ folder from svn (node-contiki/examples/sensei-example) to
     
    222229
    223230=== Link files in Contiki using Makefiles ===
    224 
    225 This section describes the steps how to link multiple files in Contiki OS using Makefiles.
     231If you download the code from SVN, then you do not need to follow this subsection. This section simply explain the steps how to link multiple files in Contiki OS using Makefiles.
    226232
    227233==== contiki-2.4/examples/sensei-example/ ====