UDP Sender bisa digunakan untuk mengirimkan paket UDP ke server yang memang membuka port UDP-nya. Software ini biasanya saya pake untuk melakukan test/simulasi, kalau saya ingin membuat software lain (client/server) yang berkomunikasi dengan UDP.

UDP Sender can be used to send a UDP Packet to a server on a specific UDP port. This software is usually used to test/simulate, if we want to build a client-server software which communicate with UDP.

UDP Sender

Dengan software ini, kita bisa trap fungsi onReceive di software yang sedang kita kerjakan, untuk memeriksa apakah respons yang harusnya dia berikan sudah benar.

With this software, we can trap an onReceive function in the software which we build, to check if the respons is correct or not.

Silakan di-download disini, semoga bermanfa’at,

Please download it from here, and hope it is usefull.

RizaPN