1 2 3 4 5 6 7 8 9
# README A simple UDP toolkit that provides a way to send and receive UDP packets.\ It can be useful in scenarios when debugging UDP based microservices. ```sh # Get started with docker docker run --rm whisperpine/udptk -h ```