asyncstreams

  1. BrotherEarth

    Android Question Transmitting an already zipped file from Android via AsyncStreams

    I have written a simple response to return the text of a file to the system requesting it. The text file is simple json and it works fine. However, I also need to send a zip file. The requirements do not allow me to send it via FTP, I have to send it via websocket, I am using AsyncStreams. I...
  2. A

    Java Question HttpServer With ServerSocket & AsyncStreams

    I am trying to develope a custom http server based on ServerSocket and AsyncStreams. So far so good, but stuck on most basic issue. Either I am doing wrong, but I am facing an issue on getting requestbody(bigsize) as chunked. as far as I read construction is as below should be. http status...
  3. yo3ggx

    Android Question Wait For with Astream

    Hello everybody. I have the following situation. I'm sending some data over usb serial and I have to wait for an answer from the other party (a hardware device) before sending data again. I want to use Wait For with AsyncStream, but there are situations when the other party does not answer at...
  4. Andre Stefan

    Android Question Are you missing a library reference? - YES I AM !!!

    I am getting this error and after time reading various treads I can't figure out how to get rid of it ... B4A Version: 9.30 BETA #2 Java Version: 11 Parsing code. Error Error parsing program. Error description: Unknown type: asyncstreams Are you missing a library reference? Error occurred on...
  5. johnf2013

    Android Question SOLVED BT, AsyncStreams, and asymmetric prefix mode

    I have an app that is to communicate with an STM32 sending short, usually single byte, commands and receiving large packets of sensor data over BT, frequently (50Hz or so). The app and the firmware are both written and run happily in simulation mode. They are just waiting for me to finish the...
Top