@@ -26,7 +26,6 @@ _This mode is an exclusive designed NetGear API for robustly handling Multiple S
* _A list/tuple of [`port`](netgear#parameters-and-attributes-wrench) addresses of each connected Server must be provided at Client's end._
* _The network IP [`address`](netgear#parameters-and-attributes-wrench) value of each Server MUST exactly match the Client._
* _If all the connected servers on the network get disconnected, the Client itself automatically exits to save resources._
****This feature as of now only available with the [`testing`](https://github.com/abhiTronix/vidgear/tree/testing) branch only!***
* _In Multi-Server Mode, even it is not advisable, when you're running all Multiple Servers and the Client on same local machine/system in different command-line windows, Avoid using NetGear API with other VidGear APIs (such as CamGear, PiGear) but instead stick to simple OpenCV methods(_usage given below_) to avoid undesired latency due to multiple threads._
---
...
...
@@ -56,17 +55,6 @@ _This mode is an exclusive designed NetGear API for robustly handling Multiple S
_**:bulb:NOTE:** For sake of simplicity in these examples, **We will use only two unique Servers, but the number of these Servers can be extended to several numbers depending upon your requirements and System configurations.** All of these Servers can transfer frames to a sole Client at the same time, that will be displaying received outputs as a montage(multiple frames concatenated together)._
### Firstly, Kindly clone and install the `testing` branch as follows: