There are 2 very basic types of RDC layers implemented in ''ContikiOS'': ''nullrdc-noframer'' (''core/net/mac/nullrdc-noframer.c'') and ''nullrdc'' (''core/net/mac/nullrdc.c''). The first one does not use Framer functions, and transmits/receives data directly to Radio layer (Physical). The developer can take total control over the format of the packets being transmitted. | There are 2 very basic types of RDC layers implemented in ''ContikiOS'': ''nullrdc-noframer'' (''core/net/mac/nullrdc-noframer.c'') and ''nullrdc'' (''core/net/mac/nullrdc.c''). The first one does not use Framer functions, and transmits/receives data directly to Radio layer (Physical). The developer can take total control over the format of the packets being transmitted. |