Mercurial > hg > Database > Alice
view src/test/java/alice/daemon/UdpTest.java @ 384:56d4f93a3921 multicast
add RegisterList
author | sugi |
---|---|
date | Wed, 11 Jun 2014 15:49:59 +0900 |
parents | f38cafa457c9 |
children | aefbe41fcf12 |
line wrap: on
line source
package alice.daemon; import alice.datasegment.DataSegment; public class UdpTest { public static void main(String[] args){ Config conf = new Config(args); DataSegment.connectMulticast("multicast",conf.MCSTADDR, conf.localPort, conf.nis); new MulticastStartCodeSegment().execute(); } }