B4R Question ESP8266 WebSocket Server - Erel (first post)    Jul 30, 2020   (1 reaction) There is currently no implementation of WebSockets server in B4R (there is client implementation).
Consider using Raspberry Pi or a similar small Linux based computer. You will be able to build very powerful servers. B4J Question Web socket server - fail connect clients with header "Sec-WebSocket-Protocol" - EvgenyB4A (first post)    Jun 22, 2023 Hi Erel,
I build the WebSocket server on the base of jServer to serve clients(EV charging stations). The standard obligates clients to include header "Sec-WebSocket-Protocol" with value "ocpp1.6" for the connection to be accepted. The "Browser Websocket Client" serves as test tool to check the serve B4J Question Server - Websocket events - teddybear (first post)    Jun 20, 2024   (1 reaction) I think WebSocket is a special class from jserver, and its event name is fixed as WebSocket. we can't add the element Event to jserver.xml like other classes for hints, otherwise on IDE it looks that there will be a prefix EventName, if you want some tips, add the element Comment for this.
154756 B4A Question websocket - server b4j , client b4a - LucaMs (first post)    Jan 13, 2020 In a client-server architecture it is always the client that initiates a communication.
Connect the websocket to the server and then the server can send the first useful message. B4J Question Websocket - UpgradeRequest.RemoteAddress - Daestrum (first post)    Apr 15, 2017   (1 reaction) yes a websocket server. B4J Question WebSocketException: RemoteEndpoint unavailable causing memory leak? - Chris2 (first post)    Oct 21, 2021 Of course, sorry. The project itself is quite big and sprawling. It connects to a jRDC2 based server app that has the Websocket Push framework server modules added. The websocket messages from the client are sent from various places with: WSPushService.SendMessageToAll("TextMsg") The messages are g B4J Question Websocket Server to server data to any websocket client(not b4x) - cklester (first post)    Nov 24, 2020 That is JSON data, isn't it? B4A Question How would you solve it? - Erel (first post)    Apr 11, 2019   (1 reaction) It will be difficult to implement such solution with Bluetooth. The two options are:
- MQTT
- A websocket server
MQTT is simpler. The advantage of WebSockets is that you can create a browser based client. B4A Library WebSocket Client Library - Erel (first post)    Feb 24, 2015 WebSocket server is not different than any standard http server. B4J Question WebSocket server with WebApp-Ui (kiffi) - Erel (first post)    Sep 13, 2015 I'm not familiar with Kiffi solution. However websocket handlers are always multi-threaded. Page: 1   2   3   4   5   6   7   Powered by ColBERT |