socket

  1. D

    Android Question multiple sockets with different ports and IPs are active at the same time

    Hi Erel, I want to make an application where multiple sockets with different ports and IPs are active at the same time. I did it by creating and calling 30 sockets like below and it works But the solution doesn't seem logical and I want it to be done in such a way that we don't have a limit on...
  2. M

    Android Question How to send multiple integer variables from udp socket

    hi everyone i wanna to send array of integer from udp socket but i can how do it! hoever im trying to do this but it dose not work well here my sample code: Private Sub Label1_Click Dim hum=200,temp=320 As Int Dim int() As Int = Array As Int(temp,hum) Dim byte() As Byte =...
  3. Rasoull

    Android Question multiple socket connection

    hi I have many users connecting to the server, the server side is written with b4j and I want to connect them one by one, what libraries can I use for this?
  4. W

    B4A Library Modbus TCP Library

    Hello everyone, Given the difficulties in finding a "ready-made" library for Modbus TCP communication. I have decided to create a library, adapted for my needs, i decide to publish because maybe useful to someone, maybe someone want to improve on it in this forum. I attach the library, the...
  5. M

    Wrap Socket.IO For B4I

    Hi, Can anyone wrap the new Socket.IO library for b4i? link library in github.
  6. HassanProgrammer

    B4J Question How to use b4j on vps?

    Hello I want to use b4j on vps for the first time. I want to create a clip making program with b4a so that the user sends a series of information such as photos, text, etc. to the server and this information will be sent to b4j. In b4j and on the server, a series of changes may be made to the...
  7. M

    Android Question signalr

    Hi, How to use signalr in basic4android?
  8. yo3ggx

    B4J Question Finding local port used by a socket

    I have a tcp connection established to a remote server. How can I find the tcp port used by the local socket? I want to use it for an UDP connection too. Thank you.
  9. B

    Android Question Difficulty converting bytes to images

    Hi Erel had previously installed a CCTV source: https://www.b4x.com/android/forum/threads/server-cctv-server.37382/#content I edited these sources for further practice so that images from one client are sent in bytes to the server and from the server are sent to another client, and in another...
  10. Star-Dust

    B4i Library SD: iHttpServer (beta)

    I started developing a version of the HttpServer Library for iOs. It is still a beta version and not complete, but already functional. You can start using it to test it. Includes WebSocket and QueryElement implementation Digest Auth will be added in the future. I have arrived at a first version...
  11. M

    iOS Question Forward notification via bluetooth

    Hi everyone, I've a question. There is a way to forward notifications to an bluetooth device, like the 10$ smartwatch does? Thanks
  12. Ibrahim Saleh

    Video Streaming App

    I need an b4a app that is able to stream video from local storage. The video streaming service must use socket server to send chuck byte array to the video player. For more reference check this link. http://www.adrianwalker.org/2012/06/html5-video-pseudosteaming-with-java-7.html If you are up...
  13. Enrico Fuoti

    Android Question Problem trying to write to socket bytes with some values greater then chr(128)

    Hi all, my problem is to write to a wifi socket connected to a led display. The Display accepts a 22 byte string, but some of the required chars are chr(177) to chr(186). When I assign the string to buffer the buffer of course gets negative values.. and the display will not generate any...
  14. P

    Android Question [WriteInt] Socket Usage ???

    I have the following code in java. How do I apply writeint in b4a??? I only have these options with b4a AStreamsClient.Write AStreamsClient.Write2 AStreamsClient.WriteStream
  15. D

    iOS Question App not responding to socket messages while in background

    Hi all, I have an app which uses sockets (from the iNetwork library) to communicate with another device over WiFi. Some of the messages received from the other device can cause local notifications to be raised on the iPhone running the app, or the app to send responses back to the other device...
  16. P

    Android Question Socket MemoryStream Connect B4A

    I have this code in vb.net. Connect perfectly! Public Shared Sub Send(ByVal msg As String) Try Using MS As New MemoryStream Dim B As Byte() = SB(msg) Dim L As Byte() = SB(B.Length & CChar(vbNullChar)) MS.Write(L, 0...
  17. semar

    In the need of a socket-outlet controlled via bluetooth

    Dear all, I would like to switch a lamp on and off with a B4A app running on an android smartphone. The lamp should be connected to a socket-outlet controlled via bluetooth. Are there any socket-outlet that are easy to interface with ? I mean a model which can be plugged in a home socket-outlet...
  18. L

    Android Question Wait For Error. WeakReference NullPointerException

    Hi everyone, I developed in my app the comunication with a fiscal printer. I do it opening a socket and writing the comands in the stream. I load the comands in a strings array and then I write them to the fiscal printer in a loop. I have to wait the response from the fiscal printer (with the...
  19. Waldemar Lima

    B4J Tutorial How create a Chat using B4J and Server Composer [ Socket ]

    hello everyone ! It is with great honor that I present to you my tool for creating websocket & socket servers, it was developed using C ++ [libwebsocket, enet, winsock, lua_wrapper, scintilla and others]. Today I will do a tutorial on how to use B4J with ServerComposer BUY HERE * First we...
  20. MarkusR

    Android Question Server App with Network & TCP Socket + SSL

    hello, how to make this example b4j network here work with ssl? https://www.b4x.com/android/forum/threads/b4x-network-asyncstreams-b4xserializator.72149/ i set the server into listen after a button click. if me click connect from "client" the server show a connect but the client stay in status...
Top