NetTest provides network send/recv for test
While developing, I used to need temporary simple network sender or receiver. That was annoying.
Build environment:
Qt 4.8.6 & Qt static 4.8.6 with QtCreator 3.4.2
Function:
TCP client send/recv
UDP send/recv
Multicast send/recv
with custom packets. This style is my usual job.
Rule:
less comments as possible in order to variable & function name show meaning
all custom signals contain 'signal' prefix and slots also 'slot' preifx.
most of all debuging output should show via textbox if possible