Difference between revisions of "0x0100"

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

Latest revision as of 16:21, 31 October 2016

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

Client

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

Server