summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/db.bib71
-rw-r--r--data/db.yaml30
2 files changed, 100 insertions, 1 deletions
diff --git a/data/db.bib b/data/db.bib
index 6fb8838..81d6342 100644
--- a/data/db.bib
+++ b/data/db.bib
@@ -3528,3 +3528,74 @@
year = {1999},
}
+@inproceedings{sm,
+ author = {Shih-Lin Wu and Chih-Yu Lin and Yu-Chee Tseng and Jang-Ping Sheu},
+ booktitle = {Parallel Architectures, Algorithms and Networks, 2000. I-SPAN 2000. Proceedings. International Symposium on},
+ doi = {10.1109/ISPAN.2000.900290},
+ issn = {1087-4089},
+ keywords = {access protocols;channel allocation;mobile computing;mobile hosts;multi-channel MAC protocol;multi-hop communication;multiple channels;wireless mobile ad hoc network;Access protocols;Clocks;Computer science;Media Access Protocol;Mobile ad hoc networks;Mobile communication;Propagation delay;Quality of service;Spread spectrum communication;Synchronization},
+ month = {},
+ pages = {232-237},
+ title = {A new multi-channel MAC protocol with on-demand channel assignment for multi-hop mobile ad hoc networks},
+ year = {2000},
+}
+
+@inproceedings{chma,
+ author = {Tzamaloukas, A. and Garcia-Luna-Aceves, J.J.},
+ booktitle = {Communications, 2000. ICC 2000. 2000 IEEE International Conference on},
+ doi = {10.1109/ICC.2000.853348},
+ keywords = {access protocols;data communication;delays;multi-access systems;multiuser channels;packet radio networks;radiofrequency interference;spread spectrum communication;CHMA protocols;MAC protocols;MACA-CT;channel-hopping multiple access;collision-avoidance handshakes;collision-free data reception;commercial off-the shelf spread spectrum radios;data packets;delay characteristics;hidden terminals;interference;medium-access control protocols;multi-channel ad-hoc networks;performance;throughput;unlicensed frequency bands;wireless networks;Access protocols;Ad hoc networks;Delay;Frequency;Interference;Media Access Protocol;Spread spectrum communication;Throughput;Wireless application protocol;Wireless networks},
+ month = {},
+ pages = {415-419 vol.1},
+ title = {Channel-hopping multiple access},
+ volume = {1},
+ year = {2000},
+}
+
+@inproceedings{mmac2004,
+ acmid = {989487},
+ address = {New York, NY, USA},
+ author = {So, Jungmin and Vaidya, Nitin H.},
+ booktitle = {Proceedings of the 5th ACM International Symposium on Mobile Ad Hoc Networking and Computing},
+ doi = {10.1145/989459.989487},
+ isbn = {1-58113-849-0},
+ keywords = {ad hoc network, medium access control, multi-channel},
+ location = {Roppongi Hills, Tokyo, Japan},
+ numpages = {12},
+ pages = {222--233},
+ publisher = {ACM},
+ series = {MobiHoc '04},
+ title = {Multi-channel Mac for Ad Hoc Networks: Handling Multi-channel Hidden Terminals Using a Single Transceiver},
+ url = {http://doi.acm.org/10.1145/989459.989487},
+ year = {2004},
+}
+
+@inproceedings{mcmac2007,
+ author = {Hoi-Sheung and So, W. and Walrand, J. and Jeonghoon Mo},
+ booktitle = {Wireless Communications and Networking Conference, 2007.WCNC 2007. IEEE},
+ doi = {10.1109/WCNC.2007.67},
+ issn = {1525-3511},
+ keywords = {access protocols;radio networks;telecommunication congestion control;McMAC;control channel congestion;multichannel MAC protocol;multiple channels;parallel rendezvous protocol;wireless networks;Access protocols;Concurrent computing;Media Access Protocol;Peer to peer computing;Radio control;Scheduling;Switches;Throughput;USA Councils;Wireless application protocol},
+ month = {March},
+ pages = {334-339},
+ title = {McMAC: A Parallel Rendezvous Multi-Channel MAC Protocol},
+ year = {2007},
+}
+
+@inproceedings{carma,
+ acmid = {236446},
+ address = {New York, NY, USA},
+ author = {Garc{é}s, Rodrigo and Garcia-Luna-Aceves, J. J.},
+ booktitle = {Proceedings of the 2Nd Annual International Conference on Mobile Computing and Networking},
+ doi = {10.1145/236387.236446},
+ isbn = {0-89791-872-X},
+ location = {Rye, New York, USA},
+ numpages = {11},
+ pages = {187--197},
+ publisher = {ACM},
+ series = {MobiCom '96},
+ title = {Floor Acquisition Multiple Access with Collision Resolution},
+ url = {http://doi.acm.org/10.1145/236387.236446},
+ year = {1996},
+}
+
diff --git a/data/db.yaml b/data/db.yaml
index 02ca1c9..ea0a88e 100644
--- a/data/db.yaml
+++ b/data/db.yaml
@@ -263,7 +263,6 @@ algos:
ref: [frama]
zhang:
name: Zhang’s Proposal
- collisions: false
ref: [zhang]
dtmp:
longname: Disposable Token MAC Protocol
@@ -548,6 +547,7 @@ algos:
name: Y-MAC
#features: [discrete-time, carriersense, broadcast, unicast, multichannel]
ref: [ymac]
+ related: [smac, wisemac, bmac, xmac, pedamacs, lmac2004, crankshaft, funneling, zmac, scpmac, mmsn, mcmac2007, alohaps, scp, dca, chma, mmac2004]
desynctdma:
name: DESYNC-TDMA
related: [tdma]
@@ -1505,12 +1505,40 @@ algos:
name: SRMA
longname: Split-Channel Reservation Multiple Access
ref: [srma]
+ related: [alohap, alohas, csma, btma]
famanps:
name: FAMA-NPS
longname: FAMA with non-persistent packet sensing
ref: [famancs]
+ related: [csma, btma, ribtma, srma, maca, macaw, alohap, fama, bram, famapj, carma, msap]
famancs:
name: FAMA-NCS
longname: FAMA with non-persistent carrier sensing
ref: [famancs]
+ # same as above
+ related: [csma, btma, ribtma, srma, maca, macaw, alohap, fama, bram, famapj, carma, msap]
+ sm:
+ name: SM
+ longname: Simple Multichannel MMAC
+ ref: [sm]
+ dca:
+ name: DCA
+ longname: Dynamic Channel Assignment
+ ref: [sm]
+ chma:
+ name: CHMA
+ longname: Channel Hopping Multiple Access
+ ref: [chma]
+ mmac2004:
+ name: MMAC
+ longname: Multi-Channel MAC
+ ref: [mmac2004]
+ mcmac2007:
+ name: McMAC
+ longname: Parallel Rendezvous Multi-Channel MAC
+ ref: [mcmac2007]
+ carma:
+ name: CARMA
+ longname: Collision Avoidance and Resolution Multiple Access
+ ref: [carma]