Skip to content

Releases: wldt/coap-physical-adapter-java

v0.1.2

24 Dec 18:02

Choose a tag to compare

Release of the CoAP Physical Adapter for the WLDT Digital Twin Java Library supporting version 0.4.0.
Allow to build a DT able to communicate with CoAP physical IoT and IIoT device.
The adapter support configurability for the communication with IoT physical assets, data management, and internally manage the interaction with the WLDT Core.

Release v0.1.1

24 Nov 10:51
eef5d76

Choose a tag to compare

Changelog

eef5d76 Update README.md
cb29ff7 Made basic documentation for the YAML configuration
d877d9d Moved configuration exception to configuration package
ab3c302 Made configuration constructor public
b5c3418 Made some fixes based on tests results. Now started working on unit tests to have more in-depth testing
fa340ab Made first Yaml configuration loading prototype (needs testing)
e771cde Modified README to include some examples
dea8ad2 Included version 0.1.0 into README
be2a870 Added README, made minor JavaDocs corrections, fixed error in adapter's onIncomingPhysicalAction(), made some minor improvements
0d1d300 Minor JavaDocs corrections
0ada3f7 Made minor corrections and generated JavaDocs
5778732 Removed usage of "change" & "update" keys in favor of default and custom action types
b8018a9 Added Californium.properties to gitignore
2653979 Migration to Gradle
b6bf281 Fixed problem in resource discovery that caused error in resource requests, prettified logging
dca7b24 Fixed problem in resource discovery that caused error in resource requests, prettified logging
f30be00 Simplified code and fixed a logic problem with old physical adapter occurred when manually adding a resource
838df7c Added custom POST and PUT functions. Fixed preferred content type. Everything working
8abf153 Added custom POST and PUT functions. Fixed preferred content type. Everything working
00ceae2 Finally entering onIncomingPhysicalAction()
d7322c4 More testing
5b9fe48 Some testing
2a48f22 Minor changes, some testing
d103032 Added some package documentation
30d97d1 Package renaming
d9e21ad Applied action function to incoming physical action
6c77354 Minor correction
815a3fd Minor correction
b884968 Package refactoring
3115ea8 Package refactoring
67798d1 Implemented onIncomingPhysicalAction() base
b9ad572 Merge branch 'refactoring' into 'main'
82a53ae Implemented single CoRE interfaces: s, a, p, rp. Code working
f696cb1 Minor changes
454911d Added TODO
cc6eae9 Corrected minor issue, added property event content types, made minor changes to pom
8a6bc94 Changed DiscoveredResource interface type to make the discovery more solid. Changed from a list of resources to a map<uri, resource>
4e6a6e9 Started passing from single WLDT events for each resource to sensors and actuators associated with multiple WLDT event types
bacb85d Started passing from single WLDT events for each resource to sensors and actuators associated with multiple WLDT event types
d118b1e Added preferred content type for requests
b560b9e Added preferred content type for requests
7fe19ad Added preferred content type for requests
a2f4d20 Confirmed it's actually working and added TODO
d45015e Added custom resource discovery function
c4e80be Publish working
f369bdf Solved other problems
6a7aa02 Solved some problems, minor refactoring, added basic class-level JavaDoc
6da51fc Converted byte[] payload to both String and byte[]
fd236ed Converted byte[] payload to both String and byte[]
f3c6095 Corrected minor issue
40ed46a Created test DT. Listener working
79892f7 Minor semplification
f5b8f31 Started working at builder
e9a7731 Base corrections
f5df7e1 Physical adapter base
776ab23 Maven init
8da2144 Add LICENSE
9ef2b80 Initial commit