From 725e08d259249402aec29d82017a1c0d694a1d4e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 20 May 2015 09:40:45 +0200 Subject: More crossrefs --- data/db.bib | 26 ++++++++++++++++++++++++++ data/db.yaml | 21 ++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/data/db.bib b/data/db.bib index f09351c..f6963de 100644 --- a/data/db.bib +++ b/data/db.bib @@ -3369,3 +3369,29 @@ year = {2014}, } +@inproceedings{havinga2000, + author = {Paul J.M. {Havinga} and Gerard J.M. {Smit}}, + booktitle = {Asian International Mobile Computing Conference, AMOC}, + pages = {1--10}, + title = {Energy-efficient TDMA medium access control protocol scheduling}, + url = {http://doc.utwente.nl/18890/}, + year = {2000}, +} + +@inproceedings{seedex, + acmid = {501427}, + address = {New York, NY, USA}, + author = {Rozovsky, R. and Kumar, P. R.}, + booktitle = {Proceedings of the 2Nd ACM International Symposium on Mobile Ad Hoc Networking \&Amp; Computing}, + doi = {10.1145/501426.501427}, + isbn = {1-58113-428-2}, + location = {Long Beach, CA, USA}, + numpages = {9}, + pages = {67--75}, + publisher = {ACM}, + series = {MobiHoc '01}, + title = {SEEDEX: A MAC Protocol for Ad Hoc Networks}, + url = {http://doi.acm.org/10.1145/501426.501427}, + year = {2001}, +} + diff --git a/data/db.yaml b/data/db.yaml index 98e2a24..7ad622b 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -257,7 +257,7 @@ algos: longname: Packet Reservation Multiple Access name: PRMA ref: [prma] - related: [raloha, saloha] + related: [alohap, alohas, raloha] description: > Time slots grouped into frames, successful transmission of packet (ALOHA contention) reserves slot for next frame until node does not @@ -495,6 +495,7 @@ algos: name: MACA/PR #features: [qos, discrete-time, slot-reservation, rtscts, adhoc] ref: [macapr] + related: [maca, macaw, fama] dps: longname: Distributed Priority Scheduling name: DPS @@ -552,6 +553,7 @@ algos: name: DMAC longname: Data-Gathering MAC ref: [dmac] + related: [smac, tmac, wisemac, pamas] wisemac: longname: Wireless Sensor MAC name: WiseMAC @@ -616,6 +618,7 @@ algos: name: PEDAMACS longname: Power Efficient and Delay Aware MAC for Sensor Networks ref: [pedamacs] + related: [smac, guo2001, havinga2000, trama, tmac] ermac: name: ER-MAC longname: Emergency Response MAC @@ -756,6 +759,7 @@ algos: # contention period + contention-free period access.random: access.reservation: + related: [smac, tmac, trama] amac2010: #longname: none name: A-MAC @@ -838,6 +842,7 @@ algos: funneling: name: Funneling-MAC ref: [funneling] + related: [bmac, zmac, smac, tmac, woo2001, trama, arisha2002, bma] gmac: longname: Gateway MAC name: G-MAC @@ -877,6 +882,7 @@ algos: name: PACT longname: Power aware clustered TDMA ref: [pact] + related: [leach] pcm: name: PCM longname: Power Control MAC @@ -1129,6 +1135,7 @@ algos: name: MACA-P ref: [macap] longname: Medium Access via Collision Avoidance with Enhanced Parallelism + related: [maca, macaw, seedex] bmacplus: name: B-MAC+ ref: [bmacplus] @@ -1210,9 +1217,11 @@ algos: name: DE-MAC longname: Distributed energy-aware MAC ref: [demac] + related: [pamas, smac, woo2001] saxena2008: name: Saxena’s proposal ref: [saxena2008] + related: [smac, tmac] omac2007: name: O-MAC longname: Organized MAC @@ -1407,4 +1416,14 @@ algos: name: WirArb longname: Wireless Arbitration ref: [wirarb] + raloha: + name: R-Aloha + longname: Reservation Aloha + havinga2000: + name: Havinga’s proposal + ref: [havinga2000] + related: [] + seedex: + name: SEEDEX + ref: [seedex] -- cgit v1.2.3