fros4943
2e11cfcdeb
removed compiler warning
2007-05-18 13:50:08 +00:00
fros4943
afe66ed534
cooja radio driver (uip + rime)
2007-05-18 13:49:49 +00:00
fros4943
63c7300388
cooja's init-net for uip and rime
2007-05-18 13:49:15 +00:00
fros4943
643ce5adfe
added support for several contiki comm stacks (uip + rime)
2007-05-18 13:45:19 +00:00
fros4943
41255df6b0
removed old radio_on/off functions
2007-05-18 13:13:18 +00:00
oliverschmidt
e5d6dd1db5
Removed sources from makefile which don't exist in the CVS repository.
2007-05-17 19:22:04 +00:00
adamdunkels
dc205a6982
Added error return value
2007-05-17 00:24:29 +00:00
adamdunkels
c4b212898b
Bugfix: should not invoke timer if timer list is empty.
2007-05-17 00:23:58 +00:00
fros4943
5b3923141f
added buffer overflow check
2007-05-15 18:13:32 +00:00
bg-
b0884bf41a
* Move loaded modules to higher addresses.
2007-05-15 16:21:29 +00:00
fros4943
2f29a448dd
radio_sstrength returns the signal strength of last packet received (instead of uninteresting current value)
2007-05-15 14:39:52 +00:00
bg-
02c2d3c9c0
* Scratch buffer is used as a string more often than not, change to
...
char * rather than unsigned char *.
2007-05-15 10:28:03 +00:00
adamdunkels
71573a4968
Added sht11 driver, energy estimation. Removed IP/SLIP support for now
2007-05-15 08:11:59 +00:00
adamdunkels
459d91512a
Added rtimer initialization
2007-05-15 08:11:33 +00:00
adamdunkels
4364a9929a
Removed WITH_UIP
2007-05-15 08:09:45 +00:00
adamdunkels
940da856de
Bugfixes, updates
2007-05-15 08:09:21 +00:00
adamdunkels
a9e8e9f4fe
Replaced uabc with polite, uibc with ipolite, added rudolph2
2007-05-15 08:08:05 +00:00
adamdunkels
ac9ba33bd5
Yet another network bulk flooding protocol
2007-05-15 08:07:46 +00:00
adamdunkels
18825e05b6
Strobes for unicast packets are now acked immediately. Sleep cycle is now configurable. Many bugfixes
2007-05-15 08:07:07 +00:00
adamdunkels
434a6376d7
Added nullmac
2007-05-15 08:06:07 +00:00
adamdunkels
d1c6b2eb0d
Added output functions
2007-05-15 08:05:52 +00:00
adamdunkels
5c79330b41
Made scalar values explicitly unsigned long. Preliminary support for cummulative estimates (larger than 32 bits)
2007-05-15 07:54:03 +00:00
adamdunkels
af997a93e0
Moved a much code as possible away from interrupt handler; main thread code now do not need to disable interrupts. Added energy estimation code. Added radio driver structure.
2007-05-15 07:53:09 +00:00
adamdunkels
177e07992d
A common structure for radio drivers. Used by MAC protocols.
2007-05-15 07:51:57 +00:00
adamdunkels
8437d95d82
Added hard real-time rtimer to standard include file
2007-05-15 07:48:11 +00:00
adamdunkels
7c88f16e47
Added Rime to default network include file
2007-05-15 07:47:54 +00:00
adamdunkels
5efb178dc3
Added MAC directory
2007-05-15 07:47:34 +00:00
adamdunkels
d9a4c02fab
Platform-specific energy estimation code
2007-05-15 07:42:22 +00:00
adamdunkels
db0571bef3
Identified polite broadcast primitive
2007-05-15 07:41:36 +00:00
adamdunkels
f539f4efd8
Polite broadcast primitive
2007-05-15 07:41:22 +00:00
adamdunkels
5728570aa4
A 'null' MAC protocol that does not do anything
2007-05-15 07:40:22 +00:00
fros4943
411ad59bda
removed Java 1.6 added ModalityType
2007-05-14 12:13:08 +00:00
bg-
5fb8871fb6
* NULL pointer spotted by Vlasios.
2007-05-13 15:14:48 +00:00
oliverschmidt
237b1617b5
Factored out setup directory search path for source files into Makefile.include.
...
- Search target specific directories before CPU specific directories.
- Search CPU specific directories before generic directories.
Note: I checked several builds but nevertheless one or the other might need some additional adjustsments. Sorry for the inconvenience.
2007-05-13 08:41:11 +00:00
oliverschmidt
4832e803e8
Made use of signed 32 bit data type.
2007-05-12 21:04:05 +00:00
oliverschmidt
4fd1e3ece0
Added signed 32 bit data type.
2007-05-12 20:58:12 +00:00
bg-
813b27d234
* Add last two relocs.
2007-05-11 15:40:16 +00:00
fros4943
fd53ff57dd
added retry option at failed simulation reload
2007-05-11 10:55:07 +00:00
fros4943
ca6b1d4bf8
restructured corecomm to throw exceptions instead of returning success of operation
2007-05-11 10:15:42 +00:00
fros4943
80ec85abad
forwarding java corecomm compilation output via messagelist
2007-05-11 10:02:13 +00:00
fros4943
8585881f6c
removed sun's proprietary icon
2007-05-10 17:08:44 +00:00
fros4943
d8080ddcad
added custom made error dialog for simulation (re)load errors
2007-05-10 17:05:01 +00:00
fros4943
79144edde6
showing custom made error dialog instead of JOptionPane's
2007-05-10 17:02:04 +00:00
fros4943
86f50ae5ce
forwarding compilation output with exception
2007-05-10 17:01:02 +00:00
fros4943
afcbbac7b7
added support for compilation output in mote type creation exception
2007-05-10 17:00:03 +00:00
fros4943
915b7d4d36
forwarding cause of exception
2007-05-10 16:59:00 +00:00
bg-
82aa4b4926
* When looking up potentially bad routes use uaodv_rt_lookup_any
...
rather than uaodv_rt_lookup.
2007-05-09 16:45:03 +00:00
nifi
4601d620b9
network setup for uip without slip
2007-05-09 15:13:01 +00:00
bg-
faf94db265
* Respect "destination only" flag in RREQs.
...
* If our routes seqno is <= requester last known seqno our route must
be bad (in his eyes). Previos comparison was < which must be wrong.
2007-05-09 14:53:54 +00:00
bg-
34490eeecb
* Make it explicit that some seqno:s are in host byte order by naming
...
them hseqno.
* Change uaodv_rt_add to take argument in (standard) network byte
order (and change it to be a pointer).
2007-05-09 13:54:41 +00:00