Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/zmq stream all ipv6 adn remove rx_zmqip #958

Merged
merged 18 commits into from
Sep 10, 2024
Merged

Conversation

thattil
Copy link
Member

@thattil thattil commented Sep 4, 2024

  • 'Depreciated' changed to 'deprecated'
  • removed rx_zmqip removed from python, API
  • kept rx_zmqip command line (only in CallerSpecial to give warning)
  • ZmqSocket publisher socket constructor does not take in IP anymore, uses hardcoded '0.0.0.0' instead (used in Datastreamer, in MoenchZmqProcess and slsSupportLib/tests for zmqSocket
  • gui: just a read only that shows "0.0.0.0", removed signals and slots for rx_zmqip
  • client: changed updateReceiverStreamingIp to updateClientStreamingIP so that the zmqip is updated with rx_hostname by default if empty
  • -zmqsocket: added one more error print (ENOENT no endpoint)

@thattil thattil linked an issue Sep 6, 2024 that may be closed by this pull request
@thattil thattil changed the title Dev/zmq stream all ipv6 Dev/zmq stream all ipv6 adn remove rx_zmqip Sep 6, 2024
@thattil thattil marked this pull request as ready for review September 6, 2024 15:33
Copy link
Member

@erikfrojdh erikfrojdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good just one small question.

case F_SET_RECEIVER_STREAMING_SRC_IP: return "F_SET_RECEIVER_STREAMING_SRC_IP";
case F_GET_RECEIVER_STREAMING_SRC_IP: return "F_GET_RECEIVER_STREAMING_SRC_IP";
case F_SET_RECEIVER_STREAMING_SRC_IP: return "F_SET_RECEIVER_STREAMING_SRC_IP - obsolete";
case F_GET_RECEIVER_STREAMING_SRC_IP: return "F_GET_RECEIVER_STREAMING_SRC_IP - obsolete";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we using this in another place? Where is obsolete defined?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only if you ever use verbose and print the function enum names in the tcp connections.

@thattil thattil merged commit e848293 into developer Sep 10, 2024
2 checks passed
@thattil thattil deleted the dev/zmq_stream_all_ipv6 branch September 10, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish zmq stream on *
2 participants