Commit graph

  • c4250420ce As adding some commands to the telnet server shell doesn't seem to be desirable in the application it's now done in the gui-specific code. oliverschmidt 2008-02-29 00:07:03 +0000
  • aa7ba44fb1 Avoided compiler warning. oliverschmidt 2008-02-28 23:59:05 +0000
  • 2ce444c175 Made use of shell_quit(). oliverschmidt 2008-02-28 23:50:02 +0000
  • 6479f001fa Added a shell_quit() function that cleanly exits the shell (currently untested though) adamdunkels 2008-02-28 23:29:07 +0000
  • 0fc8481f15 As adding some commands to the telnet server shell doesn't seem to be desirable in the application it's now done in the example. oliverschmidt 2008-02-28 23:12:47 +0000
  • 2b24ec3189 The cc65 compiler has a bug that doesn't allow to initialize an automatic struct with references to automatic variables. Therefore I changed the timetable used for measuring the timestamping time from automatic to static - which wastes some bytes in the data segment. If this isn't generally acceptable then an #ifdef __CC65__ seems to be the appropriate approach. oliverschmidt 2008-02-28 22:43:40 +0000
  • 20dc5ee52f Adjusted tabs. oliverschmidt 2008-02-28 22:11:30 +0000
  • 8a4890c9e5 Free up unused file descriptors. oliverschmidt 2008-02-28 21:56:47 +0000
  • 368d389970 Free up unused file descriptors. oliverschmidt 2008-02-28 21:36:37 +0000
  • edbae75705 Stick to CC_INLINE. oliverschmidt 2008-02-28 21:25:34 +0000
  • 1d3bae48dd added sd card support. nvt-se 2008-02-28 15:49:01 +0000
  • 2cc0135e35 cleaned up and fixed an error checking problem in the locking code. nvt-se 2008-02-28 15:11:22 +0000
  • cefaa38581 -debugging output fros4943 2008-02-27 10:39:17 +0000
  • 3b5fa2d8e5 added 5 second delay before actually burning the node id (may otherwise cause problems with the .upload script) fros4943 2008-02-25 16:34:56 +0000
  • a0c833da11 Mistakenly included development code in the Makefile target adamdunkels 2008-02-25 13:22:34 +0000
  • f464ae3cc4 update to conform to newer Contiki, in particular set_channel stuff thiemovoigt 2008-02-25 12:04:41 +0000
  • b79cb25ccd update to conform to newer Contiki, i.e. set_channel for radio thiemovoigt 2008-02-25 12:03:25 +0000
  • d0c80b9210 Removed inclusion of old Chameleon Makefile adamdunkels 2008-02-25 11:57:55 +0000
  • 412facb831 This is an initial commit of an implementation of the Chameleon architecture for the Rime stack for Contiki. The Chameleon architecture separates the header processing from the Rime protocol logic. Instead of having each protocol create its own part of the packet header, protocols use packet attributes. Before sending a packet, a special Chameleon header processing module creates a packet header from the packet attributes. The same Chameleon module parses incoming packets and creates packet attributes from the header. adamdunkels 2008-02-25 02:14:34 +0000
  • 39abed8672 Moved old CC2420 driver to the backyard adamdunkels 2008-02-24 22:29:08 +0000
  • 8f6d2d6c3f Added simple-cc2420 include, added argument to mac->off() adamdunkels 2008-02-24 22:27:41 +0000
  • 9c57e5e272 Moved old Makefile (non-working) from platform/sky to backyard/platform/sky adamdunkels 2008-02-24 22:22:17 +0000
  • ad2a8e5e97 Changed all occurences of u8_t and u16_t to uint8_t and uint16_t adamdunkels 2008-02-24 22:15:46 +0000
  • 974870359a Changed all occurences of u8_t and u16_t to uint8_t and uint16_t adamdunkels 2008-02-24 22:10:30 +0000
  • d99ca27820 Changed all occurences of u8_t and u16_t to uint8_t and uint16_t adamdunkels 2008-02-24 22:05:27 +0000
  • 17f13e38e8 TCP/IP-networking examples for the Tmote Sky platform adamdunkels 2008-02-24 21:33:57 +0000
  • 57f2dfa743 Decrease TTL for forwarded packets adamdunkels 2008-02-24 21:14:25 +0000
  • 3106840c56 Code style fixes adamdunkels 2008-02-24 21:13:36 +0000
  • 307fc41646 Detect if node is attached to a SLIP line to set node to become the network's gateway adamdunkels 2008-02-24 21:13:03 +0000
  • 5bcd0ab60b Reduced uIP buffer size to allow for TCP data over Rime mesh routing protocol adamdunkels 2008-02-24 21:11:35 +0000
  • 3c1b0f4e65 Debug output slightly improved adamdunkels 2008-02-24 21:09:08 +0000
  • 16c715aade Updated collect_open() definiton to match prototype declaration adamdunkels 2008-02-24 21:08:37 +0000
  • be1dd57cb3 Stopping watchdog before sending packets to allow for wait times longer than 1 second. Reduced default on time to 5 ms. Added option for turning off X-MAC but keeping the radio turned on. adamdunkels 2008-02-24 21:07:28 +0000
  • 32a3fa5d4a Added parameter to the mac off() method that specifies whether or not the radio should be turned off when the MAC layer is turned off adamdunkels 2008-02-24 21:05:28 +0000
  • 436d1f25eb Added a configuration option for using u32 in the uip_ip4addr_t structure: UIP_CONF_UIP_IP4ADDR_T_WITH_U32 adamdunkels 2008-02-24 21:04:15 +0000
  • 8c782de931 Ensure that no more data than can be held by the buffer is sent with uip_send() adamdunkels 2008-02-24 21:03:24 +0000
  • 49bc31236e Improved debug output adamdunkels 2008-02-24 21:02:09 +0000
  • af48b648ee Added a function that gets called when we see SLIP input. This function can be used to determine if a node is a SLIP gateway or not. adamdunkels 2008-02-24 21:00:53 +0000
  • 8906441004 Changed all sprintf() calls to snprintf() to make it useful for systems with very low buffer size adamdunkels 2008-02-24 20:59:51 +0000
  • bd04cc1a32 Added command for turning the MAC protocol on or off adamdunkels 2008-02-24 20:58:35 +0000
  • 814558b1fe Rewrote the telnet server to buffer the output in a single, large buffer rather than as individual lines. This both makes output faster and makes it possible to buffer more outgoing data. adamdunkels 2008-02-24 20:43:28 +0000
  • 10692296a1 Specify that the telnet server uses the shell application adamdunkels 2008-02-24 20:38:57 +0000
  • 9c51d8ef1b Added a shell_start() function that prints out the shell prompt and a small helpful message adamdunkels 2008-02-24 20:35:03 +0000
  • 33c2116f6a Better looking senseconv output adamdunkels 2008-02-24 20:34:05 +0000
  • 42f52947e0 Made ping output nicer, made rtt measurement work without timesynch too adamdunkels 2008-02-24 20:33:38 +0000
  • 2c5e167b20 added method for checking if radio is on/off. the method is currently only used by contikradio:s. fros4943 2008-02-23 10:10:42 +0000
  • f5e7da082c Replaced '404.html' with 'notfound.html' as '404.html' is no valid filename for the Apple2 disk operating system ProDOS 8. oliverschmidt 2008-02-21 09:25:54 +0000
  • f577b17ab3 added predefined obstacles (no need for external images) fros4943 2008-02-18 08:21:59 +0000
  • 3675479274 added access control when applet fros4943 2008-02-18 08:18:01 +0000
  • d74fd06536 Now that process initialization has been changed (back) to synchronous it needs to be called after reading the config file and setting the mouse sprite in order to preserve the existing logic. oliverschmidt 2008-02-17 14:12:52 +0000
  • 93789de9dd Now that process initialization has been changed (back) to synchronous it needs to be called after reading the config file in order to preserve the existing logic. oliverschmidt 2008-02-17 14:11:48 +0000
  • f74e918f00 Adjusted process display cgi to recent change in process states. oliverschmidt 2008-02-17 13:59:22 +0000
  • a7e73d030a Added naive snprintf support. oliverschmidt 2008-02-16 08:56:29 +0000
  • 2add546d00 Improve consistency if WITH_LOADER_ARCH is 0. oliverschmidt 2008-02-15 17:31:44 +0000
  • 8f81934bfd Since revision 1.11 the usage of the label 'ip_send_nolen' isn't solely depending on UIP_UDP anymore. oliverschmidt 2008-02-15 17:12:46 +0000
  • df441f50a3 Replaced (now obsolete) PROCESS_LOADABLE with AUTOSTART_ENABLE. oliverschmidt 2008-02-15 16:51:06 +0000
  • be4ea6bd91 updated since GUI.frame was removed fros4943 2008-02-15 13:20:22 +0000
  • a06b85f74b adjusted uIP parameters. nvt-se 2008-02-13 15:41:04 +0000
  • d42ed7d5da fixed some javadoc warnings fros4943 2008-02-12 15:31:22 +0000
  • 930ec5d63a changed to application modal dialogs instead of toolkit modal fros4943 2008-02-12 15:25:41 +0000
  • 3b2a19c1ae isVisualized handling both visualized in frame and in applet. fros4943 2008-02-12 15:20:56 +0000
  • fe11ea6c8f added cooja applet target fros4943 2008-02-12 15:17:50 +0000
  • 8d82edfe81 cooja applet files fros4943 2008-02-12 15:17:00 +0000
  • f1721cad53 removed public static JFrame frame variable. components should instead access the top parent container via getTopParentContainer() fros4943 2008-02-12 15:12:38 +0000
  • 773736a6ca 432 fros4943 2008-02-12 15:03:22 +0000
  • 6c8151b449 removed public static JFrame frame variable. components should instead access the top parent container via getTopParentContainer() fros4943 2008-02-12 15:03:02 +0000
  • 27ac84d009 simlog function declaration fros4943 2008-02-11 18:45:18 +0000
  • 4c56fce697 updated cfs_write arguments fros4943 2008-02-11 18:40:16 +0000
  • d7ed256dfc removed contiki dependency variable: node_id fros4943 2008-02-11 16:09:47 +0000
  • 04c10bcee7 added sky led interface (+ updated esb+contiki mote led interfaces) fros4943 2008-02-11 15:53:28 +0000
  • 71b2afe79f sky serial port fros4943 2008-02-11 15:23:37 +0000
  • 76520cc90f tmotesky mote fros4943 2008-02-11 15:23:10 +0000
  • c0aa6957c7 tmotesky mote type fros4943 2008-02-11 15:22:07 +0000
  • 38cce5e9c7 added icon interface fros4943 2008-02-11 15:17:30 +0000
  • bae02d252a automatically updating when new mote types are added/removed fros4943 2008-02-11 14:37:17 +0000
  • 36f70eff7c msp mote memory now contains map entries instead of name->address hash fros4943 2008-02-11 14:07:38 +0000
  • 2beb497c35 possible bugfix: setting title before disposing error dialog fros4943 2008-02-11 14:04:51 +0000
  • c8f1906479 throwing unknown variable exceptions fros4943 2008-02-11 14:04:16 +0000
  • afebaa9e97 catching unknown variable exceptions + using integer size fros4943 2008-02-11 14:03:19 +0000
  • 47165456ca added unknown variable exception + method for fetching integer size fros4943 2008-02-11 14:02:29 +0000
  • 74df59e4a2 set rime communication stack default fros4943 2008-02-11 14:00:19 +0000
  • 07834f08de new step method takes maximum cycle count argument fros4943 2008-02-11 11:50:44 +0000
  • ae603b1450 updated: setNote was removed from utils/StackUI fros4943 2008-02-11 11:48:38 +0000
  • da49b950d4 Count the number of times the watchdog has been stopped to avoid starting it when someone else has stopped it adamdunkels 2008-02-11 10:45:19 +0000
  • 660b7f9a78 Initialize watchdog instead of stopping and starting it adamdunkels 2008-02-11 10:44:49 +0000
  • 6740d95bfa Initialize serial line with 115200 bps for SLIP adamdunkels 2008-02-11 10:44:12 +0000
  • fbcf9b6fcf Disable watchdog while burning node ID adamdunkels 2008-02-11 10:43:47 +0000
  • 8058a49d21 Code style fix adamdunkels 2008-02-11 10:43:31 +0000
  • 9550fad2f3 Added sizeplot target that plots and shows the size of the code adamdunkels 2008-02-11 10:43:02 +0000
  • b252bb9fc9 Removed finally unnecessary cast (and reverted unintentionally commited change). oliverschmidt 2008-02-10 22:52:41 +0000
  • 2632f8f937 Removed finally unnecessary cast. oliverschmidt 2008-02-10 22:36:36 +0000
  • 0e96534ca8 Now that process initialization has been changed (back) to synchronous it needs to be called after adding program handler menu items in order to preserve the the existing program handler logic. oliverschmidt 2008-02-10 19:14:48 +0000
  • c49fdee653 Avoided compiler warning. oliverschmidt 2008-02-10 12:30:57 +0000
  • f4095c7289 Avoided compiler warnings by adding casts and moved variable definitions to the begin of function bodies. oliverschmidt 2008-02-10 12:29:54 +0000
  • 4e6508b578 Avoided compiler warnings by adding casts. However it might make sense to start taking into account that C pointer differences do not have the type 'int'... oliverschmidt 2008-02-10 12:24:43 +0000
  • 8823dfe250 Adjusted to the new shell. oliverschmidt 2008-02-10 12:13:06 +0000
  • 2b1abd87af Replaced (now obsolete) PROCESS_LOADABLE with AUTOSTART_ENABLE (and use it now in the platform build to start the program handler). oliverschmidt 2008-02-10 11:29:24 +0000
  • d1ad3d0246 Decorate declaration rather than definition with export attribute. oliverschmidt 2008-02-10 11:17:33 +0000
  • 034bc4ec66 Adjusted to the new shell. oliverschmidt 2008-02-09 18:56:26 +0000
  • f244bdbf2d Accomodate for the now more complex shell output. oliverschmidt 2008-02-09 18:51:56 +0000