Skip to content

Instantly share code, notes, and snippets.

View Tzeentchful's full-sized avatar

Antonio Tzeentchful

View GitHub Profile
@Tzeentchful
Tzeentchful / NetServerAnnouncer.java
Last active August 29, 2015 14:04
Send a message to all servers on a Lilypad cluster
public class NetServerAnnouncer {
private Connect connect;
public NetServerAnnouncer(Connect connect) {
this.connect = connect;
}
public void sendMessage() {
try {