Web Socket Server
Web Socket Server
Hi,
I need to know if is possible to create a WebSocket Server on ESP WROOM. In IDF there is only WebSocketClient implementation.
I found some code in github for Arduino ESP32.
https://github.com/Links2004/arduinoWebSockets
Is any way to use it as IDF library?
I need to know if is possible to create a WebSocket Server on ESP WROOM. In IDF there is only WebSocketClient implementation.
I found some code in github for Arduino ESP32.
https://github.com/Links2004/arduinoWebSockets
Is any way to use it as IDF library?
Re: Web Socket Server
Hi PilipESP
I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation
https://github.com/Molorius/esp32-websocket
/Jorgen
I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation
https://github.com/Molorius/esp32-websocket
/Jorgen
Analog Digital IC designer / DevOps @ Merus Audio, Copenhagen, Denmark.
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
Re: Web Socket Server
I am using mongoose(https://github.com/cesanta/mongoose) in my project (see here for how i use it: (https://gitlab.com/StefanRvO/light-equa ... r_module.c).
Libwebsockets (https://github.com/warmcat/libwebsockets) should also be working as far as i know, but i found it a bit more difficult to use than mongoose.
Libwebsockets (https://github.com/warmcat/libwebsockets) should also be working as far as i know, but i found it a bit more difficult to use than mongoose.
Re: Web Socket Server
StefanRvO wrote: ↑Sun Dec 08, 2019 11:46 amI am using mongoose(https://github.com/cesanta/mongoose) in my project (see here for how i use it: (https://gitlab.com/StefanRvO/light-equa ... r_module.c).
Libwebsockets (https://github.com/warmcat/libwebsockets) should also be working as far as i know, but i found it a bit more difficult to use than mongoose.
Hello,
Did you try to port libwebsocket Library for ESP32? Because we have tried it earlier and faced some compilation issues with ESP32 IDF.
Let us know if anyone has tried and used it for ESP32 Target.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: Web Socket Server
Could you tell me how to log into the server and is it possible to create something like dashboard?Jakobsen wrote: ↑Fri Dec 06, 2019 7:21 pmHi PilipESP
I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation
https://github.com/Molorius/esp32-websocket
/Jorgen
Re: Web Socket Server
OK, i got it!
Thank U very much.
Thank U very much.
Re: Web Socket Server
I belive i got it working some time ago (~a year). I can't really remember what i did to make it work. I concluded that it would take to long to rewrite my webcode to use libwebsockets instead of mongoose, so i didn't use more than about a week on it, but i do think i got their demo running at the time (https://github.com/warmcat/lws-esp32-factory)
Re: Web Socket Server
Thanks.StefanRvO wrote: ↑Mon Dec 30, 2019 1:48 amI belive i got it working some time ago (~a year). I can't really remember what i did to make it work. I concluded that it would take to long to rewrite my webcode to use libwebsockets instead of mongoose, so i didn't use more than about a week on it, but i do think i got their demo running at the time (https://github.com/warmcat/lws-esp32-factory)
We have refereed same at out end and moved further for same. So, We have taken reference of master branch in which libwebsocket example is ported with few fixes and same for transport related changes.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: Web Socket Server
Hello again Jakobsen.Jakobsen wrote: ↑Fri Dec 06, 2019 7:21 pmHi PilipESP
I use this componet from Blake Felt - Code high quality and a nice and clean bare metal implementation
https://github.com/Molorius/esp32-websocket
/Jorgen
Did you tested your code in terms of serving any jpg, svg, png file?
Re: Web Socket Server
No - But
I use it for raw date - amplifier status, audio samples to be displayed on canvas etc. Do not see why it would not work for image data on a specific format as well.
/j
I use it for raw date - amplifier status, audio samples to be displayed on canvas etc. Do not see why it would not work for image data on a specific format as well.
/j
Analog Digital IC designer / DevOps @ Merus Audio, Copenhagen, Denmark.
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
Who is online
Users browsing this forum: MicroController and 259 guests