Commit Graph

  • 3063ad27ae clang-format Links 2019-06-10 12:57:49 +02:00
  • e8df841b7f add support for ESP32 ETH.h see #443 Links 2019-06-10 09:29:58 +02:00
  • 0aa07421a6 add events for ping / pong rx #382 Links 2019-05-30 20:15:03 +02:00
  • df3ef524b6 fix #428 by setting Insecure if we do not have a CA or fingerprint Links 2019-05-30 18:24:28 +02:00
  • 8ec27b0468 fix indexOf #430 Links 2019-05-30 16:52:20 +02:00
  • 11273d9f69 Merge pull request #378 from Niklas04/patch-1 ATmega Markus 2019-05-30 16:48:05 +02:00
  • c361895a4b add setCACert based on #434 Links 2019-05-30 16:32:30 +02:00
  • 31bade1530 test with newer arduino IDE (1.8.9) Links 2019-05-30 14:33:44 +02:00
  • 4223a9e41f fix Travis Links 2019-05-30 14:24:57 +02:00
  • 72731beb10 Merge pull request #383 from sovcik/master Markus 2019-01-16 16:42:59 +01:00
  • 1b6b42b877 processing client data before potential disconnect Jozef Sovcik 2018-11-03 13:16:12 +01:00
  • d6dd7be987 disconnecting after pong not received Jozef Sovcik 2018-11-03 13:15:14 +01:00
  • d325bd338e Merge branch 'master' into gpn18 Links 2018-10-26 20:33:29 +02:00
  • d693437908 version bump Jozef Sovcik 2018-10-24 08:19:02 +02:00
  • 9b6ce7563a added example for heartbeat Jozef Sovcik 2018-10-24 08:17:37 +02:00
  • 68800e2e7a implementing heartbeat Jozef Sovcik 2018-10-23 18:01:33 +02:00
  • 82e3c57006 Update WebSocketsClient.cpp Niklas04 2018-10-09 21:28:02 +02:00
  • eaef4f0801 Merge pull request #369 from sanketplus/master Markus 2018-09-23 18:10:30 +02:00
  • 4db22fe5e4 make masking RFC complaint and fix #208 Sanket Patel 2018-09-21 23:58:48 +05:30
  • 50e2e366cc fix travis debug test build Links 2018-09-23 12:07:42 +02:00
  • e8249f76e6 travis config second fix Links 2018-09-23 12:02:06 +02:00
  • a70d644f5d adapt travis config to match esp8266 changes Links 2018-09-23 11:56:33 +02:00
  • a3079f5645 Merge commit '38a881a86a35c2cbf755f9c8da33178b70bd4f82' Links 2018-08-08 18:13:29 +02:00
  • 2626b26315 Merge commit '32dd01b91bbae7f10b0b77ac200e69ea064ed44f' 2.1.1 Links 2018-08-08 18:13:14 +02:00
  • 38a881a86a bump version to 2.1.2 Links 2018-08-08 18:12:02 +02:00
  • 32dd01b91b bump version to 2.1.1 ESP32_serial Links 2018-08-08 18:11:18 +02:00
  • db8167f9c7 Merge pull request #355 from Links2004/ESP32_serial Markus 2018-08-07 18:31:43 +02:00
  • 388683d4cd fix compiler warnings for ESP32 - #319 Links 2018-08-07 18:10:48 +02:00
  • 38c401b8af adapt to ESP32 repo changes Links 2018-08-07 18:06:32 +02:00
  • f7a7ab6ab4 wrap reasonCode in define Markus 2018-07-04 16:29:28 +02:00
  • bdee8b9744 call end for ESP8266_ASYNC TCP Server Markus 2018-06-21 09:30:11 +02:00
  • 3f5c7e1c46 add travis build test Links 2018-05-19 19:26:12 +02:00
  • 50903cd410 basic event RX working Links 2018-05-12 17:10:17 +02:00
  • f95c014342 basic event sending works Links 2018-05-12 16:53:34 +02:00
  • 8967356af3 improve ram usage on one char send Links 2018-05-12 15:27:08 +02:00
  • d2043bf8ef start work for socket.IO basic Engine.IO implementation Links 2018-05-12 15:13:50 +02:00
  • 7ddcdc2bd3 add info for AVR usage with version 2.x.x Links 2018-05-12 12:40:56 +02:00
  • bde97179bf fix unused parameter warnings fix switch warinings Links 2018-05-12 11:39:59 +02:00
  • 9ce044e550 code style Links 2018-05-12 11:34:12 +02:00
  • a796079b0c fix code style Links 2018-05-12 11:27:03 +02:00
  • e8c0d775fb fix #146 HTTP Header handler Links 2018-05-12 11:22:16 +02:00
  • 5636b02b46 add WebSocketServerAllFunctionsDemo (WIP) Links 2018-05-10 20:47:05 +02:00
  • 4b33575af1 add connectedClients see #242 Links 2018-05-10 20:42:03 +02:00
  • 486a612693 allow usage of IPAddress #230 Links 2018-05-10 20:12:48 +02:00
  • ea8e81c6ce add close #322 Links 2018-05-10 18:55:23 +02:00
  • 8a187b523b Merge pull request #323 from chemicstry/printf_fix Markus 2018-05-10 18:48:43 +02:00
  • ac8d806085 Fix format specifiers chemicstry 2018-05-10 01:16:39 +03:00
  • 02e0128802 Update index.js Markus 2018-04-17 19:42:47 +02:00
  • 01e1fdfb50 Merge pull request #304 from CarlosRDomin/master Markus 2018-04-03 19:21:22 +02:00
  • d02932ef21 Allow custom WEBSOCKETS_SERVER_CLIENT_MAX definition Carlos Ruiz 2018-04-02 22:17:34 -07:00
  • 5bf8b2407e Merge pull request #296 from getbyte/master Markus 2018-03-18 07:34:57 +01:00
  • 50d9a8d6e5 fix undefined virtual methods getbyte 2018-03-18 01:25:49 +03:00
  • 7443f9b1dc Merge pull request #292 from ivankravets/patch-2 Markus 2018-03-07 18:49:05 +01:00
  • 4b04f6fa53 Update supported platforms, allow PIO to detect examples automatically Ivan Kravets 2018-03-07 10:33:33 +02:00
  • a67a8dd0e0 Merge pull request #265 from Links2004/esp32 2.1.0 Markus 2018-02-07 18:32:49 +01:00
  • 4759a66a62 Arduino 1.8.5 is very peaky with the board parameters Links 2018-02-07 18:15:50 +01:00
  • 48e690a42a bump version to 2.1.0 travis arduino 1.8.5 Links 2018-02-07 18:11:08 +01:00
  • b059d0711c sort examples by platform rework the travis tests create ESP32 examples Links 2018-02-07 17:28:17 +01:00
  • a09b8c48ee ide version Links 2018-02-06 21:58:26 +01:00
  • 94eb4b12e5 IDE version Links 2018-02-06 21:52:13 +01:00
  • 2df62558f1 more verbose verify step Links 2018-02-06 21:48:49 +01:00
  • 86074c90ae update IDE test Links 2018-02-06 21:41:47 +01:00
  • d73e3ecc9c skip some test for ESP32 Links 2018-02-06 21:37:24 +01:00
  • f62aa6478d more ESP32 stuff Links 2018-02-06 21:36:44 +01:00
  • d340c89b09 ... Links 2018-02-06 21:26:06 +01:00
  • 05f4cfd7bf fix includes for WebSocketClient.ino Links 2018-02-06 21:17:14 +01:00
  • 46cff38287 fix ESP32 sha1 problem Links 2018-02-06 21:12:39 +01:00
  • 0b35e32b2a examples for ESP32 Links 2018-02-06 21:10:29 +01:00
  • 255f40eaa7 travis.yml Links 2018-02-06 20:46:17 +01:00
  • 5e1f9b1c26 CORE_HAS_LIBB64 for ESP32 Links 2018-02-06 20:44:10 +01:00
  • 30b6deedd2 use travis matrix Links 2018-02-06 20:41:36 +01:00
  • 0e6e1c76ee Merge pull request #281 from baggior/esp32 Markus 2018-02-06 20:24:40 +01:00
  • 887683fabb Merge branch 'master' into esp32 Links 2018-02-06 20:24:03 +01:00
  • 0b10299549 travis builds for ESP32 Links 2018-02-06 20:22:29 +01:00
  • 1d300084e0 fix Marco 2018-02-06 09:57:04 +01:00
  • d9e1e97cf6 Merge branch 'master' into esp32 Marco 2018-01-23 12:40:10 +01:00
  • 642750e232 Merge pull request #245 from PeterEmbedded/patch-1 Markus 2017-10-16 19:04:40 +02:00
  • a0c714bf10 Update WebSockets.cpp PeterEmbedded 2017-10-16 13:01:00 +02:00
  • c5461d5779 memset zero _clients struct for server Markus 2017-10-06 18:30:05 +02:00
  • b87bce4466 add virtual to destructor #243 Links 2017-10-04 19:17:21 +02:00
  • 9608c2d210 Merge pull request #240 from mgbckr/master Markus 2017-09-25 21:31:24 +02:00
  • 4baf4896cc Add missing Hash.h library Martin Becker 2017-09-25 17:20:07 +02:00
  • 4fd2e9d993 Add example for plain STOMP connection Martin Becker 2017-09-25 15:04:56 +02:00
  • fa580a568f Merge pull request #223 from robokoding/master Markus 2017-09-20 18:53:55 +02:00
  • a93a845780 add: ESP32 support Silver Kuusik 2017-09-03 10:06:00 +02:00
  • 83a1539e1e fix: ESP32 new client connection Silver Kuusik 2017-09-03 09:55:15 +02:00
  • 1bd4638621 bump version to 2.0.10 Links 2017-08-21 21:44:30 +02:00
  • f40a390ab1 workaround windows gcc Template issue (#228, #229) 2.0.9 Links 2017-08-21 21:39:14 +02:00
  • b6c27f74cd bump version to 2.0.9 Links 2017-08-19 22:05:33 +02:00
  • c64a082270 Merge branch 'write_big_data' 2.0.8 Links 2017-08-19 21:36:10 +02:00
  • 522a67bc1b add setReconnectInterval for the Client Links 2017-08-19 21:16:07 +02:00
  • 29df9c30f7 bump version to 2.0.8 Links 2017-08-18 17:16:51 +02:00
  • 4c1c5378cb esp32 no hasClient function Silver Kuusik 2017-07-30 01:40:36 +02:00
  • dbabc1025b added esp32 support Silver Kuusik 2017-07-30 00:58:15 +02:00
  • 1d40160d99 added esp32 support Silver Kuusik 2017-07-30 00:54:17 +02:00
  • a388676b40 added remoteIP for esp32 Silver Kuusik 2017-07-30 00:22:23 +02:00
  • 8c19d7ba48 Update WebSockets.cpp Silver Kuusik 2017-07-30 00:21:13 +02:00
  • 4fc80871a6 Update WebSockets.h Silver Kuusik 2017-07-30 00:18:37 +02:00
  • 0ca020bbd2 add build status 2.0.7 Markus 2017-07-20 18:47:36 +02:00
  • cc3ce02c67 move files to get travis working Links 2017-07-20 18:40:38 +02:00