You are viewing a plain text version of this content. The canonical link for it is here.
- [plc4x] branch feature/kafkasink created (now 5bf9d85) - posted by hu...@apache.org on 2020/11/02 11:00:22 UTC, 0 replies.
- [plc4x] 01/01: Add Kafka Sink Compiles and runs as standalone connector, doesn't implement writing to PLC Have to also figure out the JSON format it is expecting. - posted by hu...@apache.org on 2020/11/02 11:00:23 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Implemented the write support in PLC4Go Modbus - posted by cd...@apache.org on 2020/11/02 16:37:18 UTC, 0 replies.
- [plc4x] branch bug/kafka-source-cpu created (now 5354533) - posted by hu...@apache.org on 2020/11/03 09:42:59 UTC, 0 replies.
- [plc4x] 01/01: Fix Kafka Source CPU usage - posted by hu...@apache.org on 2020/11/03 09:43:00 UTC, 0 replies.
- [plc4x] branch bug/kafka-source-cpu updated: Ooops - posted by hu...@apache.org on 2020/11/03 09:49:12 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated: Wrote first value from Kafka - posted by hu...@apache.org on 2020/11/03 11:16:44 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fixed some test-timeout-issues in the modbus driver testsuite (Actually by increasing the modbus default timeout) - Moved plc4go out of the sandbox - posted by cd...@apache.org on 2020/11/03 12:07:11 UTC, 0 replies.
- [plc4x] branch issue/PLC4X-252 updated (c84aa39 -> 2fdd248) - posted by ld...@apache.org on 2020/11/03 21:52:51 UTC, 0 replies.
- [plc4x] 01/01: PLC4X-252 Support passing of PlcField in read/write builders. - posted by ld...@apache.org on 2020/11/03 21:52:52 UTC, 0 replies.
- [plc4x] branch issue/PLC4X-252 updated (2fdd248 -> bfe7b16) - posted by ld...@apache.org on 2020/11/03 21:55:48 UTC, 0 replies.
- [plc4x] 01/01: PLC4X-252 Support passing of PlcField in subscription builder. - posted by ld...@apache.org on 2020/11/03 21:55:49 UTC, 0 replies.
- [plc4x] branch feature/socketcan updated (18fee5e -> e21adc8) - posted by ld...@apache.org on 2020/11/03 21:57:33 UTC, 0 replies.
- [plc4x] 01/22: Scratch of socketcan transport and can frame definitions. - posted by ld...@apache.org on 2020/11/03 21:57:34 UTC, 0 replies.
- [plc4x] 02/22: Tests for socketcan frames + manual parsing based on ReadBuffer api. - posted by ld...@apache.org on 2020/11/03 21:57:35 UTC, 0 replies.
- [plc4x] 03/22: Step back to virtual fields in can transport. - posted by ld...@apache.org on 2020/11/03 21:57:36 UTC, 0 replies.
- [plc4x] 04/22: More definitions of various frame formats. - posted by ld...@apache.org on 2020/11/03 21:57:37 UTC, 0 replies.
- [plc4x] 05/22: Split different flavours of CAN formats. - posted by ld...@apache.org on 2020/11/03 21:57:38 UTC, 0 replies.
- [plc4x] 06/22: Focus on payloads and not frames. - posted by ld...@apache.org on 2020/11/03 21:57:39 UTC, 0 replies.
- [plc4x] 07/22: More work on socketcan transport. - posted by ld...@apache.org on 2020/11/03 21:57:40 UTC, 0 replies.
- [plc4x] 08/22: Fix socketcan transport. - posted by ld...@apache.org on 2020/11/03 21:57:41 UTC, 0 replies.
- [plc4x] 09/22: Sketch of support for SDO operations. - posted by ld...@apache.org on 2020/11/03 21:57:42 UTC, 0 replies.
- [plc4x] 10/22: Update service list for canopen. - posted by ld...@apache.org on 2020/11/03 21:57:43 UTC, 0 replies.
- [plc4x] 11/22: Fix socketcan mspec errors. - posted by ld...@apache.org on 2020/11/03 21:57:44 UTC, 0 replies.
- [plc4x] 12/22: More tests of canopen payload. - posted by ld...@apache.org on 2020/11/03 21:57:45 UTC, 0 replies.
- [plc4x] 13/22: Fix socketcan mspec. - posted by ld...@apache.org on 2020/11/03 21:57:46 UTC, 0 replies.
- [plc4x] 14/22: CANopen adjustments. - posted by ld...@apache.org on 2020/11/03 21:57:47 UTC, 0 replies.
- [plc4x] 15/22: Test of wireshark frames. - posted by ld...@apache.org on 2020/11/03 21:57:48 UTC, 0 replies.
- [plc4x] 16/22: CANopen milestone - support for segmentet SDO upload (read) requests. - posted by ld...@apache.org on 2020/11/03 21:57:49 UTC, 0 replies.
- [plc4x] 17/22: CANopen microstone - PDO & subscriptions. - posted by ld...@apache.org on 2020/11/03 21:57:50 UTC, 0 replies.
- [plc4x] 18/22: Working on SDO upload (read) operation coordination. - posted by ld...@apache.org on 2020/11/03 21:57:51 UTC, 0 replies.
- [plc4x] 19/22: Combine socketcan and canopen frames together through dedicated IO classes. - posted by ld...@apache.org on 2020/11/03 21:57:52 UTC, 0 replies.
- [plc4x] 20/22: Support for NMT subscriptions. - posted by ld...@apache.org on 2020/11/03 21:57:53 UTC, 0 replies.
- [plc4x] 21/22: Support for NMT and HEARTBEAT subscriptions. - posted by ld...@apache.org on 2020/11/03 21:57:54 UTC, 0 replies.
- [plc4x] 22/22: Update callback api. - posted by ld...@apache.org on 2020/11/03 21:57:55 UTC, 0 replies.
- [plc4x] branch feature/socketcan updated: Update to latest release of JavaCAN. - posted by ld...@apache.org on 2020/11/03 22:11:07 UTC, 0 replies.
- [plc4x] branch feature/socketcan updated (a504312 -> 2d78aea) - posted by ld...@apache.org on 2020/11/03 23:10:19 UTC, 0 replies.
- [plc4x] 01/01: Update to latest release of JavaCAN. - posted by ld...@apache.org on 2020/11/03 23:10:20 UTC, 0 replies.
- [plc4x] branch bug/kafka-source-cpu updated (8cd3bfd -> b2255b7) - posted by hu...@apache.org on 2020/11/04 12:00:28 UTC, 0 replies.
- [plc4x] branch develop updated (5c52f38 -> c0e5c10) - posted by ot...@apache.org on 2020/11/04 12:57:43 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #200 from apache/bug/kafka-source-cpu - posted by ot...@apache.org on 2020/11/04 12:57:44 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated: Removed request connectionstring, added expires field - posted by hu...@apache.org on 2020/11/05 11:39:54 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Defined all of the KNX datatypes - Optimized the DataIo code generation for Java - Fixed some wrong type declarationd in mspec dataIo - posted by cd...@apache.org on 2020/11/05 12:52:05 UTC, 0 replies.
- [plc4x] branch develop updated: PLC4x-256 Fix hasMore logic so it is fine with last byte. - posted by ld...@apache.org on 2020/11/06 10:43:10 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated: Documentation and multiple tasks can be configured. - posted by hu...@apache.org on 2020/11/06 11:36:47 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Changed the Go code generation from inheritance to composition - Did a lot of tweaking in the temporal PlcValues - posted by cd...@apache.org on 2020/11/06 20:03:29 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Changed the code for the xml mashalling and unmarshalling to work with the changed structures - Got the integration-tests workin again - posted by cd...@apache.org on 2020/11/07 22:45:09 UTC, 1 replies.
- [plc4x] branch issue/PLC4X-257 created (now 2bb4625) - posted by ld...@apache.org on 2020/11/08 00:50:59 UTC, 0 replies.
- [plc4x] 01/02: PLC4X-257 Make sure onTimeout is called for missed answers. - posted by ld...@apache.org on 2020/11/08 00:51:00 UTC, 0 replies.
- [plc4x] 02/02: PLC4X-257 Swap anonymous lambdas which static classes. - posted by ld...@apache.org on 2020/11/08 00:51:01 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (c2f500c -> cb235b9) - posted by cd...@apache.org on 2020/11/09 12:11:48 UTC, 0 replies.
- [plc4x] 01/04: - Deleted the files in model in order to replace them with ones with different case name - posted by cd...@apache.org on 2020/11/09 12:11:49 UTC, 0 replies.
- [plc4x] 02/04: - Renamed some of the KNX type names to be consistent regarding case - Fixed a bug in the KNX driver - posted by cd...@apache.org on 2020/11/09 12:11:50 UTC, 0 replies.
- [plc4x] 03/04: - Continued implementing the Go KNX driver - posted by cd...@apache.org on 2020/11/09 12:11:51 UTC, 0 replies.
- [plc4x] 04/04: - Implemented the connection establishment of KNX connection and PING operation - posted by cd...@apache.org on 2020/11/09 12:11:52 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (cb235b9 -> da01c44) - posted by cd...@apache.org on 2020/11/09 15:37:31 UTC, 0 replies.
- [plc4x] 01/02: - Implemented a first version of the subscription API - posted by cd...@apache.org on 2020/11/09 15:37:32 UTC, 0 replies.
- [plc4x] 02/02: - Started implementing discovery for KNX - posted by cd...@apache.org on 2020/11/09 15:37:33 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (da01c44 -> 5d19d05) - posted by cd...@apache.org on 2020/11/11 10:14:58 UTC, 0 replies.
- [plc4x] 01/02: - Renamed the KNX config option "group-address-type" to "group-address-num-levels" - Implemented a first version of the subscription API in Go - Got the PLC4Go KNX driver working (Connect, Ping and Subscribe) - posted by cd...@apache.org on 2020/11/11 10:14:59 UTC, 0 replies.
- [plc4x] 02/02: - Increased the timeout in order to avoid random test-failures in the integration-tests - posted by cd...@apache.org on 2020/11/11 10:15:00 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Implemented the correct KNX floating point decoding - posted by cd...@apache.org on 2020/11/11 17:55:01 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Updated the KNX Datapoint spec to skip the first 8 bits, if the datatype didn't start with skipping at least 2 bits (In this case the additional byte is not needed) - posted by cd...@apache.org on 2020/11/11 18:04:36 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Removed the unneeded dependency - posted by cd...@apache.org on 2020/11/11 18:05:57 UTC, 0 replies.
- [plc4x] branch issue/PLC4X-258 created (now af212c6) - posted by ld...@apache.org on 2020/11/12 00:24:26 UTC, 0 replies.
- [plc4x] 01/01: PLC4X-258 Replace lambdas which static classes. - posted by ld...@apache.org on 2020/11/12 00:24:27 UTC, 0 replies.
- [plc4x] branch develop updated (96fc8ef -> 2adf651) - posted by ld...@apache.org on 2020/11/12 00:35:07 UTC, 0 replies.
- [plc4x] 01/02: PLC4X-258 Replace lambdas which static classes. - posted by ld...@apache.org on 2020/11/12 00:35:08 UTC, 0 replies.
- [plc4x] 02/02: PLC4X-207 Make sure onTimeout is called for missed answers. - posted by ld...@apache.org on 2020/11/12 00:35:09 UTC, 0 replies.
- [plc4x] branch feature/socketcan updated (2d78aea -> c76e68e) - posted by ld...@apache.org on 2020/11/12 00:42:03 UTC, 0 replies.
- [plc4x] 01/26: Scratch of socketcan transport and can frame definitions. - posted by ld...@apache.org on 2020/11/12 00:42:04 UTC, 0 replies.
- [plc4x] 02/26: Tests for socketcan frames + manual parsing based on ReadBuffer api. - posted by ld...@apache.org on 2020/11/12 00:42:05 UTC, 0 replies.
- [plc4x] 03/26: Step back to virtual fields in can transport. - posted by ld...@apache.org on 2020/11/12 00:42:06 UTC, 0 replies.
- [plc4x] 04/26: More definitions of various frame formats. - posted by ld...@apache.org on 2020/11/12 00:42:07 UTC, 0 replies.
- [plc4x] 05/26: Split different flavours of CAN formats. - posted by ld...@apache.org on 2020/11/12 00:42:08 UTC, 0 replies.
- [plc4x] 06/26: Focus on payloads and not frames. - posted by ld...@apache.org on 2020/11/12 00:42:09 UTC, 0 replies.
- [plc4x] 07/26: More work on socketcan transport. - posted by ld...@apache.org on 2020/11/12 00:42:10 UTC, 0 replies.
- [plc4x] 08/26: Fix socketcan transport. - posted by ld...@apache.org on 2020/11/12 00:42:11 UTC, 0 replies.
- [plc4x] 09/26: Sketch of support for SDO operations. - posted by ld...@apache.org on 2020/11/12 00:42:12 UTC, 0 replies.
- [plc4x] 10/26: Update service list for canopen. - posted by ld...@apache.org on 2020/11/12 00:42:13 UTC, 0 replies.
- [plc4x] 11/26: Fix socketcan mspec errors. - posted by ld...@apache.org on 2020/11/12 00:42:14 UTC, 0 replies.
- [plc4x] 12/26: More tests of canopen payload. - posted by ld...@apache.org on 2020/11/12 00:42:15 UTC, 0 replies.
- [plc4x] 13/26: Fix socketcan mspec. - posted by ld...@apache.org on 2020/11/12 00:42:16 UTC, 0 replies.
- [plc4x] 14/26: CANopen adjustments. - posted by ld...@apache.org on 2020/11/12 00:42:17 UTC, 0 replies.
- [plc4x] 15/26: Test of wireshark frames. - posted by ld...@apache.org on 2020/11/12 00:42:18 UTC, 0 replies.
- [plc4x] 16/26: CANopen milestone - support for segmentet SDO upload (read) requests. - posted by ld...@apache.org on 2020/11/12 00:42:19 UTC, 0 replies.
- [plc4x] 17/26: CANopen microstone - PDO & subscriptions. - posted by ld...@apache.org on 2020/11/12 00:42:20 UTC, 0 replies.
- [plc4x] 18/26: Working on SDO upload (read) operation coordination. - posted by ld...@apache.org on 2020/11/12 00:42:21 UTC, 0 replies.
- [plc4x] 19/26: Combine socketcan and canopen frames together through dedicated IO classes. - posted by ld...@apache.org on 2020/11/12 00:42:22 UTC, 0 replies.
- [plc4x] 20/26: Support for NMT subscriptions. - posted by ld...@apache.org on 2020/11/12 00:42:23 UTC, 0 replies.
- [plc4x] 21/26: Support for NMT and HEARTBEAT subscriptions. - posted by ld...@apache.org on 2020/11/12 00:42:24 UTC, 0 replies.
- [plc4x] 22/26: Update callback api. - posted by ld...@apache.org on 2020/11/12 00:42:25 UTC, 0 replies.
- [plc4x] 23/26: Update to latest release of JavaCAN. - posted by ld...@apache.org on 2020/11/12 00:42:26 UTC, 0 replies.
- [plc4x] 24/26: Update (simplify) conversation logic, introduce timeouts and fix string serialization. - posted by ld...@apache.org on 2020/11/12 00:42:27 UTC, 0 replies.
- [plc4x] 25/26: Support for custom answer node identifiers (offsets in TRANSMIT_SDO). - posted by ld...@apache.org on 2020/11/12 00:42:28 UTC, 0 replies.
- [plc4x] 26/26: Further work on stabilizing CANopen implementation. - posted by ld...@apache.org on 2020/11/12 00:42:29 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Updated the go coordinates - posted by cd...@apache.org on 2020/11/12 07:56:19 UTC, 1 replies.
- [plc4x] branch feature/kafkasink updated (19ad493 -> 746a3bc) - posted by hu...@apache.org on 2020/11/12 10:52:00 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (57b355a -> a12477a) - posted by cd...@apache.org on 2020/11/12 11:21:31 UTC, 0 replies.
- [plc4x] 01/01: Merge branch 'develop' of https://gitbox.apache.org/repos/asf/plc4x into feature/plc4go - posted by cd...@apache.org on 2020/11/12 11:21:32 UTC, 1 replies.
- [plc4x] branch feature/plc4go updated: - Updated the KNX driver to submit only actually changed values as well as passing the address along (When using a pattern it is important to be able to access the actual address of a datapoint) - posted by cd...@apache.org on 2020/11/12 13:15:15 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fixed a bug in the "update change" detection mechanism - Implemented the active read support - posted by cd...@apache.org on 2020/11/12 17:25:37 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (746a3bc -> 359fcfc) - posted by hu...@apache.org on 2020/11/13 01:17:18 UTC, 0 replies.
- [plc4x] branch bug/simulated_device_data_types created (now 27192b7) - posted by hu...@apache.org on 2020/11/13 12:48:07 UTC, 4 replies.
- [plc4x] 01/01: [Broken State] Adding support for PlcValue datatypes for simulated devic - posted by hu...@apache.org on 2020/11/13 12:48:08 UTC, 4 replies.
- [plc4x] branch feature/plc4go updated: - Implemented the read-support in KNX - posted by cd...@apache.org on 2020/11/13 14:34:08 UTC, 0 replies.
- [plc4x] branch bug/simulated_device_data_types updated: Fixed a couple of things - posted by hu...@apache.org on 2020/11/14 11:35:34 UTC, 0 replies.
- [plc4x] branch bug/simulated_device_data_types updated (7627f38 -> ddc5776) - posted by hu...@apache.org on 2020/11/14 13:12:34 UTC, 0 replies.
- [plc4x] 01/02: Merge branch 'feature/plc4go' into bug/simulated_device_data_types - posted by hu...@apache.org on 2020/11/14 13:12:35 UTC, 0 replies.
- [plc4x] 02/02: [Broken] Fix after Merge Plc4go - posted by hu...@apache.org on 2020/11/14 13:12:36 UTC, 0 replies.
- [plc4x] branch bug/simulated_device_data_types updated: Add back support for existing Java class types. - posted by hu...@apache.org on 2020/11/15 11:44:59 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Extended the KNX address-syntax to suppport value lists and ranges next to the fixed values and wildcards. - posted by cd...@apache.org on 2020/11/16 11:00:15 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (359fcfc -> 5fb8ce4) - posted by hu...@apache.org on 2020/11/16 11:32:19 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Updated the ADS mspec to use the IEC type names for DataIo - Added definitions for processing the temporal values in ADS DataIo - Fixed problems in the ADS driver causing issues (Replaced stream and lambda expression with for loop) - Added implementation for little-endian reading of BigInteger in ReadBuffer - Added implementation for readDouble in ReadBuffer - Fixed the implementation for readFloat in ReadBuffer - Added some null-checks in DefaultPlcReadResponse - Worked on fine-tuning t [...] - posted by cd...@apache.org on 2020/11/16 16:25:54 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (fe44231 -> 338ba32) - posted by hu...@apache.org on 2020/11/17 17:09:55 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #204 from apache/bug/simulated_device_data_types - posted by hu...@apache.org on 2020/11/17 17:09:56 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Implemented a general purpose manual testsuite class for testing all of the different datatypes. - Fixed multiple issues in the ADS driver -- The driver was missing a ByteLengthEstimator -- The parse methods for parsing of strings were not implemented -- Made the ADS spec ignore the 4 trailing bytes in case of a STRING and the 8 in case of a WSTRING - The ReadBuffer was shifting bytes in case of little-endianness, but was filling up in 2s complement changed that to fill with 0s - The Rea [...] - posted by cd...@apache.org on 2020/11/18 10:14:43 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added the sources needed in the PLC to run the manual test to a comment at the top - posted by cd...@apache.org on 2020/11/18 10:19:27 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (5fb8ce4 -> 8625533) - posted by hu...@apache.org on 2020/11/18 11:42:10 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fixed the reading of strings and Wstrings (Introduced a similar type of string fields, which have a length attribute just like in S7) - posted by cd...@apache.org on 2020/11/18 14:35:46 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added a PCAPNG capture of the manual test being executed - posted by cd...@apache.org on 2020/11/18 15:00:31 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fixed the default size calculation in ADS - Updated the testdata with a true full run - posted by cd...@apache.org on 2020/11/18 16:00:28 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Got most of the data-types working in the S7 protocol - posted by cd...@apache.org on 2020/11/18 18:31:18 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fixed a the code that broke a test in the ADS module - posted by cd...@apache.org on 2020/11/18 18:49:01 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Started working on the support of reading data which is smaller than 16 bits in modbus - Added support for reading Modbus BitStrings from registers - Added tests for Modbus - posted by cd...@apache.org on 2020/11/18 21:56:49 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added support for 1-byte data-types in Modbus - posted by cd...@apache.org on 2020/11/18 22:27:15 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (91d39b9 -> c871dfc) - posted by cd...@apache.org on 2020/11/19 08:17:48 UTC, 0 replies.
- [plc4x] 01/02: - Updated the build to only unpack xml files into the PLC4Go test-assets directory - posted by cd...@apache.org on 2020/11/19 08:17:49 UTC, 0 replies.
- [plc4x] 02/02: - Added an empty go.mod file to the project root (Trying to get it working in go) - posted by cd...@apache.org on 2020/11/19 08:17:50 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Made the PLC4Go work after my changes in the protocol specs and PLC4J yesterday - posted by cd...@apache.org on 2020/11/19 09:17:14 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added helpers to allow registering of the drivers from outside the module - posted by cd...@apache.org on 2020/11/19 10:37:52 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Avoided re-setting driver and transport registrations - posted by cd...@apache.org on 2020/11/19 10:50:12 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (8625533 -> 450e853) - posted by hu...@apache.org on 2020/11/19 12:27:10 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added support for the unit-identifier config option in the Modus driver - posted by cd...@apache.org on 2020/11/19 14:43:59 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Made the KNX connection timeout, if the remote isn't responding - posted by cd...@apache.org on 2020/11/19 15:39:49 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Secured the access to the valueCache in KNX against simultaneous access - posted by cd...@apache.org on 2020/11/19 16:17:39 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (450e853 -> 0e4aa6f) - posted by hu...@apache.org on 2020/11/20 10:33:19 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (11b542e -> 6581c3a) - posted by cd...@apache.org on 2020/11/20 13:08:55 UTC, 0 replies.
- [plc4x] 01/02: - Fixed a number of errors in the knx mspec - Fixed a problem in the data-io-template regarding enum values - posted by cd...@apache.org on 2020/11/20 13:08:56 UTC, 0 replies.
- [plc4x] 02/02: - Added a map of "attributes" to the PLC4Go Connection's Metadata (Which allows providing protocol specific additional information) - posted by cd...@apache.org on 2020/11/20 13:08:57 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Ficed the test-definition to the latest changes in the KNX protocol. - posted by cd...@apache.org on 2020/11/20 13:42:32 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Added missing file - posted by cd...@apache.org on 2020/11/20 13:47:27 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Fine tuned the code generation a bit to allow accessing some additional information - posted by cd...@apache.org on 2020/11/20 15:35:24 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (0e4aa6f -> 1aa3c6f) - posted by hu...@apache.org on 2020/11/21 13:08:38 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (1aa3c6f -> c21b1c2) - posted by hu...@apache.org on 2020/11/22 10:50:11 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (c21b1c2 -> 233ea7a) - posted by hu...@apache.org on 2020/11/22 12:51:26 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (233ea7a -> 56150ec) - posted by hu...@apache.org on 2020/11/23 02:00:35 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (56150ec -> c5c3223) - posted by hu...@apache.org on 2020/11/23 09:31:49 UTC, 0 replies.
- [plc4x] branch feature/kafkasink updated (c5c3223 -> 824c791) - posted by hu...@apache.org on 2020/11/23 09:58:01 UTC, 0 replies.
- [plc4x] branch update/github_metadata created (now f9a0b89) - posted by hu...@apache.org on 2020/11/23 10:30:08 UTC, 0 replies.
- [plc4x] 01/01: Initial asf yaml commit for review - posted by hu...@apache.org on 2020/11/23 10:30:09 UTC, 0 replies.
- [plc4x] branch develop updated: added librecon - posted by ot...@apache.org on 2020/11/23 10:37:28 UTC, 0 replies.
- [plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2020/11/23 10:57:29 UTC, 4 replies.
- [plc4x] branch update/github_metadata updated: Minor change to test .asf.yaml file in branch. - posted by hu...@apache.org on 2020/11/23 11:18:14 UTC, 0 replies.
- [plc4x] branch update/github_metadata updated: Update - posted by hu...@apache.org on 2020/11/23 11:32:24 UTC, 0 replies.
- [plc4x] branch develop updated (5769a49 -> 0a8bede) - posted by hu...@apache.org on 2020/11/23 11:33:18 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #205 from apache/update/github_metadata - posted by hu...@apache.org on 2020/11/23 11:33:19 UTC, 0 replies.
- Error while running github feature from .asf.yaml in plc4x! - posted by Apache Infrastructure <us...@infra.apache.org> on 2020/11/23 11:33:21 UTC, 2 replies.
- [plc4x] branch develop updated: Update .asf.yaml - posted by hu...@apache.org on 2020/11/23 11:34:24 UTC, 2 replies.
- [plc4x] branch test_asf_file created (now 9caddc8) - posted by hu...@apache.org on 2020/11/23 11:43:35 UTC, 0 replies.
- [plc4x] 01/01: Test ASF file - posted by hu...@apache.org on 2020/11/23 11:43:36 UTC, 0 replies.
- [plc4x] branch develop updated (5018ea5 -> 3e7e7ed) - posted by hu...@apache.org on 2020/11/23 11:45:47 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #206 from apache/test_asf_file - posted by hu...@apache.org on 2020/11/23 11:45:48 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (797908c -> b29a8d7) - posted by hu...@apache.org on 2020/11/23 12:15:41 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #202 from apache/feature/kafkasink - posted by hu...@apache.org on 2020/11/23 12:15:42 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated: - Clean up the dependency declarations in go - posted by cd...@apache.org on 2020/11/23 13:21:59 UTC, 0 replies.
- [plc4x] branch feature/plc4go updated (62cf3f3 -> 17f1001) - posted by cd...@apache.org on 2020/11/23 13:48:47 UTC, 0 replies.
- [plc4x] branch develop updated (3e7e7ed -> 17f1001) - posted by cd...@apache.org on 2020/11/23 14:39:14 UTC, 0 replies.
- [plc4x] branch develop updated: Update README.md - posted by ot...@apache.org on 2020/11/23 14:51:44 UTC, 0 replies.
- [plc4x] branch develop updated: - Added documentation on PLC4Go - posted by cd...@apache.org on 2020/11/23 15:43:52 UTC, 0 replies.
- [plc4x] branch develop updated: - Included the PLC4Go documentation in the navigation menu - posted by cd...@apache.org on 2020/11/23 15:44:25 UTC, 0 replies.
- [plc4x] branch develop updated: - Disabled the build of plc4c - Added the build of plc4go - posted by cd...@apache.org on 2020/11/23 16:57:57 UTC, 0 replies.
- [plc4x] branch develop updated: - updated the RELEASE_NOTES - posted by cd...@apache.org on 2020/11/24 12:43:44 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Some cleanup before starting the release - posted by cd...@apache.org on 2020/11/24 21:20:24 UTC, 0 replies.
- [plc4x] branch develop updated: - Some cleanup before starting the release - posted by cd...@apache.org on 2020/11/24 21:20:32 UTC, 0 replies.
- [plc4x] branch update/opcua-server created (now 8b0524d) - posted by hu...@apache.org on 2020/11/25 12:18:14 UTC, 0 replies.
- [plc4x] 01/01: Starting to update OPCUA server - posted by hu...@apache.org on 2020/11/25 12:18:15 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated: Add Backoff handling, improved error repoting. - posted by hu...@apache.org on 2020/11/26 12:35:37 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed a broken link on our landing page - Added the GO document to the general getting-started document - posted by cd...@apache.org on 2020/11/26 14:29:21 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated: Error handling update - posted by hu...@apache.org on 2020/11/27 10:22:05 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated: Disabled the remote insecure endpoint. - posted by hu...@apache.org on 2020/11/27 12:33:51 UTC, 0 replies.
- [plc4x] branch develop updated: - Big pom hygene session -- Updated dependency versions -- Updated plugin versions -- Removed usage of ${project.version} where it is not needed -- Managed dependencies -- Removed unneeded dependency-management -- Removed unneeded properties - posted by cd...@apache.org on 2020/11/27 13:09:52 UTC, 0 replies.
- [plc4x] branch develop updated: - Finetuned the README documentation to lay emphasis on the requirement to use Java 11 - posted by cd...@apache.org on 2020/11/27 13:35:31 UTC, 0 replies.
- [plc4x] branch bug/pool-connect created (now 6e8bc52) - posted by hu...@apache.org on 2020/11/28 01:24:22 UTC, 0 replies.
- [plc4x] 01/01: Fix for connection pool, unable to reconnect after failed connection. - posted by hu...@apache.org on 2020/11/28 01:24:23 UTC, 0 replies.
- [plc4x] branch develop updated (c9e6fe6 -> 98e5556) - posted by jf...@apache.org on 2020/11/28 12:03:52 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #207 from apache/bug/pool-connect - posted by jf...@apache.org on 2020/11/28 12:03:53 UTC, 0 replies.
- [plc4x] branch feature/plc4py updated (f9ece23 -> 3e0d5da) - posted by ot...@apache.org on 2020/11/28 17:22:26 UTC, 0 replies.
- [plc4x] 01/01: Merge branch 'develop' of https://github.com/apache/plc4x into feature/plc4py - posted by ot...@apache.org on 2020/11/28 17:22:27 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated: Moved OPC UA server out of sandbox. - posted by hu...@apache.org on 2020/11/28 19:57:14 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated: Added tests from opcua client - posted by hu...@apache.org on 2020/11/29 12:41:07 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated (886f682 -> 3d17339) - posted by hu...@apache.org on 2020/11/29 18:39:50 UTC, 0 replies.
- [plc4x-build-tools] branch feature/grpc-proxy created (now b123bb2) - posted by cd...@apache.org on 2020/11/29 21:23:01 UTC, 0 replies.
- [plc4x] branch feature/grpc-proxy created (now d3eb549) - posted by cd...@apache.org on 2020/11/29 21:23:08 UTC, 0 replies.
- [plc4x] 01/01: - Finetuned the README documentation to lay emphasis on the requirement to use Java 11 - posted by cd...@apache.org on 2020/11/29 21:23:09 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated (3d17339 -> 651a060) - posted by hu...@apache.org on 2020/11/30 10:36:14 UTC, 0 replies.
- [plc4x] branch update/opcua-server updated (651a060 -> f180db0) - posted by hu...@apache.org on 2020/11/30 13:46:03 UTC, 0 replies.
- [plc4x] branch feature/socketcan-0.8-preparations created (now 7f63dc6) - posted by ld...@apache.org on 2020/11/30 17:36:29 UTC, 0 replies.
- [plc4x] 01/28: Scratch of socketcan transport and can frame definitions. - posted by ld...@apache.org on 2020/11/30 17:36:30 UTC, 0 replies.
- [plc4x] 02/28: Tests for socketcan frames + manual parsing based on ReadBuffer api. - posted by ld...@apache.org on 2020/11/30 17:36:31 UTC, 0 replies.
- [plc4x] 03/28: Step back to virtual fields in can transport. - posted by ld...@apache.org on 2020/11/30 17:36:32 UTC, 0 replies.
- [plc4x] 04/28: More definitions of various frame formats. - posted by ld...@apache.org on 2020/11/30 17:36:33 UTC, 0 replies.
- [plc4x] 05/28: Split different flavours of CAN formats. - posted by ld...@apache.org on 2020/11/30 17:36:34 UTC, 0 replies.
- [plc4x] 06/28: Focus on payloads and not frames. - posted by ld...@apache.org on 2020/11/30 17:36:35 UTC, 0 replies.
- [plc4x] 07/28: More work on socketcan transport. - posted by ld...@apache.org on 2020/11/30 17:36:36 UTC, 0 replies.
- [plc4x] 08/28: Fix socketcan transport. - posted by ld...@apache.org on 2020/11/30 17:36:37 UTC, 0 replies.
- [plc4x] 09/28: Sketch of support for SDO operations. - posted by ld...@apache.org on 2020/11/30 17:36:38 UTC, 0 replies.
- [plc4x] 10/28: Update service list for canopen. - posted by ld...@apache.org on 2020/11/30 17:36:39 UTC, 0 replies.
- [plc4x] 11/28: Fix socketcan mspec errors. - posted by ld...@apache.org on 2020/11/30 17:36:40 UTC, 0 replies.
- [plc4x] 12/28: More tests of canopen payload. - posted by ld...@apache.org on 2020/11/30 17:36:41 UTC, 0 replies.
- [plc4x] 13/28: Fix socketcan mspec. - posted by ld...@apache.org on 2020/11/30 17:36:42 UTC, 0 replies.
- [plc4x] 14/28: CANopen adjustments. - posted by ld...@apache.org on 2020/11/30 17:36:43 UTC, 0 replies.
- [plc4x] 15/28: Test of wireshark frames. - posted by ld...@apache.org on 2020/11/30 17:36:44 UTC, 0 replies.
- [plc4x] 16/28: CANopen milestone - support for segmentet SDO upload (read) requests. - posted by ld...@apache.org on 2020/11/30 17:36:45 UTC, 0 replies.
- [plc4x] 17/28: CANopen microstone - PDO & subscriptions. - posted by ld...@apache.org on 2020/11/30 17:36:46 UTC, 0 replies.
- [plc4x] 18/28: Working on SDO upload (read) operation coordination. - posted by ld...@apache.org on 2020/11/30 17:36:47 UTC, 0 replies.
- [plc4x] 19/28: Combine socketcan and canopen frames together through dedicated IO classes. - posted by ld...@apache.org on 2020/11/30 17:36:48 UTC, 0 replies.
- [plc4x] 20/28: Support for NMT subscriptions. - posted by ld...@apache.org on 2020/11/30 17:36:49 UTC, 0 replies.
- [plc4x] 21/28: Support for NMT and HEARTBEAT subscriptions. - posted by ld...@apache.org on 2020/11/30 17:36:50 UTC, 0 replies.
- [plc4x] 22/28: Update callback api. - posted by ld...@apache.org on 2020/11/30 17:36:51 UTC, 0 replies.
- [plc4x] 23/28: Update to latest release of JavaCAN. - posted by ld...@apache.org on 2020/11/30 17:36:52 UTC, 0 replies.
- [plc4x] 24/28: Update (simplify) conversation logic, introduce timeouts and fix string serialization. - posted by ld...@apache.org on 2020/11/30 17:36:53 UTC, 0 replies.
- [plc4x] 25/28: Support for custom answer node identifiers (offsets in TRANSMIT_SDO). - posted by ld...@apache.org on 2020/11/30 17:36:54 UTC, 0 replies.
- [plc4x] 26/28: Further work on stabilizing CANopen implementation. - posted by ld...@apache.org on 2020/11/30 17:36:55 UTC, 0 replies.
- [plc4x] 27/28: Remove plc values. - posted by ld...@apache.org on 2020/11/30 17:36:56 UTC, 0 replies.
- [plc4x] 28/28: Update to latest develop. - posted by ld...@apache.org on 2020/11/30 17:36:57 UTC, 0 replies.
- [plc4x] branch feature/socketcan-0.8-preparations updated (7f63dc6 -> e579b91) - posted by ld...@apache.org on 2020/11/30 23:10:51 UTC, 0 replies.
- [plc4x] 01/01: Update to latest develop. - posted by ld...@apache.org on 2020/11/30 23:10:52 UTC, 0 replies.