diff options
| -rw-r--r-- | data/db.bib | 25 | ||||
| -rw-r--r-- | data/db.yaml | 11 | 
2 files changed, 35 insertions, 1 deletions
| diff --git a/data/db.bib b/data/db.bib index 2abf409..1f9d0df 100644 --- a/data/db.bib +++ b/data/db.bib @@ -2437,3 +2437,28 @@    year      = {2006},  } +@article{bb, +  author       = {Sobrinho, J.L. and Krishnakumar, A.S.}, +  doi          = {10.1109/49.779919}, +  issn         = {0733-8716}, +  journaltitle = {Selected Areas in Communications, IEEE Journal on}, +  keywords     = {carrier sense multiple access;data communication;packet radio networks;quality of service;telecommunication traffic;wireless LAN;CSMA;QoS guarantees;TDM;ad hoc wireless LAN;ad hoc wireless networks;black-burst contention;carrier sense multiple access;data nodes;data packets;distributed MAC scheme;distributed algorithm;medium access control;network performance;quality-of-service;real-time delays;real-time nodes;real-time packet transmissions;real-time packets;real-time traffic support;simulations;time division multiplexing;Communication system traffic control;Delay;Distributed algorithms;Media Access Protocol;Multiaccess communication;Quality of service;Time division multiplexing;Wireless LAN;Wireless networks;Wireless sensor networks}, +  month        = {Aug}, +  number       = {8}, +  pages        = {1353-1368}, +  title        = {Quality-of-service in ad hoc carrier sense multiple access wireless networks}, +  volume       = {17}, +  year         = {1999}, +} + +@inproceedings{eedfmac, +  author    = {Mohiuddin, M.M. and Adithyan, I. and Rajalakshmi, P.}, +  booktitle = {Advances in Computing, Communications and Informatics (ICACCI), 2013 International Conference on}, +  doi       = {10.1109/ICACCI.2013.6637369}, +  keywords  = {carrier sense multiple access;energy conservation;wireless sensor networks;EEDF-MAC;MAC protocol;carrier sense multiple access protocol;clock-driven nodes;earliest deadline first scheduling scheme;energy efficiency;energy resources;event-driven nodes;medium access control layer;pervasive wireless sensor network;priority based latency;real time wireless media access control protocol;Clocks;Data communication;Media Access Protocol;Multiaccess communication;Schedules;Wireless sensor networks;Earliest Deadline First;Energy Efficient Protocol;Media Access Control;Prioritized Latency Reduction}, +  month     = {Aug}, +  pages     = {1323-1329}, +  title     = {EEDF-MAC: An energy efficient MAC protocol for wireless sensor networks}, +  year      = {2013}, +} + diff --git a/data/db.yaml b/data/db.yaml index 0f35f47..a61cebc 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -1089,7 +1089,7 @@ algos:      syncwuf:          name: SyncWUF          ref: [syncwuf] -    speckmacd: +    speckmac:          name: SpeckMAC          ref: [speckmac]      mxmac: @@ -1103,6 +1103,7 @@ algos:          name: EDF          longname: Earliest Deadline First          ref: [edf] +        related: [prma, fama, bb]      dbmac:          name: DB-MAC          longname: Delay-Bounded MAC @@ -1120,4 +1121,12 @@ algos:          name: B-MAC+          ref: [bmacplus]          related: [wisemac, bmac] +    bb: +        name: BB contention +        ref: [bb] +        longname: Black burst contention +    eedfmac: +        name: EEDF-MAC +        ref: [eedfmac] +        longname: Energy efficient earliest deadline first | 
