From aa2c535b4f120bdf1e2dc2a1d1cb0d3682b5b90b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 26 Feb 2018 18:31:49 +0100 Subject: [PATCH] possibility to use router mac in config file to have detip and rx_udpip in different subnets --- RELEASE.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 03499fffe..dfbd0d000 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -175,14 +175,20 @@ New Features Receiver -------- - 14. Added silent mode to receiver using command r_silent [i] from client. + 14. The detectorip and rx_udpip does not have to be in the same subnet anymore. + Add the following commands after rx_hostname in config file to overwrite + mac configuration: + rx_udpmac [router mac] + configuremac 0 + + 15. Added silent mode to receiver using command r_silent [i] from client. It might be beneficial for max frame rate applications. - 15. Receiver print out can handle black or white backgrounds. + 16. Receiver print out can handle black or white backgrounds. - 16. zmq package included updated to v4.0.8. + 17. zmq package included updated to v4.0.8. - 17. Zmq streaming from receiver also sends file index in json header. + 18. Zmq streaming from receiver also sends file index in json header. Gui @@ -208,11 +214,7 @@ Resolved Issues 3. More locking to handle main and processing threads using the threadpool. Removing unlock twice, which is undefined behavior. - - 4. Setting rx_udpmac should overwrite the receiver defined mac address. - Should be after rx_hostname command and followed by - "sls_detector_put configuremac 0" - + Detector Server ---------------