Skip to content
/ NetTest Public

NetTest provides network send/recv instantly for test

License

Notifications You must be signed in to change notification settings

asgawa/NetTest

Repository files navigation

NetTest

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

About

NetTest provides network send/recv instantly for test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published