Skip to content
Updated Multi Server Mode for NetGear API (markdown) authored by Abhishek Thakur's avatar Abhishek Thakur
...@@ -37,7 +37,7 @@ This mode can be easily activated through `multiserver_mode` boolean attribute i ...@@ -37,7 +37,7 @@ This mode can be easily activated through `multiserver_mode` boolean attribute i
* **In Multi-Server Mode:** * **In Multi-Server Mode:**
* _A unique PORT address **MUST** be assigned to each Server on the network using its [`port`](netgear#parameters-and-attributes-wrench) parameter._ * _A unique PORT address **MUST** be assigned to each Server on the network using its [`port`](netgear#parameters-and-attributes-wrench) parameter._
* _A list/tuple of PORT addresses of all connected Servers **MUST** be assigned at Client's end using its [`port`](netgear#parameters-and-attributes-wrench) parameter for a successful connection._ * _A list/tuple of PORT addresses of all unique Servers **MUST** be assigned at Client's end using its [`port`](netgear#parameters-and-attributes-wrench) parameter for a successful connection._
* _The [`address`](netgear#parameters-and-attributes-wrench) parameter value of each Server **MUST** exactly match the Client._ * _The [`address`](netgear#parameters-and-attributes-wrench) parameter value of each Server **MUST** exactly match the Client._
* _In Multi-Server Mode, If all the connected servers on the network get disconnected, the Client itself automatically exits to save resources._ * _In Multi-Server Mode, If all the connected servers on the network get disconnected, the Client itself automatically exits to save resources._
... ...
......