Commit graph

  • dcafdfe51a * Standard defines for MSP430. bg- 2007-08-16 13:09:06 +0000
  • 63a6493e5c Made tapdev and wpcap driver similiar making up a "driver template". oliverschmidt 2007-08-10 14:59:59 +0000
  • c42cbe3141 Added a naive clock implementation based on main loop counting for the Apple2 as it doesn't have a hardware clock. oliverschmidt 2007-08-10 13:30:02 +0000
  • 1c77f6f1d5 - The cc65 assembler variable 'ptr1' (a general zero page pointer) is actually part of the cc65 zero page area so it's a bad idea (tm) to use it in swapping that very area. - The cc65 assembler variable 'sp' (the pointer to the C stack) is actually part of the cc65 zero page area so there's no need to manage it explicitly. Furthermore it is known to reside at the very start of the area so it can be initialized there for new threads. oliverschmidt 2007-08-10 10:45:35 +0000
  • f8bf3e1428 Fixed buffer overflow. oliverschmidt 2007-08-10 10:33:28 +0000
  • 5038537b8f Restored compatibility with non-C99 platforms by sticking to Contiki datatypes. oliverschmidt 2007-08-10 08:01:17 +0000
  • 296ad6cdb7 Updated to new radio_driver API nifi 2007-08-07 11:20:11 +0000
  • 7e57cd240a Updated to new radio_driver and mac_driver APIs nifi 2007-08-07 11:17:54 +0000
  • cc80dbf546 removed obsolete rime code for tr1001 nifi 2007-08-07 11:16:19 +0000
  • d74d8d176d Updated to new radio_driver API, removed obsolete rime code nifi 2007-08-07 11:14:39 +0000
  • fb54bba19e Updated to new radio_driver API + LPM4_EXIT instead of LPM_AWAKE() nifi 2007-08-07 11:11:19 +0000
  • 39c12bad29 Added stdint.h nifi 2007-08-07 11:09:38 +0000
  • 6b2cd5c2d4 LPM4_EXIT instead of LPM_AWAKE() nifi 2007-08-07 11:06:14 +0000
  • df4ae2a91f corrected function signature nifi 2007-08-06 13:14:09 +0000
  • 199e6bd270 Use stdint.h nvt-se 2007-08-06 12:20:46 +0000
  • 016778b29e Removed redundant text. nvt-se 2007-08-02 08:58:38 +0000
  • 6139885c51 Awake in order to let event processing occur immediately. nvt-se 2007-08-02 08:57:58 +0000
  • a6af72d129 Style changes. nvt-se 2007-08-02 08:17:43 +0000
  • 0412975efd Uncommented radio init line. Added informative output. nvt-se 2007-08-02 08:14:00 +0000
  • a6dba97b84 Erase only main flash memory. nvt-se 2007-08-02 08:13:20 +0000
  • 709adf51ad Contributions from Michael Baar: nvt-se 2007-07-31 07:54:44 +0000
  • 70ddc0f27e * If we detect a RXFIFO overflow schedule a poll of the device driver. bg- 2007-07-30 14:54:49 +0000
  • 1a021bbfc3 random ack time fros4943 2007-07-26 13:22:01 +0000
  • d80efeb8ed defining uip cache size fros4943 2007-07-20 15:21:56 +0000
  • 3768b44804 updated uip uaodv radio driver fros4943 2007-07-17 23:02:21 +0000
  • 598f4e94cd thread safe plugin startup fros4943 2007-07-17 21:21:24 +0000
  • 61482fec43 updated size of uAODV unicasts with headers fros4943 2007-07-17 21:21:19 +0000
  • a4b7ae4425 preferred column sizes fros4943 2007-07-16 10:17:38 +0000
  • 9c43ddd522 print high addresses correctly fros4943 2007-07-16 08:21:17 +0000
  • 55443a148a storing ack destination + removed header compression fros4943 2007-07-16 07:40:55 +0000
  • 3b41fc0a7c minor update regarding packet types fros4943 2007-07-16 07:33:53 +0000
  • 22a69a253d added cooja uAODV ack packet type fros4943 2007-07-13 10:11:30 +0000
  • cc865f18bb handling radio when nodes die fros4943 2007-07-13 09:08:24 +0000
  • 81185f2e84 added aodv rerr support fros4943 2007-07-12 14:27:07 +0000
  • c50b7cc7ee unicast packets being acknowledged fros4943 2007-07-11 15:23:42 +0000
  • 43b27f954b uip uaodv using crc fros4943 2007-07-11 15:22:22 +0000
  • 88c7e87e82 added udgm random transmission support. fros4943 2007-07-10 12:43:23 +0000
  • 836eae63cb Improvement batch. nvt-se 2007-07-05 08:35:13 +0000
  • b13e9dde90 saving random seed with simconfig fros4943 2007-07-04 16:13:17 +0000
  • b09e7f8641 nulll constructor arguments fros4943 2007-07-04 07:44:13 +0000
  • 5b52db6708 * Use 16x16 bit ==> 32 bit multiplications. This gives a speedup of 5 on the MSP430. bg- 2007-07-03 13:26:00 +0000
  • eb7f7ba65b Some more cleaning up. nvt-se 2007-06-28 18:27:45 +0000
  • 74af5c6e47 * Sprinkle () in boolean expression to aid readability. bg- 2007-06-28 15:16:41 +0000
  • 8f0d9aab89 * Change max life of neigbour entries from 60 to 30 seconds by changing the time unit (quanta) from 4 to 2 seconds. bg- 2007-06-28 15:08:53 +0000
  • cd5b4d0e64 * Add bad hop extension to RREQ messages (#ifdef:ed AODV_BAD_HOP_EXTENSION) bg- 2007-06-28 15:06:56 +0000
  • 268766e890 dma transfer support. nvt-se 2007-06-28 14:41:17 +0000
  • ff04b5e153 cleaned file. nvt-se 2007-06-28 14:07:02 +0000
  • b88e6642bd Removed unnecessary things. nvt-se 2007-06-28 13:47:28 +0000
  • d7c489f0b2 jtag support. nvt-se 2007-06-28 13:43:24 +0000
  • ff3e2b8bd8 From the ESB port. nvt-se 2007-06-28 12:54:05 +0000
  • ae2e9f3677 Platform-specific devices. nvt-se 2007-06-28 12:52:41 +0000
  • 792056e325 Test applications. nvt-se 2007-06-28 12:51:31 +0000
  • 365f99e5c8 Scatterweb MSB430 port. nvt-se 2007-06-28 12:49:57 +0000
  • 66e562f2c0 added method for setting timedrift fros4943 2007-06-19 09:59:19 +0000
  • ef1588cd83 added delayed startups random for contiki motes fros4943 2007-06-19 09:58:43 +0000
  • 4596f00eb1 updated project dir config file fros4943 2007-06-19 07:44:36 +0000
  • 78a06fe9b5 using nullmac for cooja rime radio fros4943 2007-06-08 12:25:54 +0000
  • 8b8f23962e * Send RREP-ACKs if we can. bg- 2007-06-05 10:04:20 +0000
  • 25681c9aaa * Gcc libc has broken header files on the msp430. bg- 2007-06-05 10:02:53 +0000
  • 0e515a5472 * Initialise rand package. bg- 2007-06-04 18:09:14 +0000
  • 65d0a272d0 * Check that we are libc compliant. bg- 2007-06-04 18:03:58 +0000
  • 1b61ae4d8b * Use __data_load_end to find unused ROM. bg- 2007-06-04 17:51:41 +0000
  • 4e778d73e6 * Add cle_info argument to cle_write_reloc. bg- 2007-06-04 17:50:25 +0000
  • 0f3f14f159 * Add cle_info argument to cle_write_reloc. bg- 2007-06-04 17:47:56 +0000
  • c22b261b12 * Add compile time assert CTASSERT. bg- 2007-06-01 15:36:00 +0000
  • 709a5846a8 * Increase random cycle at marginal cost and make lower order bits more random. bg- 2007-06-01 15:28:02 +0000
  • f4a9e896fd * Put back code for sending fake RREPs in response to HEELOs but now #ifdef:ed AODV_RESPOND_TO_HELLOS. bg- 2007-06-01 14:49:54 +0000
  • 08d547780c * Some extra delay when broadcasting to break potential symmetries. bg- 2007-06-01 14:37:02 +0000
  • c4421c1d4b added Makefile option for choosing between rime and uip nifi 2007-06-01 12:46:07 +0000
  • 2e7c6b59fb * The sources for crtk.o and service.o have been retired. bg- 2007-05-31 14:26:58 +0000
  • e1cd724f37 * #ifndef NOINIT around NOINIT define. bg- 2007-05-31 14:24:20 +0000
  • 81b684414d * Changed implementation for dealing with retransmissions to be strictly event driven. The old implementation was rather process like and the new one is still implemented as a process. bg- 2007-05-31 10:15:57 +0000
  • f528ff9fe2 * Increase MY_ROUTE_TIMEOUT but real value should be even larger. bg- 2007-05-31 10:10:26 +0000
  • 0fa4dd2d37 removed java 1.6 dependency fros4943 2007-05-31 10:00:30 +0000
  • 7f6593e361 added abstract application motes fros4943 2007-05-31 07:21:29 +0000
  • 70969c1930 added configurable transmission rate (default 19.2kbps) fros4943 2007-05-31 07:19:11 +0000
  • 3e364371e7 added simple aodv packet parsing fros4943 2007-05-31 07:01:32 +0000
  • fc056f97f9 minor update in highlighted motes fros4943 2007-05-30 20:57:58 +0000
  • 490bc06de2 added radio logger plugin fros4943 2007-05-30 11:13:30 +0000
  • 508fe3709d vis2d implements mote highlight functionality fros4943 2007-05-30 10:54:22 +0000
  • 209a35bf53 added getMote() method to all radios fros4943 2007-05-30 10:52:57 +0000
  • c15c38bb1a added mote highlight functionality fros4943 2007-05-30 10:51:14 +0000
  • 9399718ede Cosmetic change... oliverschmidt 2007-05-29 22:25:49 +0000
  • bc46e8a49e Removed clock stuff from main file. oliverschmidt 2007-05-29 22:02:37 +0000
  • b23f4fc89d Added a Contiki clock_time() implementation based on the cc65 clock() implementation. oliverschmidt 2007-05-29 21:56:21 +0000
  • 7ec1a4f7aa added check that outgoing packet was not discarded from simulator fros4943 2007-05-29 12:53:49 +0000
  • 6aafd5582d removed old radio-arch.* (was earlier renamed to cooja-radio) fros4943 2007-05-29 12:27:00 +0000
  • d6d34b33a5 aodv setting fros4943 2007-05-29 09:13:37 +0000
  • 68cbf124ae separate mote tick lists enabling less radio interference and more realistic(?) simulations fros4943 2007-05-29 07:27:10 +0000
  • ad43dbf25f * Route lifetime is a 32 bit quantity. bg- 2007-05-28 16:41:06 +0000
  • 67d94fd579 * Optional AODV BAD_HOP extension. bg- 2007-05-28 16:32:43 +0000
  • ceb423c007 * Add sht11_off. bg- 2007-05-28 16:24:58 +0000
  • 78eb449dc5 * Obob in assertion. bg- 2007-05-28 16:22:15 +0000
  • da3b1ab813 make sure mote doesn't fall asleep while radio is transmitting/receiving fros4943 2007-05-28 15:47:07 +0000
  • eceb2e5816 desktop always exists, but not always used fros4943 2007-05-28 09:37:01 +0000
  • 953c60c35a added setVisualized method (experimental) fros4943 2007-05-28 09:01:49 +0000
  • 6271beabc3 nongui command arguments fros4943 2007-05-28 08:06:41 +0000
  • 9d18cd5609 added java_home reference fros4943 2007-05-28 07:29:20 +0000
  • 46a727d8de simple java_home environment references fros4943 2007-05-28 07:26:51 +0000
  • c874d56f32 Clock implementations are typically not located in a lib subdirectory. oliverschmidt 2007-05-27 21:29:18 +0000