adamdunkels
|
6808bb387b
|
A shell command for posting a #sensortweet message to Twitter
|
2009-05-11 17:11:37 +00:00 |
|
adamdunkels
|
3bb946fa51
|
A shell command for posting arbitrary messages to Twitter
|
2009-05-11 17:10:55 +00:00 |
|
adamdunkels
|
a3101e14de
|
Contiki program that posts messages to the Twitter microblogging service
|
2009-05-11 16:57:49 +00:00 |
|
nvt-se
|
995e788d73
|
Fixed append->modify->append bug.
Approximately doubled the speed of file reservations.
Reduced the compiled code size by about 100 bytes by removing redundant code.
|
2009-05-11 16:35:49 +00:00 |
|
Mariano Alvira
|
ebee1f67d7
|
add radio_on and radio_off.
|
2009-05-11 12:01:15 -04:00 |
|
nvt-se
|
74e9bc8789
|
Added flash reads and writes to energest.
|
2009-05-11 15:26:24 +00:00 |
|
adamdunkels
|
4855d0325c
|
Small script for setting up NAT on Ubuntu (probably works on other linuxen too)
|
2009-05-11 07:01:54 +00:00 |
|
adamdunkels
|
900480959b
|
Increased the default number of queue buffers: there usually is plenty of RAM left, so we should be able to afford it
|
2009-05-10 21:15:16 +00:00 |
|
adamdunkels
|
5308a09dd3
|
Added debug output
|
2009-05-10 21:10:23 +00:00 |
|
adamdunkels
|
02734c9806
|
Bugfix: must copy the sender and receiver addresses from the packetbuf buffer, otherwise an application program may overwrite them
|
2009-05-10 21:10:02 +00:00 |
|
adamdunkels
|
fe5a1f1068
|
Added an optimization option that avoids multiple simultaneous broadcasts from neighbors: when a broadcast is to be sent, a sender does not send until it knows that no other nodes are broadcasting.
|
2009-05-10 21:09:05 +00:00 |
|
adamdunkels
|
fe30886b37
|
Added functionality for decaying routes: when a packet is sent over a route, it is decayed. If the route is not refreshed within four packets (with the route_refresh() function, which is called when a new packet arrives), the route is dropped. A route can be decayed at most once per second
|
2009-05-10 21:08:01 +00:00 |
|
adamdunkels
|
a220da3e88
|
Added new shell commands
|
2009-05-10 21:05:06 +00:00 |
|
adamdunkels
|
f6dbf82e05
|
Added two commands: unicast-send and unicast-recv that can be used to send unicast data
|
2009-05-10 21:04:40 +00:00 |
|
adamdunkels
|
904bb1487c
|
Broke out the 'neighbor' command functionality from the shell-rime.c file; reimplemented it to use the announcemnet primitive instead
|
2009-05-10 21:04:06 +00:00 |
|
adamdunkels
|
8458a4fe28
|
Added a 'netstat' command that (currently) shows active TCP connections
|
2009-05-10 21:02:24 +00:00 |
|
Mariano Alvira
|
05bd6c897c
|
Merge branch 'untested'
|
2009-05-09 16:41:23 -04:00 |
|
Mariano Alvira
|
ad1927f2c8
|
send aux string only when there is one to send
|
2009-05-09 16:40:43 -04:00 |
|
Mariano Alvira
|
49543941e1
|
Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested
|
2009-05-09 16:40:11 -04:00 |
|
Mariano Alvira
|
29d8cc6035
|
only send the aux string if there is one to send
|
2009-05-09 16:39:42 -04:00 |
|
Mariano Alvira
|
53de76fb60
|
Merge branch 'untested'
Conflicts:
mc1322x-load.pl
|
2009-05-09 16:38:37 -04:00 |
|
Mariano Alvira
|
cab6fdfbb2
|
Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested
|
2009-05-09 15:48:40 -04:00 |
|
Mariano Alvira
|
cb4dd0d23e
|
reverting this file back to dumping the calibration section.
|
2009-05-09 15:48:02 -04:00 |
|
Mariano Alvira
|
dc893dba57
|
Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested
|
2009-05-09 15:44:13 -04:00 |
|
Mariano Alvira
|
963d7a69de
|
don't hose the cpu by using read instead of input
|
2009-05-09 15:43:22 -04:00 |
|
Mariano Alvira
|
d47aa338ec
|
Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested
|
2009-05-09 15:31:13 -04:00 |
|
Mariano Alvira
|
706da17807
|
clean up and flash type workaround.
|
2009-05-09 15:30:54 -04:00 |
|
Mariano Alvira
|
e50480adea
|
Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested
|
2009-05-09 14:56:59 -04:00 |
|
Mariano Alvira
|
37a5b3d2ec
|
Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested
|
2009-05-09 14:56:12 -04:00 |
|
Mariano Alvira
|
2783ad26f0
|
clean up debug.
|
2009-05-09 14:55:48 -04:00 |
|
Mariano Alvira
|
c68af8819f
|
print appended , to the extra data
|
2009-05-09 14:53:27 -04:00 |
|
Mariano Alvira
|
a0db791175
|
add support for extra write data string.
|
2009-05-09 14:43:17 -04:00 |
|
Mariano Alvira
|
d60cc72ac4
|
terminate extra data string with a comma for flasher.c
|
2009-05-09 14:42:07 -04:00 |
|
Mariano Alvira
|
60582e33bf
|
changed the test condition to match the end of the captured string.
this is better in case there is junk at the beginning or if the first
one is incomplete.
also removed the debug ARGV print
|
2009-05-09 13:22:14 -04:00 |
|
Mariano Alvira
|
834ac85603
|
Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested
|
2009-05-08 18:06:46 -04:00 |
|
Mariano Alvira
|
002d63056b
|
send aux data on the command line after writing the files.
|
2009-05-08 18:06:06 -04:00 |
|
Mariano Alvira
|
04286f8aa7
|
Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested
|
2009-05-08 18:05:48 -04:00 |
|
Mariano Alvira
|
cd973de335
|
catch the aux. send.
still need to parse it for something like:
0x1e000,0x11223344,0x55667788
|
2009-05-08 18:04:55 -04:00 |
|
Mariano Alvira
|
6b77fe8c37
|
flashing needs a little more time.
|
2009-05-08 17:41:24 -04:00 |
|
Mariano Alvira
|
75cede71a6
|
Merge branch 'untested' of ssh://git.devl.org/home/malvira/git-pub/mc1322x-tests into untested
|
2009-05-08 17:29:44 -04:00 |
|
Mariano Alvira
|
6fbc97a798
|
this version of mc1322x can flash code with flasher.
|
2009-05-08 17:29:01 -04:00 |
|
Mariano Alvira
|
274f715f22
|
Merge branch 'untested' of git://git.devl.org/git/malvira/mc1322x-tests into untested
|
2009-05-08 17:27:53 -04:00 |
|
Mariano Alvira
|
3bea9ac2f0
|
this version of flasher works.
|
2009-05-08 17:27:24 -04:00 |
|
Mariano Alvira
|
311b2f49c4
|
finish merge of fast with repeat with second stage loading
|
2009-05-08 15:33:05 -04:00 |
|
Mariano Alvira
|
b7b99c15f2
|
first try at dual stage loading.
|
2009-05-08 15:31:18 -04:00 |
|
Mariano Alvira
|
4730dc048d
|
fixed syntax errors.
|
2009-05-08 15:28:34 -04:00 |
|
Mariano Alvira
|
e18588dd1a
|
first try at dual stage loading.
|
2009-05-08 15:10:21 -04:00 |
|
Mariano Alvira
|
c0b912dca2
|
flash and burn
completely untested.
|
2009-05-08 12:32:14 -04:00 |
|
joxe
|
6a7bc4c3a5
|
added mcu-chip temperature to accelerometer sensor - value 3
|
2009-05-08 16:03:50 +00:00 |
|
joxe
|
890eb830e8
|
ipv6 bridge between 802.15.4 and ethernet - over USB/SLIP - use with sliptap6
|
2009-05-08 12:49:36 +00:00 |
|