Phase de test TCP
This commit is contained in:
parent
cc2a9cb729
commit
a8e9a1876d
3 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -85,6 +85,9 @@ public class MessageHorodate {
|
||||||
}
|
}
|
||||||
String payload = "";
|
String payload = "";
|
||||||
for(int i=4; i< mots.length; i++) {
|
for(int i=4; i< mots.length; i++) {
|
||||||
|
if(mots[i].startsWith("Message::")) {
|
||||||
|
mots[i]=mots[i].split("::")[1];
|
||||||
|
}
|
||||||
payload += mots[i]+"\n";
|
payload += mots[i]+"\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue