osd-contiki/tools/cooja/java/org/contikios/cooja
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
..
contikimote Cooja: Track CFS file size 2015-09-09 23:06:09 +02:00
dialogs [cooja] Removed some further printlns 2014-10-02 02:11:41 +02:00
emulatedmote [cooja] Radio802154: Removed obsolete comments including println hints 2014-10-02 01:53:26 +02:00
interfaces Added GUI and config file handling for Clock 2015-05-07 13:24:30 +02:00
mote/memory [cooja] MemoryLayout: Remove annoying println 2014-10-02 01:14:07 +02:00
motes Don't generate a zero-length packet in case of errors. 2015-05-28 22:11:50 +02:00
plugins Merge pull request #1056 from tim-ist/packet_sync 2015-09-07 14:36:15 +02:00
positioners 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
radiomediums Refactored RadioMediumObservable and added new Observable 2015-08-31 14:59:47 +02:00
util Add ScnObservable class with setChangedAndNotify() function 2015-08-31 14:40:39 +02:00
AbstractionLevelDescription.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
ClassDescription.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
ContikiError.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
ConvertedRadioPacket.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
Cooja.java Add ScnObservable class with setChangedAndNotify() function 2015-08-31 14:40:39 +02:00
CoojaApplet.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
COOJAProject.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
COOJARadioPacket.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
CoreComm.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
EventQueue.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
HasQuickHelp.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
Mote.java [cooja] getMemory() now returns MemoryInterface 2014-07-31 21:08:18 +02:00
MoteInterface.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
MoteInterfaceHandler.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
MotePlugin.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
MoteTimeEvent.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
MoteType.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
Plugin.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
PluginType.java New PluginType SIM_CONTROL_PLUGIN for sim control 2014-11-06 17:16:24 +01:00
Positioner.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
ProjectConfig.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
RadioConnection.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
RadioMedium.java Refactored RadioMediumObservable and added new Observable 2015-08-31 14:59:47 +02:00
RadioPacket.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
SafeRandom.java Make Random thread safe 2014-11-13 13:09:23 +01:00
SimEventCentral.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
Simulation.java Make Random thread safe 2014-11-13 13:09:23 +01:00
SupportedArguments.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
TimeEvent.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
VisPlugin.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
Watchpoint.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
WatchpointMote.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