Hi,
I need a help!
I have a gps tracker communicating with a servlet wrote in b4j on my webserver. the tracker connect to server platform using TCP protocol.
I'tried to use AsyncStreams and y can create a connection but the gps returns my many symbols after the keep alive message.
this is the strings received from the tracker:
*HQ,4209513891,V1,124648,A,4500.0996,N,00738.2832,E,023.30,088,150616,BFFFFBFF,222,10,0,0,6#
$B
Q8�FSE s�0P������ � �
�
$B Q8�GE � s� ������ � �
�
$B Q8�GE s�hh����� � �
�
$B Q8�G(E P s�0 ������ � �
�
$B Q8�G8E ` s�v������� � �
�
$B Q8�GHE @ s�V������ � �
�
$B Q8�GXE P s�1@������ � �
�
$B Q8�HE s�d����� � �
�
$B Q8�H#E 0 s� q4����� � �
�
I tried with async in prefix mode but servlet tells "Prefix mode only works if both sides of the connection follow the prefix mode"
Can someone help me?