osd-contiki/tools/cooja/java/org/contikios/cooja/contikimote
Mattias Buelens 72aac552ef Cooja: Track CFS file size
Previously, the Cooja mote assumed that its file was always initially empty (file.endptr == 0). Therefore, a file uploaded to a mote's CFS could never be read by the mote, as the mote would prevent reads from going past the EOF (indicated by endptr).

By tracking the file size and making it accessible to Cooja, the correct size of the uploaded file can be reported to the mote and allow it to read the uploaded file.
2015-09-09 23:06:09 +02:00
..
interfaces Cooja: Track CFS file size 2015-09-09 23:06:09 +02:00
ContikiMote.java [cooja] memory: Moved SectionMoteMemory to package memory 2014-07-31 21:20:08 +02:00
ContikiMoteInterface.java Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
ContikiMoteType.java Output sha1sums of files used for simulation on fail 2014-11-13 09:10:53 +01:00
ContikiProcess.java Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00