## receive()


Receive data from the remote host.


Usage


``` python
receive(timeout=5.0)
```


## Parameters


`timeout: float = ``5.0`  
The maximum time to wait in seconds. Defaults to 5.0.


## Returns


`str`  
The received data as a string.
