Difference between revisions of "0x0100"

From SBOL Project
Jump to: navigation, search
(Created page with "= Client = *0x0100 - Start authentication and send username *0x0102 - Send encrypted password = Server = *0x0180 - Connection accepted *0x0181 - Connection re...")
 
Line 1: Line 1:
 +
This is the authentication packet. Below are the packet types.
 
= Client =
 
= Client =
*[[0x0100]] - Start authentication and send username
+
*[[P_0x0100|0x0100]] - Start authentication and send username
*[[0x0102]] - Send encrypted password
+
*[[P_0x0102|0x0102]] - Send encrypted password
  
 
= Server =
 
= Server =
*[[0x0180]] - Connection accepted
+
*[[P_0x0180|0x0180]] - Connection accepted
*[[0x0181]] - Connection rejected
+
*[[P_0x0181|0x0181]] - Connection rejected
*[[0x0182]] - Client authenticated
+
*[[P_0x0182|0x0182]] - Client authenticated

Revision as of 11:57, 26 October 2016

This is the authentication packet. Below are the packet types.

Client

  • 0x0100 - Start authentication and send username
  • 0x0102 - Send encrypted password

Server