summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/db.bib11
-rw-r--r--data/db.yaml5
2 files changed, 15 insertions, 1 deletions
diff --git a/data/db.bib b/data/db.bib
index e90cc62..fe190b6 100644
--- a/data/db.bib
+++ b/data/db.bib
@@ -3760,4 +3760,13 @@
title = {Medium Access Control Protocol for transparent ATM Access in MBS},
year = {1995},
}
-
+@article{lmac2009,
+ author = {Fu, Chung-Jung and Lee, Ang-Hsi and Jin, Ming-Hui and Kao, Cheng-Yan},
+ title = {A Latency MAC Protocol for Wireless Sensor Networks},
+ year = {2009},
+ journaltitle = {International Journal of Future Generation Communication and Networking},
+ number = {1},
+ volume = {2},
+ month = {March},
+ url = {http://www.sersc.org/journals/IJFGCN/vol2_no1/6.pdf},
+}
diff --git a/data/db.yaml b/data/db.yaml
index 5f489cf..f25f7cd 100644
--- a/data/db.yaml
+++ b/data/db.yaml
@@ -755,6 +755,7 @@ algos:
features:
realtime.guaranteed:
application.wsn:
+ topology.multihop:
related: [speed, rap, edf]
vts:
longname: Virtual TDMA for Sensors
@@ -1623,4 +1624,8 @@ algos:
watmmac:
name: WATM MAC
ref: [watmmac]
+ lmac2009:
+ name: LMAC
+ longname: Latency MAC
+ ref: [lmac2009]