summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-06-08 14:23:13 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-06-08 14:23:13 +0200
commit99d72446511240b08e50cd5cb02eae90d3b16689 (patch)
tree5cbdd935cc330d7e84339ae592e05300aab98532 /data
parent186949d71c6246954deee556a8cefb8d79f24b24 (diff)
downloadcomatose-99d72446511240b08e50cd5cb02eae90d3b16689.tar.gz
comatose-99d72446511240b08e50cd5cb02eae90d3b16689.tar.bz2
comatose-99d72446511240b08e50cd5cb02eae90d3b16689.zip
Add a few more protocols
Diffstat (limited to 'data')
-rw-r--r--data/db.bib51
-rw-r--r--data/db.yaml18
2 files changed, 69 insertions, 0 deletions
diff --git a/data/db.bib b/data/db.bib
index e086af0..6944a1d 100644
--- a/data/db.bib
+++ b/data/db.bib
@@ -3609,3 +3609,54 @@
year = {1996},
}
+@inproceedings{msaloha,
+ author = {Scopigno, R. and Cozzetti, H.A.},
+ booktitle = {Vehicular Technology Conference Fall (VTC 2009-Fall), 2009 IEEE 70th},
+ doi = {10.1109/VETECF.2009.5378792},
+ issn = {1090-3038},
+ keywords = {access protocols;mobile communication;road vehicles;MS-Aloha protocol;VANET;mobile slotted Aloha;Access protocols;Ad hoc networks;Collision avoidance;Frequency;Multiaccess communication;Physical layer;Quality of service;Scalability;Time division multiple access;Wireless sensor networks},
+ month = {Sept},
+ pages = {1-5},
+ title = {Mobile Slotted Aloha for Vanets},
+ year = {2009},
+}
+
+@article{rraloha,
+ author = {Borgonovo, Flaminio and Capone, Antonio and Cesana, Matteo and Fratta, Luigi},
+ journaltitle = {Proceedings of Med-Hoc-Net 2002},
+ title = {RR-ALOHA, a Reliable R-ALOHA broadcast channel for ad-hoc inter-vehicle communication networks},
+ year = {2002},
+}
+
+@inproceedings{rralohaplus,
+ author = {Cozzetti, H.A. and Scopigno, R.},
+ booktitle = {Vehicular Networking Conference (VNC), 2009 IEEE},
+ doi = {10.1109/VNC.2009.5416375},
+ keywords = {carrier sense multiple access;mobile radio;quality of service;telecommunication network reliability;wireless LAN;NS-2 simulation;QoS;RR-Aloha+;WiFi CSMA-CA;contention-free wireless architecture;distributed MAC protocol;distributed access channel;distributed contention approach;network simulator;quality of service;slotted protocol;vehicular communications;vehicular mobility;Access protocols;Broadcasting;Media Access Protocol;Multiaccess communication;Safety;Scalability;Telecommunication traffic;Testing;Vehicle dynamics;Wireless sensor networks},
+ month = {Oct},
+ pages = {1-8},
+ title = {RR-Aloha+: A slotted and distributed MAC protocol for vehicular communications},
+ year = {2009},
+}
+
+@inproceedings{adhocmac,
+ author = {Borgonovo, F. and Capone, A. and Cesana, M. and Fratta, L.},
+ booktitle = {Wireless Communications and Networking, 2003. WCNC 2003. 2003 IEEE},
+ doi = {10.1109/WCNC.2003.1200502},
+ issn = {1525-3511},
+ keywords = {3G mobile communication;access protocols;ad hoc networks;bandwidth allocation;broadcast channels;radio access networks;radio links;wireless LAN;ADHOC MAC;IEEE 802.11;MAC architecture;RR ALOHA protocol;UMTS terrestrial radio access TDD;ad hoc networks;broadcast service;intervehicle communications;parallel transmissions;point to point channels;single hop broadcast channel;slotted/framed structure;Access protocols;Ad hoc networks;Energy consumption;Floods;Mobile ad hoc networks;Mobile communication;Network topology;Physical layer;Radio broadcasting;Telecommunication network reliability},
+ month = {March},
+ pages = {965-970 vol.2},
+ title = {ADHOC: a new, flexible and reliable MAC architecture for ad-hoc networks},
+ volume = {2},
+ year = {2003},
+}
+
+@inproceedings{raloha,
+ author = {Crowther, W and Rettberg, R and Walden, D and Ornstein, S and Heart, F},
+ booktitle = {Proc. 6th Hawaii Int. Conf. Syst. Sci},
+ pages = {596--603},
+ title = {A system for broadcast communication: Reservation-ALOHA},
+ year = {1973},
+}
+
diff --git a/data/db.yaml b/data/db.yaml
index f97851a..2cdb8dc 100644
--- a/data/db.yaml
+++ b/data/db.yaml
@@ -1471,6 +1471,7 @@ algos:
raloha:
name: R-Aloha
longname: Reservation Aloha
+ ref: [raloha]
havinga2000:
name: Havinga’s proposal
ref: [havinga2000]
@@ -1556,4 +1557,21 @@ algos:
name: CARMA
longname: Collision Avoidance and Resolution Multiple Access
ref: [carma]
+ msaloha:
+ name: MS-Aloha
+ longname: Mobile Slotted Aloha
+ ref: [msaloha]
+ related: [rralohaplus, adhocmac, rraloha]
+ rraloha:
+ name: RR-Aloha
+ longname: Reliable R-Aloha
+ ref: [rraloha]
+ related: [fprp, raloha]
+ rralohaplus:
+ name: RR-Aloha+
+ ref: [rralohaplus]
+ related: [rraloha, adhocmac]
+ adhocmac:
+ name: ADHOC MAC
+ ref: [adhocmac]