Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wlsonar"
version = "0.3.0"
version = "0.3.1"
description = "Python client and Range Image Protocol utilities for Water Linked Sonar 3D-15."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/wlsonar/_udp_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def open_sonar_udp_multicast_socket(
Returns:
A socket.socket object configured to receive UDP packets from the Sonar 3D-15.
"""
sock = open_sonar_udp_unicast_socket(udp_port=udp_port, iface_ip=iface_ip)
sock = open_sonar_udp_unicast_socket(udp_port=udp_port, iface_ip="")

# Join multicast group on selected interface.
mreq = struct.pack("=4s4s", socket.inet_aton(mcast_group), socket.inet_aton(iface_ip))
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.