RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.88k stars 1.98k forks source link

sys/net/ccn_lite: add support for other transceivers #966

Closed LudwigKnuepfer closed 10 years ago

LudwigKnuepfer commented 10 years ago

The ccn_lite module and example applications only support cc110x_ng and nativenet transceivers.

The example applications should use defaulttransceiver. The ccn_lite module itself includes cc110x_ng.h and nativenet.h without any reason. These includes should be removed as it hinders using other transceivers.

LudwigKnuepfer commented 10 years ago

Oh, and I guess it makes sense to move the selection of transceivers to be used to the applications.

mehlis commented 10 years ago

I'm doing this after handing in my thesis

mehlis commented 10 years ago

done in #1001