Search found 2 matches

by topovich
Fri Nov 26, 2021 9:02 pm
Forum: Programs, Libraries and Tools
Topic: Websocket client question.
Replies: 3
Views: 4996

Re: Websocket client question.

Thanks karfas for your reply. As you said, it's not for Micropython (I couldnt be able to install it). I searched A LOT in Google, found some libraries (like the one I posted in my original question) but none of them show how to use them as client. So I though that it could be something simple to do...
by topovich
Wed Nov 24, 2021 10:11 pm
Forum: Programs, Libraries and Tools
Topic: Websocket client question.
Replies: 3
Views: 4996

Websocket client question.

Hello, I'm working on a project (with an ESP32-WROOM-32 board) that needs to entablish a connection and listen to a websocket, more specifically to get realtime data from the Binance websocket (not much data, only the latest prices of two or three pairs). I found several examples and tutorials about...