]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / tinyld / SerialLoader / SerialLoaderAppC.nc
index c2103e21b2e7b7d7e613e6e33662acab954f87e2..d9e49465b241764e68c28e71ff5dca1f3834f2fc 100755 (executable)
 */
 
 /**
+ * SerialLoader receives loadable programs from the serial port and stores
+ * it in a byte array. Then, when it receives the command to load the code,
+ * it makes the call to the dynamic loader.
+ * 
  * @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
  * @author Jeongyeup Paek <jpaek@enl.usc.edu>
  */