Difference between revisions of "Common NetMsg Exchanges"
From BRL-CAD
(New page: {{DesignDocument}} ==Application Interconnect Handshake== This sequence of NetMsg exchanges represents the communications between an external application (App M) attempting to connect to ...) |
(list initial connect pattern) |
||
(11 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | This whole page needs to be redone with flow charts! | |
− | + | Initial handshake: | |
− | + | * Server sends [GS Remote Nodename Set] | |
+ | * Client sends [GS Remote Nodename Set] | ||
+ | * Client sends [NewSessionReqMsg] (login/passwd) | ||
+ | * Server sends [SessionInfoMsg] (uuid of session) | ||
− | + | Now ready to process | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:25, 28 March 2011
This whole page needs to be redone with flow charts!
Initial handshake:
- Server sends [GS Remote Nodename Set]
- Client sends [GS Remote Nodename Set]
- Client sends [NewSessionReqMsg] (login/passwd)
- Server sends [SessionInfoMsg] (uuid of session)
Now ready to process