Timeline
09/13/11:
- 18:56 Changeset [1196] by
- updated screenshot of OpenVisualizer
- 13:16 Changeset [1195] by
- OpenVisualizer displays data being sent outside of the mote network
- 11:48 Changeset [1194] by
- cleaned up the calls to openserial_printError
- 11:33 Changeset [1193] by
- DEBUG_MOTEID_MASTER is DAGroot and bridge
- 11:24 Changeset [1192] by
- Non-DAGroot motes send data to aaaa::2 over UDP
- 11:19 Ticket #101 (remove neighbors when too old) created by
- 11:03 Changeset [1191] by
- displays motes on a default square; no link yet.
- 10:51 Changeset [1190] by
- typo
- 10:49 Ticket #89 (shared slot MAC behavior) closed by
- fixed: Fixed by r1189.
- 10:49 Changeset [1189] by
- Fixes #89.
- 10:12 Changeset [1188] by
- schedule_indicateRx/Tx are called directly from IEEE802154E, not from RES …
- 09:51 Changeset [1187] by
- reorganizing function in schedule.h/c
- 09:47 Changeset [1186] by
- Decrementing backoff counter in schedule_getOkToSend
- 09:33 Changeset [1185] by
- implemented shared slot behavior in the IEEE802154E module. Next step: …
- 09:23 Changeset [1184] by
- displaying anycast slots better
- 09:20 Changeset [1183] by
- displayin backoffExponent column in openvisualizer
- 09:18 Changeset [1182] by
- adding backoffExponent column
- 09:08 Changeset [1181] by
- cleaner display of shared slot
- 09:05 Changeset [1180] by
- anycast TXRX slot implemented. Next step: shared slot (and backoff …
- 08:52 Changeset [1179] by
- modifying the schedule so it contains only an ADV and a shared TXRX …
- 08:49 Changeset [1178] by
- add concept of anycast in OpenVisualizer
- 08:48 Changeset [1177] by
- Adding the concept of anycast in mote code.
- 08:46 Changeset [1176] by
- displaying shared/backoff column in OpenVisualizer. Partial fix for #89.
- 08:39 Changeset [1175] by
- Added a shared and a backoff column to the schedule table. Partial fix …
- 08:31 Ticket #100 (adding a TXRX type of slot) closed by
- fixed
- 08:31 Ticket #88 (upstream routing using simplified RPL DIOs) closed by
- fixed: Fixed in r1174.
- 08:31 Changeset [1174] by
- Fixes #88.
- 08:28 Ticket #94 (update preferred parent) closed by
- not a bug: Was already present.
- 08:27 Changeset [1173] by
- RPL is implemented, but simplified to perform only single-hop …
- 08:23 Ticket #100 (adding a TXRX type of slot) created by
- used e.g. for exchanging RPL DIO packets (or any broadcast packet)
- 08:22 Changeset [1172] by
- enabled RPL. Created a TXRX type of slot. Motes calculate their DAGrank.
09/12/11:
- 19:20 Ticket #99 (place motes on topology display) created by
- 19:18 Ticket #96 (DAGroot should also send KA's to its neighbors) closed by
- fixed: Fixed by r1171.
- 19:18 Changeset [1171] by
- Fixes #96.
- 19:11 Ticket #98 (inconsistency in statistics between neighbor and schedule) closed by
- fixed: Fixed in r1170.
- 19:10 Changeset [1170] by
- Fixes #98.
- 18:31 Ticket #98 (inconsistency in statistics between neighbor and schedule) created by
- 18:27 Ticket #93 (updated statistics columns in schedule) closed by
- fixed: Fixed in r1169.
- 18:27 Changeset [1169] by
- OpenVisualizer displays statistics in schedule. Fixes #93.
- 18:26 Changeset [1168] by
- mote updates statistics in schedule. Partial fix for #93.
- 16:50 Ticket #97 (use Python struct.unpack in each record* function) created by
- The current (very manual) method works, but is very hard to maintain. …
- 16:37 Changeset [1167] by
- Cleaner display of "time since" in neighbor table.
- 16:33 Ticket #95 (display time since in neighbor table) closed by
- fixed: Fixed in r1166.
- 16:32 Changeset [1166] by
- Fixes #95.
- 16:15 Ticket #96 (DAGroot should also send KA's to its neighbors) created by
- ...but not sync to the ACK's it receives in return.
- 16:01 Ticket #92 (synchronize only to preferred parent) closed by
- fixed: Fixed in r1165.
- 16:01 Changeset [1165] by
- Fixes #92.
- 15:52 Changeset [1164] by
- selecting the neighbor to sync with is done before calling the …
- 14:52 Changeset [1163] by
- Moving the synchronization function at the end of the slot, not to …
- 14:47 Changeset [1162] by
- temporary commit. I'm moving synchronization at the end of the slot to fix …
- 14:17 Ticket #95 (display time since in neighbor table) created by
- 14:16 Ticket #94 (update preferred parent) created by
- 14:03 Ticket #93 (updated statistics columns in schedule) created by
- The schedule table contains statistics about each slot: * numUsed: number …
- 13:35 Ticket #80 (send KA to all nodes) closed by
- fixed: Fixed in r1161.
- 13:35 Changeset [1161] by
- Fixes #80.
- 13:27 Ticket #92 (synchronize only to preferred parent) created by
- 13:14 Ticket #81 (after ADV, neighbor table not complete) closed by
- fixed: Fixed in r1160
- 13:14 Changeset [1160] by
- Fixes #81.
- 12:22 Ticket #91 (implement CoAP) created by
- As per http://tools.ietf.org/html/draft-ietf-core-coap-07. Minimal …
- 12:21 Ticket #90 (connect mote network to the Internet) created by
- Involves writing a connect which can be used together with the …
- 12:19 Ticket #89 (shared slot MAC behavior) created by
- In a shared slot, after sending a packet with no ACK, the sender doubles …
- 12:17 Ticket #88 (upstream routing using simplified RPL DIOs) created by
- 12:05 Ticket #86 (print error code when mote joins network) closed by
- fixed: Fixed by r1159.
- 12:05 Changeset [1159] by
- mote print "error" when gets synchronized. Fixes #86.
- 11:59 Ticket #83 (is CRC checked?) closed by
- fixed: Fixed in r1158.
- 11:58 Changeset [1158] by
- replaced "manual" parsing of 15.4 header by a more fancy do-while(0) loop …
- 11:11 Ticket #87 (get JTAG capability into TelosB/EPIC) created by
- 11:06 Ticket #86 (print error code when mote joins network) created by
- 10:58 Ticket #85 (make TSCH guide more visible on Wiki) created by
- 10:56 Ticket #84 (move radio security info from file to wiki page) created by
- 10:52 Ticket #83 (is CRC checked?) created by
- it looks like corrupted packets get past the radio drivers. Is the CRC …
- 10:45 Ticket #79 (wrong state in start of frame, state=17 slotOffset=4) closed by
- not a bug: This bug is likely due to the fact that different motes formed …
- 10:36 Ticket #82 (translateErrorToString crashes when error unknown) created by
- translateErrorToString() raises an exception when the errorCode passed …
- 10:18 Changeset [1157] by
- ADV sent every 10s; KA re-enabled.
- 10:08 Ticket #81 (after ADV, neighbor table not complete) created by
- After receiving a single ADV packet, the timestamp stays at 0 (a.w.a other …
- 10:07 Ticket #78 (Synchronizing with multiple motes) closed by
- fixed: Fixed in r1156.
- 10:07 Ticket #80 (send KA to all nodes) created by
- ... and resync only to the preferred parent.
- 10:01 Changeset [1156] by
- removed error printing when RPL is busy sending
- 09:56 Changeset [1155] by
- Introduced new 3-mote schedule
09/11/11:
- 10:39 Changeset [1154] by
- cleaner use of the 'poipoi' comment indicating a temporary debug fix
- 09:53 Ticket #79 (wrong state in start of frame, state=17 slotOffset=4) created by
09/09/11:
- 19:11 Ticket #78 (Synchronizing with multiple motes) created by
- Somehow this does work. A third mote does not appear in the neighbor table …
- 19:05 Ticket #77 (RSSI reading on OpenVisualizer doesn't seem right) closed by
- fixed: Fixed in r1153.
- 19:05 Changeset [1153] by
- RSSI displayed correctly in openVisualizer. Fixes #77.
- 19:04 Changeset [1152] by
- neighbor RSSI handled as a signer 8-bit int. Value gathered correctly from …
- 18:04 Ticket #77 (RSSI reading on OpenVisualizer doesn't seem right) created by
- It current displays values around -30dBm. Something is wrong, either with …
- 18:01 Ticket #76 (retransmitted packets have an increasing sequence number) closed by
- not a bug: Most likely an artifact from the sniffer, which didn't show the ACK.
- 18:00 Ticket #75 (multiple ACKs in a row with different DSNs) closed by
- not a bug: This seems to have been an artifact from the sniffer, which didn't pick up …
- 17:50 Changeset [1151] by
- Adding Notepad++ session for the OpenVisualizer project
- 17:49 Ticket #69 (better isSync status message) closed by
- fixed: Fixed in r1150.
- 17:48 Changeset [1150] by
- OpenVisualizer displays MAC stats. Fixes #69.
- 17:48 Changeset [1149] by
- mote gathers and prints MAC stats
- 17:30 Changeset [1148] by
- typos in mote code
- 15:16 Changeset [1147] by
- mote prints error when calling freePacketBuffer on an address space not …
- 15:13 Changeset [1146] by
- mote prints error when trying to free a memory space which is unused.
- 15:01 Ticket #74 (different default MAC stats value) closed by
- fixed: Fixed by r1145.
- 15:01 Changeset [1145] by
- Fixes #74.
- 14:58 Ticket #76 (retransmitted packets have an increasing sequence number) created by
- 14:56 Ticket #75 (multiple ACKs in a row with different DSNs) created by
- 14:54 Ticket #73 (validate ACK by DSN value) closed by
- fixed: Fixed by r1144.
- 14:53 Changeset [1144] by
- Fixes #73.
- 14:38 Ticket #72 (ACK not sent with right sequence number) closed by
- fixed: Fixed by r1143.
- 14:38 Changeset [1143] by
- fixes #72.
- 14:35 Ticket #74 (different default MAC stats value) created by
- 14:34 Ticket #73 (validate ACK by DSN value) created by
- 14:24 Ticket #72 (ACK not sent with right sequence number) created by
- 14:02 Ticket #59 (update statistics and send KA) closed by
- fixed: Fixed in r1142.
- 14:02 Changeset [1142] by
- KA-based synchronized. This fixes #59.
- 13:15 Changeset [1141] by
- added an error when mote desynchronizes, as well as a field in the stats.
- 13:06 Ticket #71 (motes do not synchronize on non-ADV packets send to 0xffff) closed by
- fixed: Fixed in r1139.
- 13:01 Changeset [1140] by
- cleaned up MAC stats code
- 12:40 Changeset [1139] by
- important important changes in IEEE802.15.4e - send ADV up the stack so …
- 12:36 Changeset [1138] by
- ignore the *.tmp files created by IAR
- 12:36 Changeset [1137] by
- disable RPL, enable AppUdpTimer?
- 12:35 Changeset [1136] by
- typos
- 12:35 Changeset [1135] by
- send a packet up the stack only if it still contains some bytes
- 12:34 Changeset [1134] by
- renumbering the errors correctly
- 12:34 Changeset [1133] by
- the source address of all packets is always set to the sender's 64-bit EUI …
- 12:33 Changeset [1132] by
- the radio drivers toss the CRC after copying the packet over SPI from the …
09/08/11:
- 22:07 Changeset [1131] by
- added descriptive file (radio-security module) on the AES module of the …
- 22:01 Changeset [1130] by
- added feature to send infima (maximum and minimum) of the synchronization …
- 21:29 Ticket #71 (motes do not synchronize on non-ADV packets send to 0xffff) created by
- 21:07 Changeset [1129] by
- typo
- 20:00 WikiStart edited by
- (diff)
- 18:03 Ticket #70 (no serial data when mote is desync'ed, about 50% of time) created by
- 17:56 Changeset [1128] by
- Added functions to elect KA neighbor and create packet. Next step: declare …
- 16:29 Changeset [1127] by
- RES layer uses RES timer to switch between sending ADV and RES. sendRes() …
- 16:02 Ticket #69 (better isSync status message) created by
- as part of the isSync status message, send the max desynchronization since …
- 15:52 Ticket #68 (handle outputbuffer indexes better) created by
- currently, the w and r indexes are always the same. It should be possible …
- 15:38 Ticket #64 (timestamp packets being sent/received at 15.4e layer) closed by
- fixed: Fixedf in r1126.
- 15:38 Changeset [1126] by
- neighbor table contains timestamp (ASN) when neighbor was least heard. …
- 15:37 Changeset [1125] by
- - better use of semaphores - neighbor timestamps displayes as lastheard
- 15:13 Changeset [1124] by
- 15.4e writes the ASN of the Tx/Rx? slot in the metadata of the packet.
- 15:06 Ticket #66 (manage numTx and numTxAck better) closed by
- fixed
- 15:06 Changeset [1123] by
- Fixes #66.
- 14:47 Ticket #67 (add isSync status) closed by
- fixed: Fixed by r1121 and r1122.
- 14:47 Changeset [1122] by
- openVisualizer displays sync'ed motes in green. Fixes #67.
- 14:46 Changeset [1121] by
- mote prints a isSync status message (partially fixing #67)
- 14:23 Ticket #67 (add isSync status) created by
- this could color the background of the mote frame red/green
- 14:21 Ticket #66 (manage numTx and numTxAck better) created by
- currently, the 15.4e layer indicates TxDone? after having tried potentially …
- 14:19 Ticket #65 (display tables in OpenVisualizer) created by
- current, OpenVisualizer displays the schedule, queue and neighbor tables …
- 14:14 Ticket #64 (timestamp packets being sent/received at 15.4e layer) created by
- 14:06 Changeset [1120] by
- openvisualizer displays the neighbor table nicely
- 14:06 Changeset [1119] by
- TX/RX indicated to neighbor module, which keeps nice statistics
- 14:04 Changeset [1118] by
- updated stack organization diagram
- 12:45 Changeset [1117] by
- typo
- 12:44 Changeset [1116] by
- openvizualizer prints errors
- 12:40 Changeset [1115] by
- added a dummy error
- 12:34 Changeset [1114] by
- openvisualizer displays neighbor table
- 12:33 Changeset [1113] by
- mote prints neighbor table
- 12:05 Changeset [1112] by
- cleaner openDisplay.py
- 11:56 Changeset [1111] by
- mote prints schedule
- 11:55 Changeset [1110] by
- openvisualizer displays schedule
- 11:00 Changeset [1109] by
- cleaner openvisualizer code
- 10:49 Changeset [1108] by
- mote prints all status elements
- 10:48 Changeset [1107] by
- openvisualizer displays all status elements
- 09:16 Changeset [1106] by
- fixed openvisualizer freezing
09/01/11:
- 13:54 Ticket #60 (Adapt OpenVisualizer to print appropriate errors and messages) closed by
- fixed
- 13:53 Changeset [1105] by
- Minor edit to deal with openWSN.h file
- 13:47 TschFaq edited by
- (diff)
- 13:25 TschStart edited by
- (diff)
- 12:47 OpenVisualizer edited by
- (diff)
- 12:46 OpenVisualizer edited by
- (diff)
- 12:44 OpenVisualizer edited by
- (diff)
- 12:39 OpenVisualizer edited by
- (diff)
08/26/11:
08/25/11:
- 11:53 TschSynchronization edited by
- (diff)
- 11:53 TschSynchronization edited by
- (diff)
- 11:37 TschSynchronization edited by
- (diff)
- 11:07 TschStackIntegration edited by
- (diff)
- 10:53 TschNutshell edited by
- (diff)
08/22/11:
08/21/11:
- 23:58 TschTimer edited by
- (diff)
- 23:48 TschTimer edited by
- (diff)
- 23:44 TschTimer edited by
- (diff)
- 23:42 TschTimer edited by
- (diff)
- 23:31 TschTimer edited by
- (diff)
- 23:30 Changeset [1104] by
- time figure
- 23:24 TschTimer edited by
- (diff)
08/20/11:
- 13:30 TschTimer edited by
- (diff)
- 13:12 TschTimer edited by
- (diff)
- 13:08 TschTimer edited by
- (diff)
- 12:51 TschRadio edited by
- (diff)
- 12:49 TschRadio edited by
- (diff)
- 12:47 TschRadio edited by
- (diff)
- 12:45 TschRadio edited by
- (diff)
- 12:45 TschRadio edited by
- (diff)
- 12:23 TschRadio edited by
- (diff)
- 12:21 TschTimer edited by
- (diff)
- 12:21 TschTimer edited by
- (diff)
- 12:18 TschEnvironment edited by
- (diff)
- 12:15 TschRadio edited by
- (diff)
- 12:14 TschTimer edited by
- (diff)
- 12:13 TschEnvironment edited by
- (diff)
- 12:11 TschEnvironment edited by
- (diff)
- 11:58 OpenGettingStarted edited by
- (diff)
- 11:56 Changeset [1103] by
- more figures
- 11:56 OpenGettingStarted edited by
- (diff)
- 11:47 OpenGettingStarted edited by
- (diff)
- 11:44 Changeset [1102] by
- new figure
- 11:43 OpenGettingStarted edited by
- (diff)
- 11:34 OpenGettingStarted edited by
- (diff)
- 11:33 OpenGettingStarted edited by
- (diff)
- 11:31 OpenGettingStarted edited by
- (diff)
- 11:20 TschEnvironment edited by
- (diff)
- 10:48 Changeset [1101] by
- completed radio driver documentation. uploading the Doxygen output.
- 09:48 Changeset [1100] by
- many more Doxygen comments
- 08:07 Changeset [1099] by
- more Doxygen files
- 07:48 Changeset [1098] by
- more Doxygen formatting
- 07:33 Changeset [1097] by
- doxygen formatting for many layers
- 07:02 Changeset [1096] by
- Doxygen formatting for 02b-RES layer
- 06:56 Changeset [1095] by
- Doxygen formatting for 02a-MAC layer
- 06:53 Changeset [1094] by
- starting Doxygen documentation
08/19/11:
- 19:11 Ticket #58 (ACK based synchronization) closed by
- fixed: fixed in r1092.
- 19:10 Changeset [1093] by
- implemented LED as per OpenLedConventions
- 19:08 OpenLedConventions edited by
- (diff)
- 19:05 Changeset [1092] by
- ACK-based synchronization
- 18:41 TschFsm edited by
- (diff)
- 18:40 Changeset [1091] by
- updated chronogram
- 18:36 Changeset [1090] by
- receiver puts timecorrection in ACK
- 17:17 Changeset [1089] by
- mote now synchronize off of any packet it receives: ADV during …
- 17:05 Changeset [1088] by
- synchronize using syncCapturedTime and l2_nextORpreviousHop
- 16:52 Changeset [1087] by
- introduced the syncCapturedTime in IEEE802154E and chronogram. Doesn't do …
- 15:45 Ticket #63 (manage critical sections) closed by
- fixed
- 15:44 Changeset [1086] by
- protecting the schedule through monitor functions
- 15:26 Changeset [1085] by
- protecting the TSCH schedule through monitor functions
- 15:21 Changeset [1084] by
- protecting the queue variable in OpenQueue? by through monitor functions
- 15:16 Changeset [1083] by
- protecting the following IDManager variables in monitor functions: - …
- 13:53 Changeset [1082] by
- IEEE802154E and RES now talk over openqueue only. All of the IEEE802.15.4e …
- 00:19 Ticket #63 (manage critical sections) created by
- in following functions: openqueue_getFreePacketBuffer …
- 00:08 Changeset [1081] by
- renamed cellTable into schedule
- 00:04 Changeset [1080] by
- The RES layer is now receiving the packets sent to MAC and adds the …
08/18/11:
- 23:29 Ticket #62 (RSSI measurement is not done correctly) closed by
- fixed: fixed in r1079.
- 23:28 Changeset [1079] by
- fixes #62.
- 23:28 Ticket #62 (RSSI measurement is not done correctly) created by
- Hi everyone, I have been browsing the OpenOS code and just noticed in …
- 23:14 Ticket #61 (Fix Synchronization bug that occurs at the end of a slot) closed by
- fixed: Fixed in r1078.
- 23:13 Changeset [1078] by
- solves #61.
08/17/11:
- 20:26 Changeset [1077] by
- Fixed bug to make sure we can send receive over serial even when not …
- 19:49 Ticket #61 (Fix Synchronization bug that occurs at the end of a slot) created by
- Edge case where we don't have time to update the timer to adjust for the …
- 19:46 Ticket #60 (Adapt OpenVisualizer to print appropriate errors and messages) created by
- Works now. Needs to be tested on a few different computers.
- 19:45 Ticket #59 (update statistics and send KA) created by
- Implement function at the RES layer to keep statistics per neighbor. If …
- 19:42 Ticket #58 (ACK based synchronization) created by
- 19:41 Ticket #38 (synchronizing on not timeparent at network ramp-up) closed by
- invalid
- 19:41 Ticket #38 (synchronizing on not timeparent at network ramp-up) reopened by
- 19:40 Ticket #4 (keep statistics per channel) closed by
- invalid
- 19:40 Ticket #10 (impact of queue on ACK'ing) closed by
- invalid
- 19:40 Ticket #9 (TSCHqueue does not flush correctly) closed by
- invalid
- 19:40 Ticket #38 (synchronizing on not timeparent at network ramp-up) closed by
- fixed
- 19:40 Ticket #2 (Dequeue done while busy==true) closed by
- invalid
- 19:40 Ticket #56 (function for adding/removing protocol headers) closed by
- invalid
- 19:39 Ticket #18 (hopping with blacklists) closed by
- invalid
- 19:39 Ticket #17 (evaluate ETX through RSSI) closed by
- invalid
- 19:39 Ticket #16 (remove neighbors intelligently) closed by
- invalid
- 19:39 Ticket #44 (show on GUI when node is sync of not) closed by
- invalid
- 19:37 Ticket #15 (synchronization happens in two steps) closed by
- invalid
- 19:37 Ticket #57 (length field should be part of the PHY header, not 15.4) closed by
- invalid
- 09:59 TschTimer edited by
- (diff)
- 09:51 TschTimer edited by
- (diff)
- 09:51 TschTimer edited by
- (diff)
08/16/11:
- 18:23 TschTraces edited by
- (diff)
- 18:18 TschVariables edited by
- (diff)
- 18:17 TschPacketFormat edited by
- (diff)
- 18:01 TschSchedule edited by
- (diff)
- 18:01 Changeset [1076] by
- more figures
- 17:08 TschSchedule edited by
- (diff)
- 16:42 TschSynchronization edited by
- (diff)
- 16:41 TschTiming edited by
- (diff)
- 16:40 Changeset [1075] by
- updated figures
- 16:37 TschTiming edited by
- (diff)
- 16:37 TschTiming edited by
- (diff)
- 16:36 TschTiming edited by
- (diff)
- 16:36 TschTiming edited by
- (diff)
- 16:35 TschTiming edited by
- (diff)
- 16:35 Changeset [1074] by
- more figures
- 16:34 TschTiming edited by
- (diff)
- 16:33 TschTiming edited by
- (diff)
- 16:11 TschTiming edited by
- (diff)
- 16:06 TschSynchronization edited by
- (diff)
- 15:51 TschSynchronization edited by
- (diff)
- 14:56 TschSynchronization edited by
- (diff)
- 14:54 Changeset [1073] by
- more figures
- 14:46 TschStart edited by
- (diff)
- 14:45 TschNutshell edited by
- (diff)
- 14:45 TschSynchronization edited by
- (diff)
- 14:44 TschSynchronization edited by
- (diff)
- 14:25 TschSynchronization edited by
- (diff)
- 14:06 TschSynchronization edited by
- (diff)
- 13:58 TschSynchronization edited by
- (diff)
- 13:54 TschSynchronization edited by
- (diff)
- 13:46 TschStart edited by
- (diff)
- 13:20 TschSynchronization edited by
- (diff)
- 13:19 TschSynchronization edited by
- (diff)
- 13:16 TschSynchronization edited by
- (diff)
- 13:15 Changeset [1072] by
- more figures
- 13:11 TschSynchronization edited by
- (diff)
- 13:10 Changeset [1071] by
- more figures
- 13:07 TschSynchronization edited by
- (diff)
- 13:04 TschSynchronization edited by
- (diff)
- 13:04 TschSynchronization edited by
- (diff)
- 13:03 Changeset [1070] by
- updated sync Visio file
- 12:57 TschSynchronization edited by
- (diff)
- 12:57 TschSynchronization edited by
- (diff)
- 12:54 Changeset [1069] by
- more GoLogic? traces
- 12:48 TschSynchronization edited by
- (diff)
- 12:48 Changeset [1068] by
- committing GoLogic? traces
- 12:33 Changeset [1067] by
- renamed to changeState for consistency.
- 12:15 TschTraces edited by
- (diff)
- 11:55 TschStart edited by
- (diff)
- 11:54 TschStart edited by
- (diff)
- 11:51 TschSynchronization edited by
- (diff)
- 11:51 TschSynchronization edited by
- (diff)
- 11:47 TschSynchronization edited by
- (diff)
- 11:47 TschSynchronization edited by
- (diff)
- 11:46 TschTraces edited by
- (diff)
- 11:46 TschTraces edited by
- (diff)
- 11:45 TschEnvironment edited by
- (diff)
- 11:40 TschSynchronization edited by
- (diff)
- 11:33 TschFaq edited by
- (diff)
- 11:22 TschVariables edited by
- (diff)
- 11:19 TschVariables edited by
- (diff)
- 11:17 TschTiming edited by
- (diff)
- 11:15 TschTiming edited by
- (diff)
- 11:12 TschFsm edited by
- (diff)
- 11:10 TschFsm edited by
- (diff)
- 11:07 TschFsm edited by
- (diff)
- 11:01 TschVariables edited by
- (diff)
- 11:00 TschTiming edited by
- (diff)
- 11:00 TschFsm edited by
- (diff)
- 10:59 TschFsm edited by
- (diff)
- 10:57 TschFsm edited by
- (diff)
- 10:48 TschStackIntegration edited by
- (diff)
- 10:45 TschStackIntegration edited by
- (diff)
- 10:22 TschStackIntegration edited by
- (diff)
- 10:17 TschStackIntegration edited by
- (diff)
- 10:13 TschStackIntegration edited by
- (diff)
- 10:08 TschStackIntegration edited by
- (diff)
- 10:07 TschStackIntegration edited by
- (diff)
- 10:06 TschStackIntegration edited by
- (diff)
- 10:04 TschStackIntegration edited by
- (diff)
- 09:57 Changeset [1066] by
- updated stack organization files
- 09:55 TschStackIntegration edited by
- (diff)
- 09:54 TschStackIntegration edited by
- (diff)
- 09:52 TschStackIntegration edited by
- (diff)
- 09:44 TschStackIntegration edited by
- (diff)
- 09:41 TschStackIntegration edited by
- (diff)
- 09:32 OpenTinyosWiring edited by
- (diff)
- 09:19 Changeset [1065] by
- more documentation
08/15/11:
- 21:31 TschNutshell edited by
- (diff)
- 19:46 TschTimer edited by
- (diff)
- 19:45 TschEnvironment edited by
- (diff)
- 19:45 TschPacketFormat edited by
- (diff)
- 19:45 TschSchedule edited by
- (diff)
- 19:45 TschSynchronization edited by
- (diff)
- 19:45 TschStackIntegration edited by
- (diff)
- 19:45 TschNutshell edited by
- (diff)
- 19:45 TschTraces edited by
- (diff)
- 19:44 TschSecurity edited by
- (diff)
- 19:44 TschCapture edited by
- (diff)
- 19:44 TschAdv edited by
- (diff)
- 19:44 TschRadio edited by
- (diff)
- 19:44 TschTimer edited by
- (diff)
- 19:44 TschEnvironment edited by
- (diff)
- 19:43 TschFaq edited by
- (diff)
- 19:43 TschPacketFormat edited by
- (diff)
- 19:43 TschSchedule edited by
- (diff)
- 19:43 TschSynchronization edited by
- (diff)
- 19:43 TschStackIntegration edited by
- (diff)
- 19:42 TschNutshell edited by
- (diff)
- 19:42 TschStart edited by
- (diff)
- 19:41 TschStart edited by
- (diff)
- 19:38 TschTraces created by
- 19:38 TschSecurity created by
- 19:36 TschCapture created by
- 19:36 TschAdv created by
- 19:35 TschRadio created by
- 19:34 TschPacketFormat created by
- 19:34 TschSchedule created by
- 19:34 TschSynchronization created by
- 19:33 TschNutshell edited by
- (diff)
- 19:32 TschStackIntegration edited by
- (diff)
- 19:31 TschNutshell edited by
- (diff)
- 19:30 TschNutshell edited by
- (diff)
- 19:30 TschNutshell edited by
- (diff)
- 19:29 TschNutshell edited by
- (diff)
- 19:28 TschStart edited by
- (diff)
- 19:28 TschNutshell created by
- 19:13 TschStart edited by
- (diff)
- 19:13 TschStart edited by
- (diff)
- 19:12 TschStart edited by
- (diff)
- 19:11 TschStart edited by
- (diff)
- 19:10 TschStart edited by
- (diff)
- 18:04 Changeset [1064] by
- adding TI sniffer trace
- 18:02 Changeset [1063] by
- updated GoLogic? trace for 9-slot schedule
- 17:54 Changeset [1062] by
- full debug 9-slot schedule.
- 17:46 Changeset [1061] by
- motes now ping back-and-forth at 10 packets per second in each direction.
- 17:39 Changeset [1060] by
- comments in ieee154e_atomicdurations_enum
- 17:28 Changeset [1059] by
- Motes exchange max-length packets. Many little changes to make this work.
- 15:52 Changeset [1058] by
- transmit works with ACKing. Default prefix is 0xdeadbeeffacecafe. packets …
- 15:00 Changeset [1057] by
- updated chronogram
- 14:54 Changeset [1056] by
- caught error in state machine. ACK'ing works.
- 13:31 Changeset [1055] by
- ADV-based synchronization works. modifid ACK format to contain addresses …
- 09:50 Changeset [1054] by
- in IEEE802.15.4e, declaring ownership over all packets created.
08/14/11:
- 22:08 Changeset [1053] by
- adjusted timing so time to prepare to send ACK. Correct in definition of …
- 20:49 Changeset [1052] by
- assigned LED activity as per …
- 20:44 OpenLedConventions edited by
- (diff)
- 20:41 OpenLedConventions edited by
- (diff)
- 20:40 OpenLedConventions edited by
- (diff)
- 20:33 Changeset [1051] by
- Only sychronize if you're not the DAGroot. LED_D1 used to signal mote is …
- 19:46 Changeset [1050] by
- added a random number generator module which is based on a Galois shift …
- 19:11 Changeset [1049] by
- the new slot interrupt comes from the TAIFG "timer overflow" rather than …
- 13:05 Changeset [1048] by
- synchronization works, except in some specific case which I'll correct in …
- 10:14 Changeset [1047] by
- nodes sycnhronize
- 09:47 Changeset [1046] by
- sender sets ASN in ADV correctly
- 09:22 Changeset [1045] by
- added a field in the OpenQueueEntry_t typedef which contains the pointer …
- 02:46 Changeset [1044] by
- packet-based sync starts to work
- 01:24 Changeset [1043] by
- The timing for the ack'ing works. Child looses sync after some time …
Note: See TracTimeline
for information about the timeline view.
