Back to project page hts-cycle.
The source code is released under:
GNU General Public License
If you think the Android project hts-cycle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package it.uniroma2.musicsharep2p; /* w w w . j a v a 2 s. c om*/ public class DefaultValue { public static final int PORT = 5193; public static final int COMMANDPORT = 5192; public static String LISTEN = "musicsharep2p"; public static String APPNAME = "MusicShareP2P"; }