summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-09-28 10:35:27 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-09-28 10:35:27 +0200
commit2fcd879e9cce2f768a66a0a387b810d1ed4476f8 (patch)
tree84c6ae56ac9e186200f5e7072f0d780d4e60383a
parent3d6dd7bbf6efe6d625adb73c2d445852f5802b81 (diff)
downloadcomatose-2fcd879e9cce2f768a66a0a387b810d1ed4476f8.tar.gz
comatose-2fcd879e9cce2f768a66a0a387b810d1ed4476f8.tar.bz2
comatose-2fcd879e9cce2f768a66a0a387b810d1ed4476f8.zip
More protocols/features
-rw-r--r--data/db.bib35
-rw-r--r--data/db.yaml25
2 files changed, 59 insertions, 1 deletions
diff --git a/data/db.bib b/data/db.bib
index f8f657f..e90cc62 100644
--- a/data/db.bib
+++ b/data/db.bib
@@ -3726,3 +3726,38 @@
year = {1995},
}
+@article{wu2000,
+ author = {Shih-Lin Wu and Yu-Chee Tseng and Jang-Ping Sheu},
+ doi = {10.1109/49.872953},
+ issn = {0733-8716},
+ journaltitle = {Selected Areas in Communications, IEEE Journal on},
+ keywords = {access protocols;cochannel interference;frequency allocation;land mobile radio;packet radio networks;power control;telecommunication control;MAC protocol;MAC protocols;MANET;RTS/CTS-based protocol;busy-tone-based protocol;channel reuse;channel utilization;cochannel interference;discrete power levels;exposed-terminal problem;hidden-terminal problem;intelligent medium access;mobile ad hoc networks;packets;performance;power control;power level;Access protocols;Analytical models;Batteries;Computer science;Intelligent networks;Interchannel interference;Media Access Protocol;Mobile ad hoc networks;Power control;Wireless networks},
+ month = {Sept},
+ number = {9},
+ pages = {1647-1657},
+ title = {Intelligent medium access for mobile ad hoc networks with busy tones and power control},
+ volume = {18},
+ year = {2000},
+}
+
+@article{watmmac,
+ author = {Raychaudhuri, D. and French, L.J. and Siracusa, R.J. and Biswas, S.K. and Ruixi Yuan and Narasimhan, P. and Johnston, C.A.},
+ doi = {10.1109/49.553680},
+ issn = {0733-8716},
+ journaltitle = {Selected Areas in Communications, IEEE Journal on},
+ keywords = {access protocols;asynchronous transfer mode;cellular radio;laptop computers;microcomputer applications;modems;multimedia communication;network interfaces;personal communication networks;telecommunication computing;telecommunication control;telecommunication signalling;time division multiple access;transport protocols;AAL5;ISM band modems;MAC protocol;NEC Versa-M;TCP/IP;VME/i960 processor;WATMnet base stations;WATMnet interface cards;application level API;available bit rate;constant bit rate;data link control protocol;dynamic time-division multiple-access;experimental system hardware;integrated multimedia communication services;laptop computers;local area ATM switch;microcellular wireless network;mobile terminals;mobility signalling;multimedia personal communication;prototype wireless ATM system;switched virtual circuit connection control;transport services;variable bit rate;wireless network interface cards;wireless network protocols;Asynchronous transfer mode;Base stations;Bit rate;Multimedia systems;Portable computers;Prototypes;Switches;Transport protocols;Wireless application protocol;Wireless networks},
+ month = {Jan},
+ number = {1},
+ pages = {83-95},
+ title = {WATMnet: a prototype wireless ATM system for multimedia personal communication},
+ volume = {15},
+ year = {1997},
+}
+
+@inproceedings{dsa,
+ author = {Dietmar Petras},
+ booktitle = {Access in MBS. RACE Mobile Telecommunication},
+ title = {Medium Access Control Protocol for transparent ATM Access in MBS},
+ year = {1995},
+}
+
diff --git a/data/db.yaml b/data/db.yaml
index c06d20a..0bed110 100644
--- a/data/db.yaml
+++ b/data/db.yaml
@@ -18,7 +18,7 @@ features:
name: Polling
description: >
Base or master station polls slaves, granting them acces to the
- medium.
+ medium. This is also called receiver-initiated (RI) access.
access.reservation:
name: Dynamic reservation
description: >
@@ -400,6 +400,7 @@ algos:
longname: Dynamic Slot Assignment++
name: DSA++
ref: [dsapp]
+ related: [dsa]
cata:
longname: Collision Avoidance Time Allocation
name: CATA
@@ -685,6 +686,7 @@ algos:
initiation.sender:
time.discrete:
realtime.probabilistic:
+ related: []
hymac:
name: HyMAC
ref: [hymac]
@@ -699,6 +701,8 @@ algos:
access.reservation:
access.random:
topology.multihop:
+ related: [bmac, rtlink, mmsn, smac, tmac, lmac2004, trama, woo2001,
+ wisemac, mcsma, sm, edf, hrma, chma]
bmac:
longname: Berkeley MAC
name: B-MAC
@@ -720,6 +724,12 @@ algos:
alert:
name: Alert
ref: [alert]
+ features:
+ access.random:
+ time.discrete:
+ channels.multi:
+ reliability.retransmission:
+ radio.carriersense:
sift:
name: Sift
ref: [sift]
@@ -1537,6 +1547,7 @@ algos:
name: SM
longname: Simple Multichannel MMAC
ref: [sm]
+ related: [macaw, dbtma, fama, maca, macapr, mcsma, hrma, wu2000]
dca:
name: DCA
longname: Dynamic Channel Assignment
@@ -1574,6 +1585,7 @@ algos:
adhocmac:
name: ADHOC MAC
ref: [adhocmac]
+ related: [rraloha, dbtma, raloha]
mraloha:
name: M-R-Aloha
longname: Modified R-Aloha
@@ -1600,4 +1612,15 @@ algos:
name: DMAC
longname: Distributed MAC
ref: [dmac1997]
+ related: [ratmmac, dqruma, watmmac, dsapp]
+ wu2000:
+ name: Wu’s proposal
+ ref: [wu2000]
+ dsa:
+ longname: Dynamic Slot Assignment
+ name: DSA
+ ref: [dsa]
+ watmmac:
+ name: WATM MAC
+ ref: [watmmac]