|
388683d4cd
|
fix compiler warnings for ESP32 - #319
|
2018-08-07 18:10:48 +02:00 |
|
|
38c401b8af
|
adapt to ESP32 repo changes
4e5cbdaa7f
|
2018-08-07 18:06:32 +02:00 |
|
|
9ce044e550
|
code style
|
2018-05-12 11:34:12 +02:00 |
|
|
5636b02b46
|
add WebSocketServerAllFunctionsDemo (WIP)
|
2018-05-10 20:47:05 +02:00 |
|
|
b059d0711c
|
sort examples by platform
rework the travis tests
create ESP32 examples
|
2018-02-07 17:28:17 +01:00 |
|
|
d73e3ecc9c
|
skip some test for ESP32
|
2018-02-06 21:37:24 +01:00 |
|
|
f62aa6478d
|
more ESP32 stuff
|
2018-02-06 21:36:44 +01:00 |
|
|
d340c89b09
|
...
|
2018-02-06 21:26:06 +01:00 |
|
|
05f4cfd7bf
|
fix includes for WebSocketClient.ino
|
2018-02-06 21:17:14 +01:00 |
|
|
0b35e32b2a
|
examples for ESP32
|
2018-02-06 21:10:29 +01:00 |
|
|
1d300084e0
|
fix
|
2018-02-06 09:57:04 +01: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 |
|
|
522a67bc1b
|
add setReconnectInterval for the Client
|
2017-08-19 21:16:07 +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 |
|
|
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 |
|
|
86d2e2400a
|
Add SockJS+Stomp example
|
2017-07-18 13:33:13 +02:00 |
|
|
1afe317c7d
|
improve LED example
onchange to oninput #178
|
2017-03-13 17:25:10 +01:00 |
|
|
26140be6c9
|
fix #150 typo lenght -> length
|
2017-03-06 15:09:03 -05:00 |
|
|
e93a323e56
|
add support for Fragmentation / continuation opcode Receive
|
2017-02-22 14:29:26 +01:00 |
|
|
60e3d1080e
|
Merge branch 'master' into master
|
2017-02-07 16:05:20 -05:00 |
|
|
0d9aa043f0
|
fix WebSocketClientSocketIO example
|
2016-10-22 20:36:36 +02:00 |
|
|
7810d0d0b3
|
Make library compatible with Particle devices
|
2016-10-20 15:46:44 -04:00 |
|
|
529a86cc26
|
Merge pull request #90 from kenkus-futurice/master
Add socket.io client
|
2016-09-11 17:13:57 +02:00 |
|
|
7e5c64a573
|
mandatoryHttpHeaderCount fix
|
2016-06-09 19:48:38 +01:00 |
|
|
97443ae777
|
custom http header validation implementation; minor comment fixes
|
2016-06-08 23:11:21 +01:00 |
|
|
e589b40b25
|
custom http header validation implementation
|
2016-06-08 23:04:18 +01:00 |
|
|
bf3cfa6237
|
Fix reference to INTERVAL
|
2016-06-06 17:50:31 +03:00 |
|
|
f8a5acc9b7
|
Add socket.io client
|
2016-06-06 15:21:13 +03:00 |
|
|
8190e8121c
|
Added sample ESP8266 nginx SSL reverse proxy configuration file
|
2016-06-05 16:09:22 +01:00 |
|
|
5b4eaa0b11
|
fix typo: lenght -> length
|
2016-03-16 03:28:21 +02:00 |
|
|
c57a4c19ab
|
add HTTP Basic Authorization to WS Client and Server
see: #55
|
2016-02-17 17:56:03 +01:00 |
|
|
24eb13cf44
|
add WebSocketClientAVR example
|
2015-12-10 11:18:28 +01:00 |
|
|
098c488ff0
|
add beginSSL
|
2015-12-10 10:10:06 +01:00 |
|
|
082f5192c0
|
add Gitter
fix examples/WebSocketServer_LEDcontrol/WebSocketServer_LEDcontrol.ino
|
2015-11-27 00:45:43 +01:00 |
|
|
3aa0deac74
|
add LED control example
command out all echos
|
2015-11-26 15:19:07 +01:00 |
|
|
aebdc46337
|
fix wrong printf parameter
improve Serial Usage
|
2015-07-20 19:29:37 +02:00 |
|
|
e1e6280e82
|
first working WebSocketClient
add LGPLv2.1
|
2015-05-24 15:40:47 +02:00 |
|
|
2798232074
|
add IPAddress remoteIP(uint8_t num)
update example
|
2015-05-23 09:47:39 +02:00 |
|
|
2af71ab97a
|
fix memory leek
send reason code on clientDisconnect if no reason buffer is set
code style
|
2015-05-23 07:33:26 +02:00 |
|
|
f1ecfa9d20
|
first full working version of WebSocketsServer
|
2015-05-22 23:02:47 +02:00 |
|