- 28 Jul, 2016 1 commit
-
-
Björn Butzin authored
- ResourceType is now an interface and no an abstract class
-
- 26 Jul, 2016 1 commit
-
-
Björn Butzin authored
- removed unnecessary lib .jars - changed package structure - moved enumerations in separate package - added MultiType resource to handle content types in a resource - moved as much fields as possible to private - replaced TimeoutHashMap.java by the new version - updated maven build configuration
-
- 26 Jan, 2016 1 commit
-
-
Björn Butzin authored
--- Deleted: - CoapWellKnownResource - unfinished & unused - Resource - merged content into CoapResource.java -> avoids problematic casting in the ResourceServer - ResourceHandler - undocumented/unknown purpose & unused Modified: - AbstractCoapMessage -> BUGFIX CoAP Header Option ignored - CoapMediaType -> added mime types - BasicCoapResource -> added interface description, size estimate & configuration for read and write permissions - CoapResource -> changed to more generic datatypes & merged with Resource - CoapResourceServer -> changed according to modiied interfaces - CoreResource -> now inherits from BasicCoapResource & removed duplicate code & added feature "/.well-known/core filter" - Resource Server -> changed according to modified interfaces & enhanced documentation - InterfaceTest -> removed encoding error & warning suppress
-
- 16 Oct, 2015 1 commit
-
-
Björn Butzin authored
- added pom.xml with dependencies - removed external jar files - moved test classes into separate folder - created gradle build for java and OSGI
-