s3lsensor / snowfort

SnowFort: An open source wireless sensor network for infrastructure and environmental monitoring
http://www.snowfort.org
Other
6 stars 8 forks source link

Separate app dev and rdc dev into two folders #8

Closed yzliao closed 11 years ago

yzliao commented 11 years ago

Currently, we have app dev files (nullApp.c) and rdc dev files (tdmardc.c) in the same folder. When tdmardc.c is stable, we will put them in core/net/mac/... In order to avoid any confusion of app development, we should separate them into two different folders.

yzliao commented 11 years ago

nullApp.c is in applications folder. rdc code is in s3l_rdc folder. The script ap.sh is edited and renamed to build.sh