mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 10:21:50 +02:00
possibility to use router mac in config file to have detip and rx_udpip in different subnets
This commit is contained in:
18
RELEASE.txt
18
RELEASE.txt
@ -175,14 +175,20 @@ New Features
|
|||||||
|
|
||||||
Receiver
|
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.
|
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
|
Gui
|
||||||
@ -209,10 +215,6 @@ Resolved Issues
|
|||||||
3. More locking to handle main and processing threads using the threadpool.
|
3. More locking to handle main and processing threads using the threadpool.
|
||||||
Removing unlock twice, which is undefined behavior.
|
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
|
Detector Server
|
||||||
---------------
|
---------------
|
||||||
|
Reference in New Issue
Block a user