diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:12:51 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:12:51 +0200 |
commit | 2c0e3dc5d7e34899a269b758bf28403cc4deba93 (patch) | |
tree | ea18ac434376d881929a143265f8069a5acc03da | |
parent | a2618d9d5c488c6b20208227b04800df1a09e211 (diff) | |
download | comatose-2c0e3dc5d7e34899a269b758bf28403cc4deba93.tar.gz comatose-2c0e3dc5d7e34899a269b758bf28403cc4deba93.tar.bz2 comatose-2c0e3dc5d7e34899a269b758bf28403cc4deba93.zip |
Add macap and bmacplus
-rw-r--r-- | data/db.bib | 22 | ||||
-rw-r--r-- | data/db.yaml | 9 |
2 files changed, 31 insertions, 0 deletions
diff --git a/data/db.bib b/data/db.bib index c01a97e..2abf409 100644 --- a/data/db.bib +++ b/data/db.bib @@ -2415,3 +2415,25 @@ year = {2009}, } +@inproceedings{macap, + author = {Acharya, A. and Misra, A. and Bansal, S.}, + booktitle = {Pervasive Computing and Communications, 2003. (PerCom 2003). Proceedings of the First IEEE International Conference on}, + doi = {10.1109/PERCOM.2003.1192780}, + keywords = {access protocols;ad hoc networks;data communication;radio access networks;telecommunication congestion control;ubiquitous computing;802.11 DCF;MACA-P;RTS/CTS based MAC protocol;collision avoidance;contention-based reservation phase;control phase interval;data transfer synchronization;data transmission;multihop ad-hoc wireless networks;multiple sender-receiver pairs;parallel transmissions;performance study;pervasive computing;receivers;simultaneous transmissions;system throughput;transmitters;wireless access networks;Access protocols;Control systems;Data communication;Delay;Media Access Protocol;Pervasive computing;Spread spectrum communication;Transmitters;Wireless application protocol;Wireless networks}, + month = {March}, + pages = {505-508}, + title = {MACA-P: a MAC for concurrent transmissions in multi-hop wireless networks}, + year = {2003}, +} + +@inproceedings{bmacplus, + author = {Avvenuti, M. and Corsini, P. and Masci, P. and Vecchio, A.}, + booktitle = {Mobile Computing and Wireless Communication International Conference, 2006. MCWC 2006. Proceedings of the First}, + doi = {10.1109/MCWC.2006.4375207}, + keywords = {access protocols;wireless sensor networks;B-MAC+;MAC layer optimization;MAC protocol;contention-based protocol;event driven monitoring;low energy consumption;preamble sampling protocols;wireless sensor networks;Base stations;Delay;Energy consumption;Fires;Hardware;Media Access Protocol;Monitoring;Sampling methods;Wireless application protocol;Wireless sensor networks}, + month = {Sept}, + pages = {117-122}, + title = {Increasing the efficiency of preamble sampling protocols for wireless sensor networks}, + year = {2006}, +} + diff --git a/data/db.yaml b/data/db.yaml index a3aa50b..0f35f47 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -1111,4 +1111,13 @@ algos: name: EB-MAC longname: Event Based MAC ref: [ebmac] + related: [smac, tmac, funneling, zmac, bmac, lpl, xmac, bmacplus, macap, bma] + macap: + name: MACA-P + ref: [macap] + longname: Medium Access via Collision Avoidance with Enhanced Parallelism + bmacplus: + name: B-MAC+ + ref: [bmacplus] + related: [wisemac, bmac] |