diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 10:27:49 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 10:27:49 +0200 |
commit | 0dfbc08a1242785ba832ae7b0a6d631ea330e48f (patch) | |
tree | 9bf387fee4408cee695ec9618a45c0696112647d /data | |
parent | e38b2b2e5f2c6b32fbdb9adcd8a7c48f8fa58a3b (diff) | |
download | comatose-0dfbc08a1242785ba832ae7b0a6d631ea330e48f.tar.gz comatose-0dfbc08a1242785ba832ae7b0a6d631ea330e48f.tar.bz2 comatose-0dfbc08a1242785ba832ae7b0a6d631ea330e48f.zip |
Add details for ermac
Diffstat (limited to 'data')
-rw-r--r-- | data/db.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/db.yaml b/data/db.yaml index ec25ee2..2485957 100644 --- a/data/db.yaml +++ b/data/db.yaml @@ -614,6 +614,19 @@ algos: name: ER-MAC longname: Emergency Response MAC ref: [ermac] + related: [smac, tmac, bmac, xmac, zmac, pmac, crankshaft, ebmac] + description: > + Hybrid protocol for emergency response WSNs, low and high priority + data, TDMA schedule in normal operation with short contention + period to support node additions, nodes with high-priority packets + can content for slot access by sending a request to the owner + features: + deployment.fixed: # but nodes can join/leave dynamically + application.wsn: + time.discrete: + access.scheduled: + access.reservation: + realtime.guaranteed: prioritymac: # 4 qos classes, tdma with preemption name: PriorityMAC |