Commit graph

  • 27e531baad * Set CC2420_RXCTRL1.RXBPF_LOCUR=1 as recommended in data sheet. bg- 2006-11-17 12:27:23 +0000
  • d6a2211918 added test files for future support of mantis os. fros4943 2006-11-09 19:31:14 +0000
  • 38fe078d38 removed old unused test code fros4943 2006-11-08 21:28:51 +0000
  • 0f43cea8d5 added external config for mantis code template fros4943 2006-11-08 21:27:26 +0000
  • 6035c7cb3b added external tool objdump for alternative way to parse out section addresses and sizes (not used by contiki mote type yet) fros4943 2006-11-08 02:17:19 +0000
  • 92d3a38462 added external tool objdump for alternative way to parse out section addresses and sizes (not used by contiki mote type yet) fros4943 2006-11-08 02:14:24 +0000
  • 8ef2684118 added external tool objdump for alternative way to parse out section addresses and sizes (not used by contiki mote type yet) fros4943 2006-11-08 02:08:00 +0000
  • a3641800b6 added nm default configuration fros4943 2006-11-06 22:29:49 +0000
  • 5836d232cf restored old post-link names (_cooja_sw -> cooja_sw) fros4943 2006-11-06 22:25:12 +0000
  • 3d551593ad bug fix: no nm arguments (tested on linux) fros4943 2006-11-06 22:21:57 +0000
  • 76055eba40 test: use pre-link asm names (earlier didn't work with some gcc ex. typical cygwin) fros4943 2006-11-06 18:07:24 +0000
  • cc53f38fbb added: - include contiki system symbols option (no need for the missing elf-loader files) fros4943 2006-11-06 18:03:34 +0000
  • 0f3764539a remade way to read variable addresses (still used old .map-file approach, but added nm-approach for testing) fros4943 2006-11-06 18:01:56 +0000
  • 453844aafa added a few minor changes: fros4943 2006-11-06 17:58:55 +0000
  • 7e8d9446a1 added a few minor changes: fros4943 2006-11-06 17:55:59 +0000
  • 9ead26e626 Like the dhclient.c kernel but with static IP configuration. 172.16.0.9/16 and default router 172.16.0.1. bg- 2006-10-27 13:08:15 +0000
  • b8bcf2ab59 x86 elf loader implementation (only 2 common types). depends on a few not-yet-commited files fros4943 2006-10-25 10:53:31 +0000
  • b12713093f removed unused methods fros4943 2006-10-23 16:15:12 +0000
  • 2b5846e967 minor bug fix. text area may still be null when log interfaces update fros4943 2006-10-23 16:14:02 +0000
  • 34785be0a8 outsourced the file dialog part to method fros4943 2006-10-23 16:13:12 +0000
  • e528b527e6 moved cooja cfs files from /dev to /cfs fros4943 2006-10-23 16:07:29 +0000
  • c67ce1c1b0 Added hack for letting nodes signal that they are 'done'. The simulator exits when all nodes are done. Fixed random initialization so that it is different for all nodes. adamdunkels 2006-10-23 09:01:06 +0000
  • 0ed1d401d5 Added experimental non-routed packets rawpacket-udp.c adamdunkels 2006-10-22 12:32:43 +0000
  • 35395c10e0 Added *experimental* module for sending raw (non-routed) packets from Contiki. The name of the module is likely to change. adamdunkels 2006-10-22 12:31:46 +0000
  • 722f3c7e85 bug fix causing several quick resends to be destroyed fros4943 2006-10-22 11:29:05 +0000
  • d656df2d39 added possibility to upload binary files into simulated cfs (for example for easier eeprom simulations) fros4943 2006-10-21 10:41:58 +0000
  • 37ab2d92d5 added a few ui changes when loading a saved configuration file fros4943 2006-10-21 10:40:33 +0000
  • 8b319eef83 Updated/improved documentation. oliverschmidt 2006-10-14 23:48:51 +0000
  • d0ec0a48a4 added experimental radio channel support fros4943 2006-10-11 15:13:57 +0000
  • d2fd506d13 added Contiki Filesystem (CFS) support in COOJA: java interface fros4943 2006-10-11 14:19:39 +0000
  • f6bf8697a7 fixed bad spelling fros4943 2006-10-11 14:19:14 +0000
  • 6d88bf4925 added Contiki Filesystem (CFS) support in COOJA: added service registration process fros4943 2006-10-11 14:18:25 +0000
  • 34f8b4bf3a added Contiki Filesystem (CFS) support in COOJA: updated default cooja configuration. fros4943 2006-10-11 14:17:59 +0000
  • 0914fe489e added Contiki Filesystem (CFS) support in COOJA: core interface, glue driver fros4943 2006-10-11 14:16:10 +0000
  • e8daead842 added Contiki Filesystem (CFS) support in COOJA: test process fros4943 2006-10-11 14:15:16 +0000
  • dd0890b4dd added Contiki Filesystem (CFS) support in COOJA fros4943 2006-10-11 14:14:41 +0000
  • 84cd6ed882 small fix fros4943 2006-10-11 10:38:26 +0000
  • 83b87c630b remade traffic visualizer: buffers old radio connections + friendlier api fros4943 2006-10-11 10:37:06 +0000
  • b1afe2257b changed simulated mac protocol; waiting for both hw and ether at the same time fros4943 2006-10-11 09:06:41 +0000
  • be942b531b added counter for avg sstrength nifi 2006-10-10 23:16:10 +0000
  • 6c59ef668f added SELECT_IO and SELECT_PM macros joxe 2006-10-10 21:33:26 +0000
  • 2c85f3b19f Use leds_toggle rather than leds_(on|off). bg- 2006-10-10 18:25:36 +0000
  • bc8016543a Make netsim more like the esb target adamdunkels 2006-10-10 15:58:31 +0000
  • 11c1762a62 updated API and added active flags because some sensors react on radio activity nifi 2006-10-10 12:37:04 +0000
  • 8a3481d632 Removed old file adamdunkels 2006-10-10 10:10:40 +0000
  • 3ccac34c3d Forgot to add sample kernel. bg- 2006-10-10 08:30:48 +0000
  • 271968e104 added flag to enable/disable sensor event broadcast nifi 2006-10-09 21:08:51 +0000
  • 30822b5703 added active flags because some sensors react on radio activity nifi 2006-10-09 21:05:37 +0000
  • 755ee04e24 major bug fix: arithmetic was done incorrectly in update_time() + process already expired timers when adding timers nifi 2006-10-09 16:05:58 +0000
  • 85fa271548 added special fix for new direct udp packet transmissions via tcpip_input() fros4943 2006-10-09 14:42:25 +0000
  • 5528198929 fixed leds invert nifi 2006-10-09 14:38:23 +0000
  • 788b6c75c0 setting receiving signal strengths when transmission starts instead of at end of tick + updating signal strengths each tick fros4943 2006-10-09 14:15:29 +0000
  • 5c4f07dcf0 changed to explicit no yield allowed flag fros4943 2006-10-09 14:13:42 +0000
  • 774b977fe9 added simple surrounding signal strength checking before transmitting fros4943 2006-10-09 14:13:04 +0000
  • 5b66565c86 no initial signal strength by radio sensor fros4943 2006-10-09 13:46:08 +0000
  • 6e0b4f70af added signal strength information fros4943 2006-10-09 13:41:57 +0000
  • 8b2ab7aed8 bug fix fros4943 2006-10-09 13:38:38 +0000
  • 5a5b964b2e UPdated to latest hc.c API adamdunkels 2006-10-09 11:56:49 +0000
  • 5e98ede3a3 Updated to not rely on uIP adamdunkels 2006-10-09 11:56:13 +0000
  • d9109e9e83 Two types of radio sensor data adamdunkels 2006-10-09 11:55:42 +0000
  • abfe686c6d Updated to latest uIP API adamdunkels 2006-10-09 11:55:30 +0000
  • 43d567e5f3 Added node-id.h adamdunkels 2006-10-09 11:55:16 +0000
  • 022b1ba742 Made LEDS not count adamdunkels 2006-10-09 11:55:02 +0000
  • 20b05c6d22 Added PROCESS_PT_SPAWN, PROCESS_WAIT_UNTIL adamdunkels 2006-10-09 11:54:29 +0000
  • 528760f924 Updated code adamdunkels 2006-10-09 11:53:56 +0000
  • a2befb9dd0 Made headercompression work on external buffer adamdunkels 2006-10-09 11:53:43 +0000
  • 17c32fa33e Updated documentation adamdunkels 2006-10-09 11:13:25 +0000
  • 0aa57dcab5 Added CONTIKI_TARGET #define adamdunkels 2006-10-09 10:09:10 +0000
  • 25ac16ff2c Added radio sniffer program adamdunkels 2006-10-09 10:08:40 +0000
  • 39098934a6 refactored putchar to make it replacable nifi 2006-10-09 09:19:02 +0000
  • b04edbebb3 CFLAGS contain nodeid if it is defined adamdunkels 2006-10-09 09:15:48 +0000
  • bf5b90d764 Removed generation of node-id.c file since node ID now is stored in EEPROM adamdunkels 2006-10-09 09:13:23 +0000
  • e49539eea9 removed old node id management from makefile joxe 2006-10-09 09:12:46 +0000
  • ca05ae80a5 Added automatic detection of Ethernet address - this makes the WinPcap packet driver service kind of working :-) oliverschmidt 2006-10-06 22:39:31 +0000
  • acade90174 Removed inconsistent source formatting. oliverschmidt 2006-10-06 21:39:45 +0000
  • eac68071eb Changed the maximum length of a single word from 40 to match the page width. Browsers wider than 40 cols can now render longer words. Browsers smaller than 40 cols avoid display inconsistencies on long words (and save memory). Additionally simplified word truncation code. oliverschmidt 2006-10-06 21:34:59 +0000
  • 0a1e2d7b3e Discard word right in fromt of </script>, </style> and </select>. oliverschmidt 2006-10-06 21:30:41 +0000
  • 51aacc981b Removed now unused var. oliverschmidt 2006-10-06 21:28:18 +0000
  • e8ff2ba595 With the change to always position the cursor at the end of the exsisting text on entering the textentry field edit state it became necessary to avoid initializing textentry fields with blanks insteads of zeros. oliverschmidt 2006-10-06 21:14:28 +0000
  • 21459934b6 Don't close directory if it isn't open. oliverschmidt 2006-10-06 20:48:12 +0000
  • 24b2944c36 radio medium reporting transfers only after they have succeded fros4943 2006-10-06 13:32:45 +0000
  • e4611dc912 added remove destination method fros4943 2006-10-06 13:31:02 +0000
  • 880b3df797 added flags for checking if we are inside process_run() fros4943 2006-10-06 10:47:09 +0000
  • df9ece582b make sure we are inside process_run() before yielding fros4943 2006-10-06 10:45:53 +0000
  • 69657d579d added radio sensor for signal strength etc. fros4943 2006-10-06 10:44:03 +0000
  • 96c771250c Limit number of sensor events to avoid overflowing event queue adamdunkels 2006-10-06 09:18:52 +0000
  • 0e8cdd9e8e Added radio signal strength simulation adamdunkels 2006-10-06 08:25:30 +0000
  • d2172da359 Added node ID EEPROM address, increased clock granularity adamdunkels 2006-10-06 07:58:39 +0000
  • 83793da297 Removed automatic node ID generation, added TR1001 GCR version adamdunkels 2006-10-06 07:58:19 +0000
  • 1c02dd5652 Initial documentation for node ID storing and restoring adamdunkels 2006-10-06 07:57:41 +0000
  • 56fe6ec4a9 Made debugging output easier configurable adamdunkels 2006-10-06 07:57:14 +0000
  • 60c7228675 Moved mandatory low-level initialization into main file, moved all uIP and network initialization into int_net() adamdunkels 2006-10-06 07:49:31 +0000
  • d239998175 Node IDs are stored in EEPROM and restored on bootup adamdunkels 2006-10-06 07:47:02 +0000
  • 1f49bd4cd2 Makefile for ESB applications adamdunkels 2006-10-06 07:01:14 +0000
  • a3adb76b31 Program for 'permanently' burning a node ID to EEPROM adamdunkels 2006-10-06 07:00:36 +0000
  • b07db591e6 Moved to platform/esb/apps adamdunkels 2006-10-06 06:58:08 +0000
  • f08064c3b2 bug fix: not painting null radio connections fros4943 2006-10-05 15:13:48 +0000
  • ddb3726e7f using radio's output power indicator to calculate transmission/interference range fros4943 2006-10-05 14:51:35 +0000
  • c1a93baa28 added methods for reading current output power fros4943 2006-10-05 14:47:48 +0000
  • f2dd0a96cd added signal strength and output power (non-core) functions fros4943 2006-10-05 14:44:43 +0000