|
28ed615145
|
Add minimal example for ESP OTA
|
2021-12-11 11:40:24 +01:00 |
|
|
108090e8cf
|
Update WebSocketsServer.cpp
Created a dummy client in order to be able to drop the TCP Client.
|
2021-09-10 22:55:37 +02:00 |
|
|
46b2ae1c97
|
fix #695, #696
|
2021-07-14 19:28:25 +02:00 |
|
|
27f86a10ad
|
allow access to setExtraHeaders and setReconnectInterval for SocketIOclient
fix: #690
|
2021-07-09 17:17:42 +02:00 |
|
|
860ac9da69
|
Prevent Compiler Warning: --> add // falls through
prevent Compiler warning by adding // falls through to imform compiler.
|
2021-06-20 09:22:41 +02:00 |
|
|
c897f60567
|
update arduino IDE from 1.8.13 to 1.8.15
|
2021-06-17 20:04:28 +02:00 |
|
|
b242882ac5
|
add git submodule update --init to esp8266 build
|
2021-06-17 19:56:45 +02:00 |
|
|
f8da05aa87
|
add Socket.IO example for ESP32
|
2021-06-17 19:43:15 +02:00 |
|
|
72aae52655
|
set EIO to version 4 in SocketIO examples
see #682
|
2021-06-17 19:42:09 +02:00 |
|
|
a14b6b73b4
|
bump version to 2.3.6
|
2021-03-08 17:22:23 +01:00 |
|
|
ed685e551f
|
fix _fingerprint is set checks for ESP32
see #633 and #632
2.3.5
|
2021-03-07 13:46:37 +01:00 |
|
|
7c3b1b7408
|
install libgtk-3-0
|
2021-03-06 08:59:21 +01:00 |
|
|
738e43fda4
|
install libgtk-3-0
|
2021-03-06 08:56:08 +01:00 |
|
|
f55bf8d4ed
|
bump version to 2.3.5
|
2021-02-09 18:26:21 +01:00 |
|
|
a484da47ed
|
Merge branch 'eio_4_ping_handling'
2.3.4
|
2021-01-31 20:32:25 +01:00 |
|
|
4355199120
|
bump version 2.3.4
|
2021-01-31 20:31:52 +01:00 |
|
|
0a4fcd44c2
|
EIO=4 ping handling #611
2.3.3
|
2021-01-31 20:27:56 +01:00 |
|
|
3a2b757155
|
EIO=4 ping handling #611
|
2021-01-31 10:28:15 +01:00 |
|
|
900d81e534
|
make WSclient_t * newClient(WEBSOCKETS_NETWORK_CLASS * TCPclient); public
|
2021-01-19 16:59:03 +01:00 |
|
|
0ecef8c552
|
Fixing WebSocket Close see #610
|
2021-01-19 16:58:37 +01:00 |
|
|
410489f7c5
|
bump version to 2.3.3
|
2021-01-07 10:27:42 +01:00 |
|
|
ec22d67c12
|
version.py can now create WebSocketsVersion.h
2.3.2
|
2021-01-07 10:24:23 +01:00 |
|
|
39e6a8e709
|
print version in DEBUG mode
|
2021-01-07 10:14:30 +01:00 |
|
|
784b7f9cb8
|
no python3.9 on github actions
|
2021-01-07 10:05:30 +01:00 |
|
|
fd83d6ad45
|
add WebSocketsVersion.h and some build checks
|
2021-01-07 09:59:49 +01:00 |
|
|
0e729cd896
|
cleanup clone_library
|
2021-01-06 09:39:19 +01:00 |
|
|
2f21590e55
|
no need for a full clone
|
2021-01-06 09:18:27 +01:00 |
|
|
c98baafda7
|
jobs steps array
|
2021-01-05 21:54:58 +01:00 |
|
|
983b9801fb
|
Merge branch 'master' of github.com:Links2004/arduinoWebSockets
|
2021-01-05 21:50:56 +01:00 |
|
|
e70262dab9
|
add done job
|
2021-01-05 21:50:40 +01:00 |
|
|
4a05eab627
|
Update README.md
use github actions as Build Status
|
2021-01-05 21:30:28 +01:00 |
|
|
822618f606
|
code style fix
|
2021-01-05 21:18:30 +01:00 |
|
|
1b4f186fa6
|
use github actions for build
|
2021-01-05 21:17:09 +01:00 |
|
|
c68e015322
|
github actions test3
|
2021-01-05 18:32:11 +01:00 |
|
|
dc30a2b7bf
|
github actions test2
|
2021-01-05 18:28:59 +01:00 |
|
|
6bee53a8bd
|
github actions test
|
2021-01-05 18:11:48 +01:00 |
|
|
ebb87cdc8a
|
+ constructors for scalars
|
2020-11-26 19:33:18 +01:00 |
|
|
e7ab913693
|
fix clearing _Client[]
|
2020-11-26 19:33:18 +01:00 |
|
|
52547ec47c
|
fix clients init logic
|
2020-11-26 19:33:18 +01:00 |
|
|
74411bf729
|
use native contructor and destructor to initialize WSclient_t
|
2020-11-26 19:33:18 +01:00 |
|
|
f0cc36dede
|
bump version to 2.3.2
|
2020-11-21 18:13:22 +01:00 |
|
|
074a674833
|
bionic is broken for Arduino IDE 1.6.13 so we keep xenial
2.3.1
|
2020-11-21 16:25:18 +01:00 |
|
|
8239e1625e
|
update travis config
|
2020-11-21 16:21:04 +01:00 |
|
|
c5900db636
|
add handling for Socket.IO V3 connection
|
2020-11-21 16:19:59 +01:00 |
|
|
9470961d85
|
socket.io improve Cookie handling
|
2020-11-21 16:19:08 +01:00 |
|
|
04919f848f
|
only try to send socket.io messages in WSC_CONNECTED state
handle sIOtype_CONNECT messages
send 2probe on websocket connect (#574)
|
2020-11-21 16:17:43 +01:00 |
|
|
25318111a1
|
add namespace join to socket.io examples
|
2020-11-21 16:16:59 +01:00 |
|
|
08caf3bfc6
|
code style
|
2020-11-21 14:45:53 +01:00 |
|
|
fb26433e75
|
add error messages if Webserver Hook Functions are not supported by platform
|
2020-11-21 14:33:25 +01:00 |
|
|
4f52a0f38e
|
cleanup server client init
|
2020-11-21 14:07:32 +01:00 |
|