B4J Code Snippet [B4X] Websockets Client Connect and Reconnect - aminoacid    Dec 3, 2022   (1 reaction) Based on Erel's MQTT ConnctAndReconnet Sub: - This sub will attenpt to maintain a constant websockets connection. Set working=True and call the sub ONCE in your program: Sub ws_ConnectAndReconnect ws.Initialize("ws") Do While working If ws.Connected Then ws.Close ws.Connect(wsURL) wait for ws_Connected Sleep(5) If ws.Connected Then... with the application hanging. Note that ws.SendTextAsync requires jWebSocketsClient v1.12+ library... B4i Question Any TCP/Websocket client library that supports SSL/TLS? - aminoacid (first post)    Oct 29, 2022 The iWebsocketclient library supports SSL/TLS. Just use "wss:// ....." instead of "ws":
See:
https://www.b4x.com/android/forum/threads/iwebsocket.48600/#content... B4J Library [B4X] jMQTT - Official MQTT client - Erel    Apr 15, 2025   (24 reactions) .client.mqttv3.internal.SSLNetworkModuleFactory, org.eclipse.paho.client.mqttv3.internal.websocket.WebSocketNetworkModuleFactory, org.eclipse.paho.client.mqttv3.internal.websocket...Implementation of MQTT client based on the Paho open source project: http://www.eclipse.org/paho... B4i Library iWebSocket - Erel    Feb 7, 2021   (3 reactions) A WebSocket client implementation. This library is based on this open source project: https://github.com/square/SocketRocket The API is the same as B4A WebSocket library. The WebSocketHandler class which is used to connect to B4J WebSocket servers is included in the example. See this link for more information: https://www.b4x.com/android/forum/threads/websocket-client-library.40221/#content Edit: the library is already included in the IDE.... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon?
IPSbNdBmWKE
Pleroma is a lightweight implementation that extends Mastodon.
B4X Pleroma is a client for these social networks.
More information here: https://www.b4x.com/android/forum/threads/119426/#content
It is based on quite a few B4X components including: BCTextEngine... than other clients that I've tested.
The resources handling and caching is quite sophisticated... Share My Creation [B4X] Malaysian e-Invoice API Client - aeric    Feb 19, 2026   (7 reactions) : https://github.com/pyhoon/lhdn-einvoice-api-client-b4x
*LHDN is Inland Revenue Board of Malaysia... Share My Creation [Project Template] [B4X] User Login Client - aeric    Jun 24, 2025   (9 reactions) Version: 2.00
155123164904
GitHub: https://github.com/pyhoon/user-login-client-b4x
Server: User Login Server
Description:
B4X client apps connect to a server with SQLite/MySQL database
Shows... B4i Question Websockets Question - tufanv    Jan 14, 2019 Hello, I am currently using httputils2 to get json data from mysql server on my server. I want to switch to websockets. Where should I start ? Is this server example valid for me: https://www.b4x.com/android/forum/threads/websocket-client-library.40221/ I don't understand where I push the data to b4a and b4i apps. is it this part ?: ws.RunFunction("ServerTime", Array... the websocket connections to my own apps only, to avoid other people use it ? Thanks... Italian [B4X] Mqtt vs Firebase Realtime vs notifiche push (Firebase Cloud Messaging) - LucaMs (first post)    Oct 11, 2020   (1 reaction) Fate una colletta e vi sviluppo un server websocket + client (minimi) facilmente riutilizzabile.
Quando arriverete a 200€ fatemi un fischio :)
(scherzo; è sufficiente prendere uno degli esempi di Erel).... B4J Tutorial [B4X] Resumable Subs - Sleep / Wait For - devpialkt (first post)    Jun 3, 2017 is "wait for" ready for websocket client ?... Page: 1   2   3   4   5   |