Added random generator for the initial letters and sending command
This commit is contained in:
parent
648ea2ef7c
commit
5f8fe0ae2d
19 changed files with 58861 additions and 436 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue