diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 10:30:07 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 10:30:07 +0200 |
commit | a8a11dee8fe2d0736583d2e071b0946e98fa42ef (patch) | |
tree | 6e643f1f6f5e2b5c56eafbc7a79bd51599daf9db | |
parent | 0dfbc08a1242785ba832ae7b0a6d631ea330e48f (diff) | |
download | comatose-a8a11dee8fe2d0736583d2e071b0946e98fa42ef.tar.gz comatose-a8a11dee8fe2d0736583d2e071b0946e98fa42ef.tar.bz2 comatose-a8a11dee8fe2d0736583d2e071b0946e98fa42ef.zip |
Add ebmac
-rw-r--r-- | data/db.bib | 11 | ||||
-rw-r--r-- | data/db.yaml | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/db.bib b/data/db.bib index ea44d6e..c01a97e 100644 --- a/data/db.bib +++ b/data/db.bib @@ -2404,3 +2404,14 @@ year = {2004}, } +@inproceedings{ebmac, + author = {Merhi, Z. and Elgamel, M. and Bayoumi, M.}, + booktitle = {Pervasive Computing and Communications, 2009. PerCom 2009. IEEE International Conference on}, + doi = {10.1109/PERCOM.2009.4912863}, + keywords = {access protocols;wireless sensor networks;MAC protocol;MicaZ sensor motes;data packets;data traffic;event based medium access control;wireless sensor networks;Access protocols;Dynamic scheduling;Energy conservation;Event detection;Media Access Protocol;Nominations and elections;Sensor phenomena and characterization;Throughput;Wireless application protocol;Wireless sensor networks}, + month = {March}, + pages = {1-6}, + title = {EB-MAC: An event based medium access control for wireless sensor networks}, + year = {2009}, +} + diff --git a/data/db.yaml b/data/db.yaml index 2485957..a3aa50b 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -1107,4 +1107,8 @@ algos: name: DB-MAC longname: Delay-Bounded MAC ref: [dbmac] + ebmac: + name: EB-MAC + longname: Event Based MAC + ref: [ebmac] |