# Testing networking services

#### Netcat

Testing networking services to troubleshoot communications can be easily done with netcat like so:

```shell
nc -l -p 8000
```

Source: https://ubidots.com/blog/how-to-simulate-a-tcpudp-client-using-netcat/