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

Remove interfaces crate #77

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

npmenard
Copy link
Member

This PR removes the interfaces crate and use local_ip_address instead.

This is to allow the rust-utils library to be built for windows systems.

When building for windows FFI & proxy are disable because we don't have a crate that exposes UDS sockets with AsyncRead and AsyncWrite traits defined (for example the usd-windows crate only has Read &Write traits) It should be possible to support proxying on Windows machine but it would either mean implementing AsyncWrite & AsyncRead for uds-windows or using a local UDP port.

@npmenard npmenard requested a review from a team as a code owner September 20, 2023 16:24
@npmenard npmenard requested review from maximpertsov and clintpurser and removed request for a team September 20, 2023 16:24
@npmenard npmenard merged commit 2d69fb3 into viamrobotics:main Sep 21, 2023
3 checks passed
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.

2 participants