Commit graph

61 commits

Author SHA1 Message Date
9934ff1df5 Added test for http parser and fixed some issues 2020-11-10 21:18:36 +01:00
1b25915c33 Fixed incorrect RTSP packets and options query 2020-10-26 20:56:34 +01:00
a0d0eddea3 Initial RTSP commit (incomplete) 2020-10-25 23:53:11 +01:00
ad3cd8a8e8 HttpPrintStream is now using the HttpHeader object instead of having internal variables aalso added some additional test classes 2020-09-16 01:01:32 +02:00
337c0392bd Some cleanup with HTTP classes 2020-09-07 18:37:43 +02:00
196846e8e4 Improved log message 2020-06-25 23:09:27 +02:00
8d350d31c5 Some cleanup in MQTT and added global listener. 2020-06-22 12:49:00 +02:00
Ziver Koc
6e3edc2619 Implemented publish logic for Mqtt 2019-01-20 16:08:09 +01:00
Ziver Koc
5ecfee9dfd Added subscribe and unsubscribe support and TCs 2018-11-12 16:24:05 +01:00
f175830fae Added partial subscribe and unsubscribe logic 2018-11-08 22:09:54 +01:00
a1caa8b0e1 Mocked MQTT thread 2018-11-08 20:59:10 +01:00
Ziver Koc
edd8ee0341 Updated the way packet type is set and added TC 2018-11-08 18:12:56 +01:00
4ce53017a1 Added UserMessageManager class 2018-08-06 19:26:41 +02:00
beb0ce754e Cleaned up WS interfaces 2018-07-05 16:58:02 +02:00
Ziver Koc
1f8d5cfe2a Added test for REST client 2018-06-08 16:22:17 +02:00
Ziver Koc
93a4c9eca2 Renamed Rest to REST 2018-06-08 16:02:35 +02:00
ccecc067b2 Fixed many warnings 2018-05-27 01:23:21 +02:00
c570847f3a Optimized imports 2018-05-26 23:04:40 +02:00
b1c53d88ae Changed tas to spaces 2018-05-26 23:01:04 +02:00
8ce73e3f50 Moved getCallingClass function to ClassUtil 2017-09-21 23:41:24 +02:00
86ce0990c6 Fixed failing MqTT TC 2017-08-04 16:11:02 +02:00
178f881d57 Fixed http server session recreated every connection 2017-04-19 17:33:47 +02:00
84a3b13b76 Refactore MDNS so it can be tested, and also added Junit test for it 2017-02-07 18:50:36 +01:00
e50027906d Refactored Dns classes and added initial implementation of a MDNS Server 2017-02-03 16:39:59 +01:00
e8491617c6 Refactored Dns classes 2017-02-02 17:39:19 +01:00
ziver
f34ac6f961 Updated Eclipse project and added a new qtype for MDNS 2017-01-23 17:17:07 +01:00
16f3d6fc60 Renamed smtp client and fix non flushing issue 2017-01-20 13:25:49 +01:00
7664b4bf00 Changed email date locale 2017-01-20 00:42:53 +01:00
3d04dba4fd Improved SMTP email robustness and added JUnit test for it 2017-01-20 00:38:47 +01:00
065595abd0 Fixed non renamed file name build issues 2017-01-19 21:55:38 +01:00
4c210fc38d Initial MQTT packet structure. issue 73 2017-01-19 17:13:13 +01:00
1d34a264b1 Renamed some classes to lowercase 2017-01-19 17:12:11 +01:00
de4e4e54c9 NioNetwork working now, but something wrong with close() 2016-12-08 17:57:56 +01:00
13082f0db0 Refactoring of NioNetwork classes, there are still some bugs 2016-12-07 19:16:37 +01:00
f9949ac9ef Refactored digest auth to have a more flexible api 2016-12-05 16:59:36 +01:00
26c09452f3 Added JsonPage and finished implementation of digest auth page 2016-11-04 16:52:10 +01:00
2c7a9a6eff Digest is now listening to correct headers 2016-10-28 17:15:22 +02:00
c4efab0609 Initial implementation of digest auth page 2016-10-26 17:34:21 +02:00
998cfb2f0b Fixed testcase 2016-09-29 14:40:20 +02:00
24c4fac26d Some refactoring and added some JUnit tests 2016-09-27 16:56:51 +02:00
1155f1265e logging updates 2016-09-19 23:22:06 +02:00
59ab54141f Added InetScanner executable 2016-09-19 21:43:14 +02:00
a3293714c5 Some more work on MDNS 2016-08-12 15:11:26 +02:00
0774bcd26c Added TC for dns request 2016-08-10 00:11:02 +02:00
e8e3deb056 Added DNS message compression, it does not handle it right now 2016-08-09 17:57:17 +02:00
e69ab31dd2 Small fix 2016-08-08 20:53:47 +02:00
1a6edff347 Small refactoring 2016-08-08 17:30:58 +02:00
e4930e5edb Optimized imports 2016-07-16 22:53:56 +02:00
52deb4b16d Added mark support to boundary stream and that fixed hasNext() in multipart 2016-07-15 16:48:47 +02:00
dc91d5e992 bug fix 2016-07-13 21:29:38 +02:00