项目作者: bzdgn

项目描述 :
A simple UDP Packet Notification program that pushes the same packet on a sleep time interval
高级语言: Java
项目地址: git://github.com/bzdgn/WakeUp.git
创建时间: 2014-05-20T19:26:07Z
项目社区:https://github.com/bzdgn/WakeUp

开源协议:

下载


I need this program in order to send UDP notification packets. I also plan to make a UDP Hole Punching
in order to make a UDP streaming behind the firewalls but that’s just a plan. This project not a big shot,
just an experimental tryout.

Plan to make a multithreaded notification engine for each port so a pool must be used. May be the
triggering mechanism should be done with a tcp packet payload stores the STATUS (ON|OFF) or something
like that. A restful web service returning a JSON or XML can also be used.

-Udp Port Forwarder class added, spagetti code will be cleaned soon!