Hi,
I know I asked this question once before (some time ago) but now I can't find the thread I posted and searched the forum for it, and can't remember the answer to the question..
I have a B4J app that is listening on a port and allows B4A, B4i apps to connect and send ASCII messages to this B4J app.
Let's say the B4A app sends the message hello1234 I want to then log the incoming data size in my B4J app. For Example 100 bytes, 100kb, 1MB etc. Then when the next message comes in then add to this file size.
I know I asked this question once before (some time ago) but now I can't find the thread I posted and searched the forum for it, and can't remember the answer to the question..
I have a B4J app that is listening on a port and allows B4A, B4i apps to connect and send ASCII messages to this B4J app.
Let's say the B4A app sends the message hello1234 I want to then log the incoming data size in my B4J app. For Example 100 bytes, 100kb, 1MB etc. Then when the next message comes in then add to this file size.