Christofer Dutz

Results 32 issues of Christofer Dutz

Usually you can disable the generation of a date or timestamp by setting: Unfortunately the timestamp in the template header is always output. This is causing problems with Apache's gitpubsub...

### What would you like to happen? It seems the NATs example in the Java examples is not finished. ### Programming Languages - [X] plc4j - [X] plc4go - [...

new feature

### What happened? In one build: Error: Errors: Error: OpcuaPlcDriverTest.multipleThreads:512 » RejectedExecution event executor terminated In another: Error: Failures: Error: OpcuaSubscriptionHandleTest.subscribeTest:235 expected: but was: Error: OpcuaSubscriptionHandleTest.subscribeTest:235 expected: but was: Error:...

bug

### What would you like to happen? The API contains a type `EventPlcConnection` which is an inteface that doesn't quite align with the rest of the API. I think we...

new feature

Initial version of a publication API, which is intended to mirror the subscription API. It is currently only needed for the coming Profinet NG driver, which allows not only subscribing,...

This is a Pull Request containing various changes from the repo https://github.com/spnettec/plc4x It seems they deal with: - String handling in S7 - Support for S7 200 - Extended syntax...

improvement

In KNX a Time needs to be mapped to a DATE_AND_TIME type according to 03_07_02 Datapoint Types v01.08.02 AS.pdf and in general I think we should really review our MSPEC...

## Description We are using singletons throughout the code-base. This has the disadvantage that once these are initialized, we can't re-initialize them. Especially when running IoTDB in an embedded mode,...