Skip to content

Instantly share code, notes, and snippets.

public class ReadyReminderClientMokapot {
public static void main(String[] args) throws Exception {
DistributedCommunicator communicator =
new DistributedCommunicator("test2.p12",
"testpassword1".toCharArray());
communicator.startCommunication();
CommunicationAddress serverAddress =
communicator.lookupAddress(InetAddress.getLoopbackAddress(), 15238);