Commit Graph

11 Commits

Author SHA1 Message Date
cf7652a371 allow usage of std::bind for Event callback 2016-01-11 10:37:27 +01:00
848979ecf0 use String to store fingerprint
(const char * can be invalidate based on which scope it coming from)
move _fingerprint to Client class only (server not need it)
2015-12-24 12:58:05 +01:00
73680279f5 verify ssl certificate fingerprint 2015-12-24 04:47:11 +01:00
83ac64b72b add support for AVR
this need some more testing but basics are done
2015-12-10 11:16:08 +01:00
098c488ff0 add beginSSL 2015-12-10 10:10:06 +01:00
d5b0364f5c allow override of CB handling
see #14
2015-10-31 11:37:07 +01:00
39f912b982 add possibility to add Header To Payload to save one TCP package
see #12
2015-10-11 10:11:32 +02:00
ad1e609850 change private to protected (see #10) 2015-08-26 19:15:37 +02:00
e1e6280e82 first working WebSocketClient
add LGPLv2.1
2015-05-24 15:40:47 +02:00
b5dbeccdf5 first steps to Client 2015-05-23 23:51:32 +02:00
02da0e0aa7 begin of WebSockets Server development
receive and phasing of WebSockets Header working
2015-05-22 14:19:01 +02:00