Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 1 and Version 2 of SlpArchitecture


Ignore:
Timestamp:
Jun 2, 2010, 11:18:34 PM (14 years ago)
Author:
QuLogic
Comment:

De-linkify

Legend:

Unmodified
Added
Removed
Modified
  • SlpArchitecture

    v1 v2  
    11== Architecture ==
    2 There will be a self contained stack that makes transparent to every other module about the details of SLP and SLP messages. The proposed architecture exposes a single SLP API on top of the stack and pass it to the lower layers as needed: SLP API-> SlpCall -> SlpLink -> Network. Where SlpLink is an abstraction of the possible transaction methods, each defined in the DirectConn and SBConn modules.
     2There will be a self contained stack that makes transparent to every other module about the details of SLP and SLP messages. The proposed architecture exposes a single SLP API on top of the stack and pass it to the lower layers as needed: SLP API-> !SlpCall -> !SlpLink -> Network. Where !SlpLink is an abstraction of the possible transaction methods, each defined in the !DirectConn and SBConn modules.
    33
    44===  SLP API (WIP) ===
    5 This API must abstract everything others modules will need from SLP transactions. This will be the one that creates the SlpCall for any new transaction as needed
     5This API must abstract everything others modules will need from SLP transactions. This will be the one that creates the !SlpCall for any new transaction as needed
    66
    7 === SlpCall ===
     7=== !SlpCall ===
    88Represent an SLP transaction creating the messages as needed and managing most of the msg specific management (what to do on each response).
    99
    10 === SlpLink ===
    11 Abstract a Connection. Try DirectConn and fallback to SBConn if the former fails. This module is also responsible to get the data that must be sent from files or write down the received data.
     10=== !SlpLink ===
     11Abstract a Connection. Try !DirectConn and fallback to SBConn if the former fails. This module is also responsible to get the data that must be sent from files or write down the received data.
    1212
    1313=== Conn ===
    14 This modules must expose a common interface so they can be easily attached to SlpCall and Netwrok interfaces.
     14This modules must expose a common interface so they can be easily attached to !SlpCall and Network interfaces.
    1515
    1616== Implementation ==
    17 * SBConn and DirectConn can have a conn_ops structure which will be called by the SlpLink module,
    18 * SBConnmust be extracted from the actual Switchboard module.
    19 * Use an MsnTable in SlpCall to manage the SLP protocol callbacks.
     17 * SBConn and !DirectConn can have a conn_ops structure which will be called by the !SlpLink module.
     18 * SBConn must be extracted from the actual Switchboard module.
     19 * Use an !MsnTable in !SlpCall to manage the SLP protocol callbacks.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!