B4A Question Network is unreachable - Erel (first post)    Nov 03, 2022   (1 reaction) Make sure that the ip and port are correct. There could also be several firewalls running.
It is easier to start with the Android device as a server. Start with this example: Network + AsyncStreams + B4XSerializator B4A Tutorial [B4X] Network + AsyncStreams + B4XSerializator - Erel    Jun 30, 2020   (27 reactions) This is a simple and important example. It demonstrates several good practices related to network communication.
1. The network related code is in the Starter service. The network state is also stored in the starter service.
2. The Activity is only responsible for the UI.
3. Using B4XSerializator i B4A Question MQTT or (Network + AsyncStreams + B4XSerializator) - Peter Simpson (first post)    Jul 03, 2021   (2 reactions) The key words in the sentence above are "local network", in that case you should use Network + AsyncStreams + B4XSerializator. Enjoy... B4J Question [ABMaterial][ABKeystoreSSL]Setup Details [SOLVED] - alwaysbusy (first post)    Nov 07, 2024 I think indeed this is how our network guys do it B4A Question Network and WebApp? - Didier9 (first post)    Apr 27, 2018 I recommend you use text mode, it makes it much easier to communicate with a web server. If you need to send binary data, you can setup a binary transfer, but initial communication and link setup will be done using strict ASCII text.
If you do not have too much binary data to send, you can use Base B4J Tutorial Network + AsyncStreams + B4XSerializator - Erel    May 15, 2017   (7 reactions) This is the B4J version of this B4A example: Network + AsyncStreams + B4XSerializator
Note that B4XSerializator is cross platform, so it should be simple to use similar code to communicate with B4A or B4i programs.
https://www.b4x.com/basic4android/images/SS-2017-05-15_16.59.49.png
The program imp B4A Library NetworkClass - Erel (first post)    Sep 04, 2017   (2 reactions) I think that it is in the correct place. B4J Question Multithreading on Windows/Linux using something similar to System.Threading.Thread and Thread.Start? - Erel (first post)    Feb 16, 2023 No. You are still wrong. Network requests are multithreaded. There isn't anything more real than this.
It is possible that you are doing something wrong in your code and sending the requests sequentially. For further assistance please start a new thread and post some code. B4J Question How to Create a Network Diagram - Magma (first post)    Sep 16, 2022   (1 reaction) You can create a table or any string array... with at least two columns...
id and childofid... if chiofid is null,"" is the root
You can make a canvas with scrollpane and draw all these easy or you can use layouts and scrollpane to be easier... B4A Question Network + AsyncStreams, auto detect connection - Erel (first post)    Sep 17, 2021 Network solution without B4XPages = big waste of time. Correct example is this one: https://www.b4x.com/android/forum/threads/b4x-b4xpages-network-asyncstreams-b4xserializator.119011/#content Page: 1   2   3   4   5   6   7   Powered by ColBERT |