From c1543256be4081f9810cd511a17d23920ba23cc9 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 30 Apr 2015 15:43:02 +0200 Subject: Add two more protocols --- data/db.bib | 20 ++++++++++++++++++++ data/db.yaml | 8 ++++++++ 2 files changed, 28 insertions(+) (limited to 'data') diff --git a/data/db.bib b/data/db.bib index 56eddde..ea44d6e 100644 --- a/data/db.bib +++ b/data/db.bib @@ -2384,3 +2384,23 @@ year = {2002}, } +@inproceedings{edf, + author = {Caccamo, M. and Zhang, L.Y. and Lui Sha and Buttazzo, G.}, + booktitle = {Real-Time Systems Symposium, 2002. RTSS 2002. 23rd IEEE}, + doi = {10.1109/REAL.2002.1181560}, + issn = {1052-8725}, + keywords = {access protocols;cellular radio;sensors;ubiquitous computing;actuators;cost constraints;earliest deadline first;implicit prioritized access protocol;medium access control protocol;network architecture;pervasive computing;sensors;wireless sensor networks;Access protocols;Actuators;Ad hoc networks;Base stations;Costs;Media Access Protocol;Pervasive computing;Spine;Throughput;Wireless sensor networks}, + month = {}, + pages = {39-48}, + title = {An implicit prioritized access protocol for wireless sensor networks}, + year = {2002}, +} + +@inproceedings{dbmac, + author = {Guido Di Bacco and Tommaso Melodia and Francesca Cuomo}, + booktitle = {In: Proc. MedHoc-Net}, + pages = {208--220}, + title = {A MAC protocol for delay-bounded applications in wireless sensor networks}, + year = {2004}, +} + diff --git a/data/db.yaml b/data/db.yaml index 415389b..ec25ee2 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -1086,4 +1086,12 @@ algos: name: STEM longname: Sparse Topology and Energy Management ref: [stem] + edf: + name: EDF + longname: Earliest Deadline First + ref: [edf] + dbmac: + name: DB-MAC + longname: Delay-Bounded MAC + ref: [dbmac] -- cgit v1.2.3