0b35e32b2a
examples for ESP32
2018-02-06 21:10:29 +01:00
255f40eaa7
travis.yml
2018-02-06 20:46:17 +01:00
5e1f9b1c26
CORE_HAS_LIBB64 for ESP32
2018-02-06 20:44:10 +01:00
30b6deedd2
use travis matrix
2018-02-06 20:41:36 +01:00
0e6e1c76ee
Merge pull request #281 from baggior/esp32
2018-02-06 20:24:40 +01:00
887683fabb
Merge branch 'master' into esp32
2018-02-06 20:24:03 +01:00
0b10299549
travis builds for ESP32
2018-02-06 20:22:29 +01:00
1d300084e0
fix
2018-02-06 09:57:04 +01:00
d9e1e97cf6
Merge branch 'master' into esp32
2018-01-23 12:40:10 +01:00
642750e232
Merge pull request #245 from PeterEmbedded/patch-1
...
Added some missing comments to WebSockets.cpp
2017-10-16 19:04:40 +02:00
a0c714bf10
Update WebSockets.cpp
...
Added some missing comments
2017-10-16 13:01:00 +02:00
c5461d5779
memset zero _clients struct for server
...
fixes #244
2017-10-06 18:30:05 +02:00
b87bce4466
add virtual to destructor #243
2017-10-04 19:17:21 +02:00
9608c2d210
Merge pull request #240 from mgbckr/master
...
Add example for plain STOMP connection
2017-09-25 21:31:24 +02:00
4baf4896cc
Add missing Hash.h library
2017-09-25 17:20:07 +02:00
4fd2e9d993
Add example for plain STOMP connection
2017-09-25 15:04:56 +02:00
fa580a568f
Merge pull request #223 from robokoding/master
...
Add ESP32 support from @robokoding
2017-09-20 18:53:55 +02:00
a93a845780
add: ESP32 support
2017-09-03 10:06:00 +02:00
83a1539e1e
fix: ESP32 new client connection
2017-09-03 09:55:15 +02:00
1bd4638621
bump version to 2.0.10
2017-08-21 21:44:30 +02:00
f40a390ab1
workaround windows gcc Template issue ( #228 , #229 )
2.0.9
2017-08-21 21:39:14 +02:00
b6c27f74cd
bump version to 2.0.9
2017-08-19 22:05:33 +02:00
c64a082270
Merge branch 'write_big_data'
2.0.8
2017-08-19 21:36:10 +02:00
522a67bc1b
add setReconnectInterval for the Client
2017-08-19 21:16:07 +02:00
29df9c30f7
bump version to 2.0.8
2017-08-18 17:16:51 +02:00
4c1c5378cb
esp32 no hasClient function
2017-07-30 01:40:36 +02:00
dbabc1025b
added esp32 support
2017-07-30 00:58:15 +02:00
1d40160d99
added esp32 support
2017-07-30 00:54:17 +02:00
a388676b40
added remoteIP for esp32
2017-07-30 00:22:23 +02:00
8c19d7ba48
Update WebSockets.cpp
...
added esp32 hwcrypto for sha1
2017-07-30 00:21:13 +02:00
4fc80871a6
Update WebSockets.h
2017-07-30 00:18:37 +02:00
0ca020bbd2
add build status
2.0.7
2017-07-20 18:47:36 +02:00
cc3ce02c67
move files to get travis working
2017-07-20 18:40:38 +02:00
96c266101e
add needed includes
2017-07-20 18:32:25 +02:00
64c8908b05
add script for travis
2017-07-20 18:26:04 +02:00
87c6c80c67
setup travis
2017-07-20 18:18:35 +02:00
adb255bda0
Merge pull request #216 from mgbckr/master
...
Extra headers (including removal of "Origin") and SockJS+STOMP example
2017-07-20 18:09:37 +02:00
d0ab6c4fd1
Remove redundant method header and fix indent
2017-07-20 08:21:29 +02:00
fcb623ce91
Simplified example
2017-07-19 15:50:25 +02:00
669f0b489e
Fix empty header issue
2017-07-19 11:12:00 +02:00
32cb052f23
Update SockJS+STOMP example
2017-07-19 10:19:32 +02:00
42ab3168c5
Switch to setting extra headers via function
2017-07-19 09:59:34 +02:00
86d2e2400a
Add SockJS+Stomp example
2017-07-18 13:33:13 +02:00
ad07f3c665
Allow to disable "Origin" header
...
The origin header often makes trouble with current WebSocket implementations. Thus, we introduce the WEBSOCKET_HEADERS_NO_ORIGIN macro which disables this header it if defined.
2017-07-18 12:37:04 +02:00
a4533a028c
fix NULL ptr when server abort the connection ( #207 )
2017-07-08 08:38:05 +02:00
ae3dd103a1
Merge pull request #199 from jesben/master
...
Added method for beginSocketIOSSL
2017-06-18 17:55:55 +02:00
40f84c19f4
Adding beginSocketIOSSL
2017-06-18 12:51:34 +02:00
f68d9d8030
Adding method for beginSocketIOSSL
2017-06-18 12:50:07 +02:00
c911776860
add virtual to write
...
fix some naming
2017-04-10 17:49:42 +02:00
adb52b11e9
handle cases when not all data can be written to TCP stack #187
2017-04-09 17:58:23 +02:00