server

  1. Alessandro71

    B4J Question Using XUI.SubExists in a Server project

    I have many classes that I use in cross-platform app projects that are using XUI.SubExists before calling CallSub. I'm writing a Server project that will use the same classes. I know I can't use XUI in a NON-UI project, so all XUI.SubExists are marked as errors. I also tried to make my own XUI...
  2. M

    Android Question Socket + AsyncStreams detect connection loss

    Hi everyone, I'm trying to improve Modbus TCP library from @Walter95 that internally uses Socket and AsyncStreams I was trying to add the _Connected and _Disconnected events. I managed to get the first one (forwarding the Socket event) but I do not know how to detect a disconnection of the...
  3. aeric

    B4J Library [Web] [Server] EndsMeet v1.10

    Version: 1.10 GitHub: https://github.com/pyhoon/EndsMeet Create a server app with 4 lines of code: Sub Process_Globals Public app As EndsMeet End Sub ' <link>Open in browser|http://127.0.0.1:8080</link> Sub AppStart (Args() As String) app.Initialize app.Get("", "Index")...
  4. WebQuest

    Android Example Bidirectional chat with ServerSocket in B4X

    I developed a two-way chat system using ServerSocket and Socket in B4X. This project allows a connection to be established between a client and a server within a local network, enabling messages to be exchanged in real time. 🔹 Code structure The system is based on: - ServerSocket for...
  5. aeric

    B4J Library [Project Template] Inti Server v1

    Inti - Core of Pakai framework This is a very minimum server template (7KB), without dependencies of any library (except for jServer). This template may not as useful as Pakai framework. However, it provides a very basic server configuration to start with. Instead of starting from Pakai and...
  6. aeric

    Share My Creation [Project Template] Pakai Server v4

    Update Pakai Server v5 is available Pakai Server Version 4.00 Formerly known as Web API Server GitHub: https://github.com/pyhoon/pakai-server-b4j Template: Pakai Server (4.00).b4xtemplate B4X Client App: TBD Tutorial...
  7. aeric

    Share My Creation [Project Template] Web API Server v3

    Web API Server is now Pakai Version: 3.51 GitHub: https://github.com/pyhoon/pakai-server-b4j/tree/v3.51 Description: Web API Server with JSON response Database: SQLite, MySQL Template: Web API Server (3.51).b4xtemplate B4X Client App (B4A, B4i, B4J): Web API Client (2.00).b4xtemplate...
  8. Duque

    Spanish SSL en español

    ¡Hola! Con vergüenza de desnudar mi ignorancia, pero llevo días atrapado en este tema: Contexto -Contrate un servidor dedicado ✅ -Ejecute sin problemas un servidor b4j✅ -Conexión http ✅ -Conexion https? https://mydominio.com:17178/noty La Conexion segura falla, a pesar de que existe un...
  9. M

    iOS Question Cannot compile anymore with Local Build Server

    Hi everyone, today I was going to update an iOS app, and big surprise... nothing compiles anymore. My Specs: Xcode 15.4 iOS 17.5 Platform B4i Build Server 8.5 B4i 8.51 MacOS Sonoma 14.5 I had to set #MinVersion to 12 (otherwise it says the range must be 12 - 17.5 and does not compile) in my...
  10. aeric

    Share My Creation [Project Template] User Login Server

    Version: 3.10 GitHub: https://github.com/pyhoon/user-login-server-b4j Clients: [Project Template] [B4X] User Login Client Description: This is a user registration and login server. Includes API for change and reset user password. Based on Web API Server v3.50 project template. It is a...
  11. jroriz

    Android Question [SOLVED] Creating a Server for HTML/JS Application Using B4A

    I created a page using an html/js framework (https://aframe.io). I will create an application from the html page. It turns out that the framework expects a server serving the page, as it uses relative paths, otherwise it won't work. To create the server I will use a third-party app...
  12. walterf25

    B4J Question MQTT Delay Time

    Hi Everyone, I am working on a project where I have a raspberry pi 4B where I have a b4j app running which communicates with a 32 channel Analog to Digital Converter we designed and built at work, the communication is via I2C protocol, this part works very well as far as I have been able to...
  13. carlos7000

    Spanish Como enviar datos a una App en un Android Tv?

    Hola Quiero compartir contenido, como textos, imágenes, videos, entre otros, con otro dispositivo, en este caso, un televisor con sistema operativo Android. Para comenzar, me gustaría empezar con algo simple, como el envío de un texto. Esta tarea la realizaré en una aplicación que se ejecutará...
  14. M.LAZ

    B4J Question jRDC2 Testing ip address

    Hi,, i'm trying testing jRDC2 on my local browser and my Dedicated Server : when put in local browser or Server browser : http://localhost:51029/test result is this is Your ip : [0:0:0:0:0:0:0:1] http://127.0.0.1:51029/test result is this is Your ip : 127.0.0.1 in...
  15. a.consorti

    B4J Question wait for and api response

    Hi guys! How are you, I state that I'm new to B4J and, despite my many attempts and various readings, I can't do something that should be simple. In practice I have created a web portal in B4J and I manage the various pages through the handlers. So far, so good. The problem arises when I...
  16. aeric

    B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF)

    Updates jRDC2 Server v2 is available jRDC2 Server Template Version: 1.12 (based on jRDC2 version 2.23) Create a new project and run it! To be accompanied with jRDC2 Client Template Introduction: To be edited Version 1.00 : 9KB Version 1.11 : 127KB Version 1.12 : 127KB Version 2.00...
  17. Lakhtin_V

    Android Tutorial LM WiFi example of using this library

    Hi! I'm trying to find an example using this library. I liked the functionality of this library, but how to put it into practice? I want to use Wifi direct to send requests to the head unit (server).
  18. red30

    Android Question Transferring data to the server

    I have a GMS module which can work with MQTT and Web Service. I need to get data from it and store it somewhere. As I understood from the forum, I cannot run my own MQTT server. So I settled on Web Service. I imagine it like this: on an Android or Windows device, I run a server that I can access...
  19. aeric

    Share My Creation Print Server (USB Thermal Receipt) running on Raspberry Pi

    This is a demo video of B4J Print Server which is a REST API Web Server. The server can run on Windows and Linux including on a Raspberry Pi OS. I have also created B4J, B4A and B4i Client app to send request to the server through GET and POST. The print data can contain ESC/POS string sent...
  20. aeric

    Share My Creation [Project Template] Web API Server v2

    Updates Web API Server v3 is available Version: 2.08 Description: Create Web API Server using B4X project template Database: MySQL, SQLite Sample project: Support Ticketing System If you don't want to connect to any SQL database, see MinimaList API Server For older version, see Web API...
Top