Commit graph

  • d335cb8087 Power saving MAC protocol based on X-MAC [SenSys 2006] adamdunkels 2007-04-07 05:43:31 +0000
  • e66eb356e0 Updated processes HTML to match script output adamdunkels 2007-04-07 05:41:24 +0000
  • fe3e6c1a36 Ported processes cgi to Contiki 2.x. oliverschmidt 2007-04-07 01:31:29 +0000
  • e37d79e4a3 Don't rely on gcc's auto-import feature. oliverschmidt 2007-04-07 00:27:22 +0000
  • d0e75920f1 Moved VC++ project files into vcproj subdirectory. oliverschmidt 2007-04-06 23:53:59 +0000
  • 5653794966 Allow to build platform/win32 using Cygwin and the Contiki build system. The WinPcap driver is missing as it is about to be changed from dynamic to static loading anyway. oliverschmidt 2007-04-06 23:09:32 +0000
  • 5532354cd8 Now that Contiki has a htonl() we need the same workaround here that we already have for htons(). oliverschmidt 2007-04-06 22:36:31 +0000
  • f25a562f4d Fixed typo. oliverschmidt 2007-04-05 23:03:50 +0000
  • 661a58cddb Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules. oliverschmidt 2007-04-05 19:50:43 +0000
  • e5d3453a79 Minor code formatting change. oliverschmidt 2007-04-05 19:42:47 +0000
  • be08e76366 Now that Contiki has a htonl() we need the same workaround here that we already have for htons(). oliverschmidt 2007-04-05 19:41:02 +0000
  • e03f25aea7 * Unifdef UAODV_BAD_ROUTE. bg- 2007-04-05 12:30:17 +0000
  • e486c95da2 * Some constness and signedness. bg- 2007-04-05 12:09:32 +0000
  • 0b4a7e1c3d network setup for uip with slip nifi 2007-04-05 08:11:57 +0000
  • 91710dd48f Minor adjustment to coding style. oliverschmidt 2007-04-04 17:41:28 +0000
  • 8f822c42b1 * Device driver for the SHT1x on the Tmote sky. bg- 2007-04-04 12:48:50 +0000
  • 9c8f01be41 * Major overhaul in order to support route sequence numbers. bg- 2007-04-04 12:12:21 +0000
  • 95ea7bdff1 * Different ifconfig command under fbsd. bg- 2007-04-04 11:54:45 +0000
  • 8aa34f1ea4 * remove author. bg- 2007-04-04 11:53:07 +0000
  • 8994d8e0b5 * Make uaodv_rt_add return meaningful value. bg- 2007-04-04 11:52:29 +0000
  • 1d7932c6b3 * Make uaodv_rt_add return meaningful value. bg- 2007-04-04 11:50:54 +0000
  • 8c0fa5bc8a * Abbreviate originator as orig rather than src to avoid confusion. bg- 2007-04-04 11:48:49 +0000
  • 212f455b71 * Literal constants. bg- 2007-04-04 11:46:47 +0000
  • 478953dcf4 * Randomised backoff when broadcasting. bg- 2007-04-04 11:46:10 +0000
  • 9205ceda12 * rm uip_log. bg- 2007-04-04 11:41:38 +0000
  • 48c5cae451 * More routing and forwarding cache entries. bg- 2007-04-04 11:39:49 +0000
  • 0d4799a415 * rm uip_log. bg- 2007-04-04 11:38:35 +0000
  • e5fa567869 * htonl and friends. bg- 2007-04-04 11:37:20 +0000
  • 0abdde6197 corrected comment nifi 2007-04-04 09:19:18 +0000
  • 6910c4d311 starting the tr1001 rime process at init fros4943 2007-04-04 09:12:14 +0000
  • 3d1c427c60 only storing external tools settings differing from the defaults fros4943 2007-04-04 08:04:48 +0000
  • 8403776cf1 compilation window ui improvement (by nfi) fros4943 2007-04-04 07:47:02 +0000
  • f1d9702b68 Added an example application to show the usage of the Contiki Multi-threading library. oliverschmidt 2007-04-03 20:13:27 +0000
  • eb77a2b2df Added rtimer.c adamdunkels 2007-04-03 19:08:06 +0000
  • 7ce8d3920a Added radio_on() and radio_off() functions adamdunkels 2007-04-03 19:05:44 +0000
  • 08d825c450 Added rtimer-arch.c adamdunkels 2007-04-03 19:05:13 +0000
  • 04a5405540 Added initialization of rtimers adamdunkels 2007-04-03 19:04:50 +0000
  • b108ca702a Fixed description adamdunkels 2007-04-03 19:04:27 +0000
  • 00645113e5 MSP430 real-time rtimer support using timerb1 adamdunkels 2007-04-03 19:03:09 +0000
  • 1e950af492 Test program that blinks LEDs using the rtimer real-time timers adamdunkels 2007-04-03 19:02:27 +0000
  • 1d63347cfc Added mt_stop() calling mtarch_stop() to allow for thread resource cleanup. oliverschmidt 2007-04-03 18:47:21 +0000
  • d41c0671d9 Ooops, that was one level of indirection to much. oliverschmidt 2007-04-03 18:37:15 +0000
  • c8190f55e6 added quick fix for passing alternative external tools configuration files at startup. fros4943 2007-04-03 16:21:12 +0000
  • 2a216122b3 throwing exceptions when trying to access the library initially fros4943 2007-04-03 16:18:04 +0000
  • e2165bc38b Brought back mt.c which I had removed with revision 1.12 now that we have a cpu/native implementation of mtarch.c. oliverschmidt 2007-04-03 00:46:18 +0000
  • aa4434ca55 CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms. oliverschmidt 2007-04-03 00:40:51 +0000
  • d7a2317e33 Header already reduced adamdunkels 2007-04-02 20:02:23 +0000
  • 836552a742 API fixes adamdunkels 2007-04-02 20:02:13 +0000
  • c948c512f0 Makefile for tools adamdunkels 2007-04-02 20:01:24 +0000
  • cda806dc84 Bugfix: rudolph1 sometimes failed because the first packet was received from a neighbor adamdunkels 2007-04-02 19:12:37 +0000
  • d42b91fd20 Documentation updates adamdunkels 2007-04-02 18:07:10 +0000
  • 35957aa600 Removed unused button code adamdunkels 2007-04-02 18:06:35 +0000
  • c24044e80c Made text appear lower to the right, made window larger to accommodate all nodes adamdunkels 2007-04-02 17:58:43 +0000
  • 2d42bd9e2a Now keeps track of highest chunk number heard and sends NACKs until it sees it adamdunkels 2007-04-02 17:53:27 +0000
  • d7982e41c9 Added percentage output in netsim adamdunkels 2007-04-02 17:51:54 +0000
  • 7581aa5916 appending to textarea from awt thread fros4943 2007-04-02 17:44:43 +0000
  • e44657d05d added menu option for removing all motes from simulation fros4943 2007-04-02 16:50:07 +0000
  • d28069411d layout fix fros4943 2007-04-02 16:44:44 +0000
  • 8add3d4660 corrected comments joxe 2007-04-02 16:32:20 +0000
  • 66e6ce1656 minor changes fros4943 2007-04-02 16:31:28 +0000
  • 4be0e0ea8b removed reference to non-working mantis mote fros4943 2007-04-02 16:17:40 +0000
  • d68a7bb017 minor layout fix fros4943 2007-04-02 16:02:32 +0000
  • 5e69641bc1 changed to add messages using AWT thread nifi 2007-04-02 15:45:44 +0000
  • 2545a712bb licenses for libraries used by cooja fros4943 2007-04-02 14:55:11 +0000
  • 6515e4049b updated version (without refs to libraries) fros4943 2007-04-02 14:28:54 +0000
  • f5c25da9d9 removed unused libraries fros4943 2007-04-02 14:22:55 +0000
  • 3d5298ab69 always consuming button events fros4943 2007-04-02 14:14:26 +0000
  • 5a96a9cdb7 minor fixes fros4943 2007-04-02 13:42:05 +0000
  • 472619fe9c changed notification printout to be one line nifi 2007-04-02 13:35:54 +0000
  • 4e8631a034 added additional error handling when loading and reloading simulations fros4943 2007-04-02 12:45:19 +0000
  • c1bb9ce207 removed obsolete quickstart example fros4943 2007-04-02 10:55:54 +0000
  • 780561d80a added ant script to compile examples fros4943 2007-04-02 10:55:16 +0000
  • 0054bab730 dialog size fix fros4943 2007-04-02 10:32:37 +0000
  • 6e3dc4d24b added source file check before launching cooja fros4943 2007-04-02 10:28:52 +0000
  • 2f50533d30 Added LED output that shows when a file has been completely downloaded adamdunkels 2007-04-02 10:04:37 +0000
  • 05692681a7 Stats are already printed during exit() adamdunkels 2007-04-02 10:03:35 +0000
  • a26906f478 Made send intervals configurable when sending a new file adamdunkels 2007-04-02 09:51:45 +0000
  • 0f17706ef3 automatically generating cooja.jar fros4943 2007-04-02 09:07:30 +0000
  • c06c28c668 new mulithreading switch function. fros4943 2007-04-02 08:47:28 +0000
  • 5bceecfbb0 Added Cygwin networking support using WinPcap. oliverschmidt 2007-04-01 21:05:17 +0000
  • 01b9b31952 Moved wpcap*.[ch] from platform/minimal-net/net to cpu/native/net. oliverschmidt 2007-04-01 20:39:05 +0000
  • 25af6bdcea Documentation updates adamdunkels 2007-04-01 18:20:41 +0000
  • e6301c6221 Moved tapdev*.[ch] from platform/netsim/net and platform/minimal-net/net to cpu/native/net adamdunkels 2007-03-31 18:49:37 +0000
  • 8e45418649 Made sure that two packets sent consecutively from the same node do not interfere with each other adamdunkels 2007-03-31 18:47:27 +0000
  • a2047f5422 Readme file for the examples adamdunkels 2007-03-31 18:46:05 +0000
  • 58f45dbc19 Updated to use the cpu/native makefile adamdunkels 2007-03-31 18:44:14 +0000
  • e924c41a3b Added more printouts adamdunkels 2007-03-31 18:43:45 +0000
  • ce53fdd7f4 Now prints out sensor data adamdunkels 2007-03-31 18:41:13 +0000
  • 509ad55a2e Added text that shows what the computer is doing when making dependencies adamdunkels 2007-03-31 18:40:52 +0000
  • ac3b3ea3ca Removed unused file adamdunkels 2007-03-31 18:36:03 +0000
  • 6dc06d09af Made the number of retransmissions configurable adamdunkels 2007-03-31 18:33:27 +0000
  • 91aa54dc77 Made advertisments for new shorter routes quicker, and advertisements for longer routes slower adamdunkels 2007-03-31 18:33:04 +0000
  • 0650a014b5 Documentation updates adamdunkels 2007-03-31 18:31:27 +0000
  • 03b2399622 Correct function prototype adamdunkels 2007-03-31 11:20:20 +0000
  • c4300e8e8d Added #include that #defines NULL adamdunkels 2007-03-31 11:19:08 +0000
  • 1432347ca5 typo nifi 2007-03-30 11:07:11 +0000
  • 6aff1d2f57 changed to display contiki version + added notification about node id nifi 2007-03-30 08:27:47 +0000
  • e823d18ba2 Language fix adamdunkels 2007-03-30 08:17:47 +0000
  • 1ccc537a99 Readme file for the Contiki build system adamdunkels 2007-03-30 08:17:06 +0000
  • b0b7afb802 Removed erroneous documentation adamdunkels 2007-03-30 00:04:12 +0000