From afa82be31986aa503726112170b10fc68f6a0654 Mon Sep 17 00:00:00 2001 From: john30 Date: Thu, 5 May 2016 12:43:00 +0200 Subject: [PATCH] updated --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 913559f1..d201b690 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ * changed ebusd default address to 0x31 in order to avoid address conflicts with popular devices on the bus * added "!load" instruction for CSV configuration files allowing conditional loading of single other CSV file * added "!include" instruction for CSV configuration files in order to include other files +* added support for UDP connected devices ## Bug fixes * require "-c" in write command @@ -28,6 +29,8 @@ * extract default circuit name from CSV file name * automatically start grabbing all messages * add circuit+message name of known messages to grab result +* added buffer for network devices and flush potentially buffered input when connecting +* added option for setting transfer latency and use default 10 ms for network device # 2.0 (2016-01-06)