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 Tutorial [B4X] [B4XPages] Network + AsyncStreams + B4XSerializator - Erel    Jun 30, 2020   (28 reactions) https://www.b4x..png 95652 https://www.b4x..png Cross platform version, based on B4XPages, of the network example: https://www.b4x.com/android/forum/threads/b4x-network-asyncstreams-b4xserializator.72149/#content It is so much simpler to use B4XPages that it feels like cheating :) All of the cod B4A Tutorial [B4X] The Networker's Guide To The Galaxy - Erel    Jul 14, 2016   (32 reactions) cgxWP4Wu77s
The purpose of this tutorial is to cover the various communication options available for B4X developers.
Will start with two important utilities:
AsyncStreams: Asynchronously reads and writes to any stream and avoids blocking the main thread.
Do not assume that messages will arrive as B4A Tutorial Android Network Tutorial - Erel    Feb 05, 2016   (2 reactions) This is an old tutorial. All new implementations of network solutions should be based on AsyncStreams. The Network library allows you to communicate over TCP/IP with other computers or devices. The Network library contains two objects. Socket and ServerSocket. The Socket object is the communication B4A Tutorial Erels B4X Oveview from Walt's B4xGoodies - created with B4xgoodies Explorer using BVAD3 - Mashiane (first post)    Apr 27, 2021   (3 reactions) Tutorial - Barcode/scan - Barcode Reader
Tutorial - Bluetooth - Bluetooth Chat Example
Tutorial - Camera - Intent Based Camera
Tutorial - Comms & Network - Control The Desktop With Your Phone
Tutorial - Comms & Network - Net Library (ftp, Smtp, Pop) With Wait For
Tutorial - Comms & Network - B4A Question Network problems solved - luke2012    Aug 25, 2017   (1 reaction) This Thread is to say "THANKS" to the @Erel (great) tutorial that helped me to solve a difficult network problem (crash, wrong connection mgmt etc) within my client App (all network core objects and messages was within main).
I'm sharing my experience because I think that this great tutorial could B4R Tutorial Ethernet / Network Tutorial - Cableguy (first post)    Apr 11, 2016   (1 reaction) should be:
Sub Astream_NewData (Buffer() As Byte)
Log("Received from server: ", Buffer) 'pass the array of bytes. Don't convert to string.
End Sub B4J Tutorial [IoT] Raspberry 2 & B4J from the scratch... - KMatle    Nov 01, 2015   (24 reactions) Select "increase partition", too, to have more memory on the card. This will take about 10 minutes. If you're asked to use SSH prompt it with "YES" (this is needed to get remote access later). If it ask's you to boot into UI or prompt chose "prompt". The RB reboots after a while. My installation d B4R Tutorial How to write a Tutorial/Snippets/ShareYourCreations - Cableguy    Jan 13, 2024   (11 reactions) * '************************************************************************************************************************* In This example, a project I am currently working on, I have an ESP32S Dev Module, a Push-Button, a SSD1306 Oled LCD and a 2xRelay Module. The simple fact that if I so decid B4A Library [B4A] - AH_CheckInternet - Check network status (Library) - alirezahassan    May 23, 2021   (40 reactions) 15.13): ${AH_CheckInternet.Get_PingHost("119.147.15.13")} Get_Ping (127.0.0.1): ${AH_CheckInternet.Get_Ping("127.0.0.1")} Get_PingLog (119.147.15.13): ${AH_CheckInternet.Get_PingLog("119.147.15.13")} Get_PingStats (127.0.0.1): ${AH_CheckInternet.Get_PingStats("127.0.0.1")} "$ Previ Page: 1   2   3   4   5   6   7   Powered by ColBERT |