diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/db.bib | 20 | ||||
| -rw-r--r-- | data/db.yaml | 8 | 
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]  | 
