summaryrefslogtreecommitdiff
path: root/data/db.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/db.yaml')
-rw-r--r--data/db.yaml18
1 files changed, 18 insertions, 0 deletions
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]