Commit graph

223 commits

Author SHA1 Message Date
adamdunkels 5230c1bb5d Tool for making the http-string.c file from http-strings 2007-03-29 22:17:47 +00:00
fros4943 80dfde9ab3 removed old libraries (created on demand)
+ added simple error handling when creating mote types
2007-03-26 16:30:28 +00:00
fros4943 dff11bd027 creating empty cooja.config when quickstarting 2007-03-25 21:32:33 +00:00
fros4943 8ffdc10322 quick-starting a few mote plugins 2007-03-24 01:00:25 +00:00
fros4943 1f1ff5805d checking displayable attr on windows before disposing them
(in an attempt to remove child0 exceptions)
2007-03-24 00:44:55 +00:00
fros4943 24cc50590f minor changes when dusting up quick-start 2007-03-24 00:42:51 +00:00
fros4943 e753966dc0 create class file directory and, if compilation fails, try including cooja.jar 2007-03-24 00:41:10 +00:00
fros4943 ae74f2a879 no need to rescan after changing description 2007-03-23 23:45:13 +00:00
fros4943 61ab1ed1f3 renamed 'user platform' to 'project directories' 2007-03-23 23:33:54 +00:00
fros4943 8be4ba53d7 renamed 'user platform' to 'project directories' 2007-03-23 23:16:42 +00:00
fros4943 cd8f45234e creating user platform configuration on demand 2007-03-23 21:57:24 +00:00
fros4943 1d0936c965 removed saving current simulation time 2007-03-23 21:38:45 +00:00
fros4943 b7ceb24dab updated jar
(+ removed old unused jar)
2007-03-23 21:24:37 +00:00
fros4943 0c1e8278ed removed debug output 2007-03-23 21:22:37 +00:00
fros4943 996446e8e3 added headers 2007-03-23 21:13:43 +00:00
fros4943 9e2059dcfc updated to support new multiabstraction radios
+ extending abstract medium
+ fixed set config in area viewer
2007-03-23 21:08:26 +00:00
fros4943 4f089d113e extending abstract radio medium 2007-03-23 21:06:23 +00:00
fros4943 9cbdd11623 moved functionality to abstract radio medium in order to simplift new implementations 2007-03-23 21:05:45 +00:00
fros4943 9b29eae61d minor changes 2007-03-23 21:04:19 +00:00
fros4943 7a5d74e407 removed pressed button check 2007-03-23 20:48:29 +00:00
fros4943 24735fb776 added support for dynamic corecomms (generated and compiled on demand) 2007-03-23 14:36:27 +00:00
fros4943 ebf965bbb6 added simulation reload functionality
tries to reload the current simulation by allocating new available corecomms, and replacing any references to the old ones

warning: custom made simulation configs may not work with this functionality!

this is a convenience method, and needs dynamic corecomms for reloading more than a constant number of times
2007-03-23 11:25:19 +00:00
fros4943 cf96c89934 check that progress bar is visible before disposing 2007-03-23 11:16:53 +00:00
fros4943 0f1e55191a force closing dialog correctly 2007-03-22 23:06:26 +00:00
fros4943 104bb5b222 restores last window state (size, location) 2007-03-22 23:01:11 +00:00
fros4943 5d7af1bd2f automatically bring on "create new simulation"-dialog on startup (if started with gui) 2007-03-22 22:36:04 +00:00
fros4943 8769b6eb38 disposing on escape key 2007-03-22 22:35:06 +00:00
fros4943 c376db9203 removed scan for processes warnings at empty directories 2007-03-22 22:20:33 +00:00
fros4943 05d8cb4bdb changed to exponential delay slider 2007-03-22 22:08:50 +00:00
fros4943 85cb8dc31f changed label 2007-03-22 20:52:58 +00:00
fros4943 10108fb50e change default simulation delay time (100 -> 5) 2007-03-22 20:39:34 +00:00
fros4943 5d700f4a4e fixed keyboard shortcuts 2007-03-22 20:38:38 +00:00
fros4943 1da6d10730 added comparison of default and current external tools settings 2007-03-22 16:41:50 +00:00
fros4943 2babc1c0ee renamed contiki code template 2007-03-22 16:20:22 +00:00
fros4943 3e1569d434 renamed file menu items for opening configurations 2007-03-22 16:17:01 +00:00
fros4943 804a1f1370 suggest unique mote type description instead of old "[enter description here]" 2007-03-22 15:51:03 +00:00
fros4943 2763615fbb automatically resizing create mote dialog depending on screen res. 2007-03-22 15:38:04 +00:00
fros4943 3090b82782 reordered bottom dialog buttons 2007-03-22 15:08:34 +00:00
fros4943 3a3459a939 added progress bar during quick-loads 2007-03-22 15:02:55 +00:00
fros4943 1e1e49f3ff added load/save-simulation config history support 2007-03-22 13:59:33 +00:00
fros4943 d65b820ca2 changed mote plugins menu to submenues instead of popups
(had to restructure mote menu system slightly)
2007-03-22 11:14:27 +00:00
fros4943 d5ac105b8e removed old debug output 2007-03-22 11:13:19 +00:00
fros4943 14a4675318 added click button menu shortcut för all visualizers 2007-03-22 09:59:50 +00:00
fros4943 e4372605fb bug fix for when disposing window 2007-03-22 09:34:50 +00:00
adamdunkels f18d88a2e0 Added Rime support to Cooja 2007-03-20 20:08:51 +00:00
ksb 7c8665fb89 Padded struct codeprop_tcphdr to 4 bytes, to get around different
alignment on different platforms.
2007-03-18 13:15:00 +00:00
fros4943 cba13ef56c updated radio interface:
can only send data yet (both bytes and packets)
2007-02-28 12:21:34 +00:00
fros4943 54002df73b radio-related changes:
radios can belong to different abstraction levels for example byte of packet radios.

=> lots of changes in surrounding files
2007-02-28 09:47:45 +00:00
fros4943 215df016b9 minor changes:
menu names (load->open, quick->exit)
2007-02-27 13:51:58 +00:00
fros4943 944a812baa test implementation for forwarding serial data on per-node-basis to external applications
(useful when connecting serialport-bound application used to communicating with real nodes)
2007-02-26 13:28:14 +00:00