diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-09-19 15:16:30 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-09-19 15:16:30 +0200 |
commit | b08dde0b421a7fa1662a5b437d267d66ca624a8f (patch) | |
tree | 7dedc7b8acb9bd23f04b7ef8ee1cced23003bac6 /TODO | |
parent | f53c0b996d359405d645ec67801c6ceb0143c2fa (diff) | |
download | connman-b08dde0b421a7fa1662a5b437d267d66ca624a8f.tar.gz connman-b08dde0b421a7fa1662a5b437d267d66ca624a8f.tar.bz2 connman-b08dde0b421a7fa1662a5b437d267d66ca624a8f.zip |
TODO: Add entry for multiple agent support
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -8,6 +8,7 @@ Background lowest complexity. Complexity is a function of both task 'complexity' and task 'scope'. + Core ==== @@ -73,6 +74,18 @@ Core Remove service migration code that moves services from default.profile to the current directory-based structure. +- Support for multiple agents + + Priority: Medium + Complexity: C2 + + Allow to register multiple agents. Each unique system bus name owner + however is only allowed to register one agent. + + The selection of which agents is used should be matched by bus name + owner if possible or first come first serve. A graceful fallback to + the next agent should be also used in case of malfunctional agents. + WiFi ==== |