summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-04-30 15:43:02 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-04-30 15:43:02 +0200
commitc1543256be4081f9810cd511a17d23920ba23cc9 (patch)
treee4f399085139f2b709ac989f219cbb5f0617a27c /data
parent46251a7e076aa23e4caa30c50f154382a1608ef1 (diff)
downloadcomatose-c1543256be4081f9810cd511a17d23920ba23cc9.tar.gz
comatose-c1543256be4081f9810cd511a17d23920ba23cc9.tar.bz2
comatose-c1543256be4081f9810cd511a17d23920ba23cc9.zip
Add two more protocols
Diffstat (limited to 'data')
-rw-r--r--data/db.bib20
-rw-r--r--data/db.yaml8
2 files changed, 28 insertions, 0 deletions
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]