Added random generator for the initial letters and sending command

This commit is contained in:
Lorenzo Iovino 2017-06-26 15:47:25 +02:00
parent 648ea2ef7c
commit 5f8fe0ae2d
19 changed files with 58861 additions and 436 deletions

View file

@ -31,7 +31,6 @@ public class Message implements Serializable {
}
public static Message toMessage(String data){
System.out.println(data);
int divisorType = data.indexOf("=");
data = data.substring(divisorType+1, data.length());