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

prefer using ip address given by android service #66

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jan-mu
Copy link

@jan-mu jan-mu commented Apr 5, 2024

In our project we were facing an issue where we had several devices with the same hostname within one network. Doing the ip lookup using the hostname resulted in a set of ip addresses for each device and we were not able to identify the correct ip for each device.

We solved this issue by applying the following changes.

RGPaul and others added 3 commits March 26, 2024 11:30
commit d79071a
Author: jan <jan.mueller@trilux.com>
Date:   Tue Mar 26 11:10:10 2024 +0100

    dont use local paths. Only override android package

commit 7cbd7e7
Author: jan <jan.mueller@trilux.com>
Date:   Tue Mar 26 10:47:10 2024 +0100

    Use native service address
@jan-mu jan-mu mentioned this pull request Apr 5, 2024
@sebastianhaberey
Copy link
Owner

I'll try to merge this and release a new version soon.

@jan-mu
Copy link
Author

jan-mu commented Apr 8, 2024

I'll try to merge this and release a new version soon.

Thank you very much!

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.

None yet

3 participants