https://github.com/okleine/nCoAP

sort by:
Revision Author Date Message Commit Date
4c23e08 Another structural Maven change 28 March 2014, 15:10:22 UTC
f415dd7 removed ncoap-test-client 27 March 2014, 18:59:28 UTC
3bab87b removed simple observing client 27 March 2014, 18:58:35 UTC
53cca76 removed simple client 27 March 2014, 18:57:14 UTC
c348381 Example Clients 27 March 2014, 18:54:37 UTC
c91538b Changes on the Maven structure 27 March 2014, 18:37:04 UTC
b717f53 Create hierachical Maven structure 25 March 2014, 16:31:48 UTC
673a1f4 Handle update of update notifications to be retransmitted 20 March 2014, 16:44:53 UTC
c396a7c Bugfix in WebserviceObservationHandler and change max-age option value for retransmissions 20 March 2014, 14:57:03 UTC
797a412 Bugfix for Observing 20 March 2014, 14:04:08 UTC
579a0d7 Observation draft-11 added 17 March 2014, 19:18:20 UTC
b3af448 Javadoc added 14 March 2014, 08:58:50 UTC
1c6f390 Javadoc added 14 March 2014, 08:49:04 UTC
4a9b8da Some structural changes for the codec 13 March 2014, 19:59:48 UTC
2084aa3 Javadoc added. 13 March 2014, 17:04:51 UTC
59e69a0 Handle duplicate reception of the same piggy-backed ACK 10 March 2014, 20:37:27 UTC
d0c28ae README updated 09 March 2014, 17:28:03 UTC
dce56ed Changed Option to OptionValue and added Javadoc 09 March 2014, 17:25:43 UTC
d1a5647 Some structural changes 07 March 2014, 10:02:53 UTC
c594a5b Make due retransmissions in a single task 06 March 2014, 21:34:29 UTC
29b97a4 Factory improvements 06 March 2014, 18:48:29 UTC
468af3c New version of Message ID Factory 05 March 2014, 20:04:08 UTC
871d588 added some Javadoc 12 February 2014, 21:00:23 UTC
94f9c0a asynchronous creation of message IDs and tokens 12 February 2014, 20:16:35 UTC
9e207e7 Service Observation added. 03 February 2014, 20:47:39 UTC
8e5899e README updated 03 February 2014, 19:53:25 UTC
edb3082 README updated 03 February 2014, 19:52:26 UTC
690fde3 A lot of changes 03 February 2014, 19:34:22 UTC
013450d A lot of changes... 31 January 2014, 20:37:01 UTC
1558090 Bugfix OpaqueOption.toString() 18 January 2014, 19:13:26 UTC
04d4eef Added JavaDoc 18 January 2014, 19:07:27 UTC
80997a9 Back to Java 1.6 (for Android) 10 December 2013, 11:28:05 UTC
204d03c Work in progress 10 December 2013, 11:21:02 UTC
99edb57 Decoder updated 09 December 2013, 13:53:29 UTC
13e8a5b Content Format Exception 20 November 2013, 04:04:35 UTC
9212609 Changed internal representation of token 20 November 2013, 03:35:51 UTC
ea4170f Cancelation of observations works 19 November 2013, 18:42:47 UTC
4a9d71f Observation works but is not resettable yet 19 November 2013, 07:35:52 UTC
22f033c Server supports ETAG, IF-MATCH, IF-NONE-MATCH and MAX-AGE 18 November 2013, 00:07:10 UTC
6a544ae Deleted unused classes 14 November 2013, 15:17:56 UTC
b53c364 Bad option error response for server 14 November 2013, 15:08:38 UTC
4cf62d3 Webservices generate ETAG 13 November 2013, 22:40:21 UTC
467de00 Basic reliability works for client and server 12 November 2013, 23:27:28 UTC
62c124d Incoming message reliability works 12 November 2013, 16:20:45 UTC
9cf003c Changed Type and Code to Enum 10 November 2013, 23:04:20 UTC
c332fec Server application works (just with encoding and decoding) 10 November 2013, 19:17:58 UTC
ae8528e work in progress 05 November 2013, 23:00:53 UTC
2371a5b message creation works 05 November 2013, 17:23:05 UTC
c2345ac work in progress 04 November 2013, 22:22:18 UTC
1b1e93b option name <-> int 03 November 2013, 16:01:18 UTC
222d986 draft-18 work in progress 01 November 2013, 16:36:22 UTC
f46aea5 release 1.0.3 31 October 2013, 13:31:05 UTC
87be612 Merge pull request #21 from master-lincoln/patch-2 Treat string options as case sensitive 31 October 2013, 13:23:27 UTC
41b6790 Treat string options as case sensitive Without this modification every String option is lowercased. At least for path fragments, this behaviour is clearly wrong. 28 August 2013, 01:21:08 UTC
5b862b0 Typo in README 27 August 2013, 09:47:40 UTC
e1e5f5a version 1.0.2 27 August 2013, 09:43:34 UTC
597e088 Just some ode cleanup 23 August 2013, 13:18:10 UTC
5410c5d Updated JavaDoc and changed internal parameters for clarification 23 August 2013, 11:21:08 UTC
b4958ba Updated JavaDoc 23 August 2013, 11:12:48 UTC
6276b3d Clients now send a RST instead of ACK if they receive an unexpected CON response, Fixed #20 23 August 2013, 11:07:17 UTC
6bcabf3 Added possibility to restart observations after timeout because of max-age expiry 22 August 2013, 17:02:12 UTC
2ce8051 Bugfix for CoAPClientApplication on a single processor machine, e.g. mobile. 19 August 2013, 20:03:58 UTC
f91aef4 Changed number of parallel requests in test (issue #19) 19 August 2013, 10:31:03 UTC
0277c28 Added execution handler to client handler stack 16 August 2013, 15:19:17 UTC
a856dc3 Bugfix for token management during observations 16 August 2013, 12:52:04 UTC
17813d0 Avoid duplicate request processing on server 16 August 2013, 09:59:50 UTC
51a1981 Missing Code NOT_ACCEPTABLE added 08 August 2013, 14:01:45 UTC
d67c787 Send Code 'BAD Request' if a request contained a critical malformed option 19 July 2013, 16:36:56 UTC
eb7984f README corrected 16 July 2013, 12:50:00 UTC
a716efc README corrected 12 July 2013, 12:54:21 UTC
3c4a345 README corrected 12 July 2013, 12:52:32 UTC
13c5206 release 1.0.1 12 July 2013, 12:36:49 UTC
47834ed changed maven license plugin config 12 July 2013, 07:47:23 UTC
d1da43c added license plugin to solve issue #18 12 July 2013, 07:38:01 UTC
0398c23 Release 1.0 09 July 2013, 15:41:43 UTC
12f1b0e Javadoc typo corrected 09 July 2013, 15:28:22 UTC
e303a65 Readme updated 09 July 2013, 15:18:08 UTC
ec62e37 Readme updated 09 July 2013, 15:16:44 UTC
fa66a3f Readme updated 09 July 2013, 15:15:05 UTC
c64fde5 More documenation 09 July 2013, 15:14:12 UTC
031dfb1 Javadoc improved 09 July 2013, 14:28:07 UTC
3416bd6 updated javadoc 08 July 2013, 15:30:34 UTC
af88039 Documenation added and fixed issue #14 08 July 2013, 14:26:48 UTC
525eb95 updated to Netty 3.2.8 01 July 2013, 14:52:44 UTC
49964c5 made request processing by webservices asynchronous to save resources 28 June 2013, 17:14:34 UTC
2ae2fd4 Added documentation and a new interface to inform response processors about request transmission 25 June 2013, 17:22:55 UTC
951af1a added some documentation 25 June 2013, 15:50:34 UTC
da11482 Bugfix for NON requests 25 June 2013, 15:29:40 UTC
0dccf54 Bugfix for server shutdown 25 June 2013, 14:16:18 UTC
8038ac5 added some tests 24 June 2013, 18:22:42 UTC
54f751b work in progress 24 June 2013, 16:29:16 UTC
3b74a35 Increased performance 23 June 2013, 22:56:59 UTC
bafc443 work in progress 21 June 2013, 22:11:36 UTC
b4ce77a Work in progress 21 June 2013, 07:46:16 UTC
d4fd0d6 work in progress 20 June 2013, 17:51:03 UTC
73a3bf1 Work in progress 20 June 2013, 06:48:02 UTC
4bf947e Multiple clients on one channel 18 June 2013, 15:31:53 UTC
2a63bfb Update notification test added 17 June 2013, 14:28:04 UTC
afb45bb Bugfix for confirmable update notifications and new tests 14 June 2013, 15:59:33 UTC
61e5c9b Added some more JUnit tests 13 June 2013, 10:40:24 UTC
back to top