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

Update NetworkUtils.java #4898

Merged
merged 3 commits into from
Feb 14, 2019
Merged

Update NetworkUtils.java #4898

merged 3 commits into from
Feb 14, 2019

Conversation

kpanchen
Copy link

@kpanchen kpanchen commented Feb 14, 2019

  1. Added Eli Fulkerson ARP Ping tool detection.
  2. Replaced Thomas Habets ARP Ping tool detection RegExp with simple "contains" statement.
  3. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.

[network] Added support for Eli Fulkerson ARP Ping Tool

Support for arp-ping.exe tool for Windows from Eli Fulkerson:

https://www.elifulkerson.com/projects/arp-ping.php

Signed-off-by: Konstantin Panchenko [email protected]

1. Added Eli Fulkerson ARP Ping tool detection.
2. Replaced Thomas Habets ARP Ping tool detection RegExp with simple "contains" statement.
3. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.
Copy link
Member

@davidgraeff davidgraeff left a comment

Choose a reason for hiding this comment

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

Could you please not replace the regex in the same commit? You probably haven't tested this on Linux and you don't know about the consequences.

1. Added Eli Fulkerson ARP Ping tool detection.
2. Replaced Thomas Habets ARP Ping tool detection RegExp with simple "contains" statement.
3. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.

Signed-off-by: Konstantin Panchenko <[email protected]>
1. Added Eli Fulkerson ARP Ping tool detection.
2. Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.
3. Reverted Thomas Habets detection back to original code.

Signed-off-by: Konstantin Panchenko <[email protected]>
@kpanchen
Copy link
Author

Could you please not replace the regex in the same commit? You probably haven't tested this on Linux and you don't know about the consequences.

I did test it but I'll create a new one anyway, probably Thomas changed his help output.
Thanks!

@davidgraeff
Copy link
Member

Thanks!

@davidgraeff davidgraeff merged commit 4127674 into openhab:master Feb 14, 2019
@davidgraeff
Copy link
Member

Just one note: I think you do not mention where to get that tool from in the readme file. Maybe you could make a PR for that as well? Binding documentations are allowed to link to external commercial/non-commercial products. Cheers

@wborn wborn added this to the 2.5 milestone Feb 28, 2019
Pshatsillo pushed a commit to Pshatsillo/openhab-addons that referenced this pull request Jun 19, 2019
Added Eli Fulkerson ARP Ping tool detection.
Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.

Signed-off-by: Konstantin Panchenko <[email protected]>
Signed-off-by: Pshatsillo <[email protected]>
ne0h pushed a commit to ne0h/openhab-addons that referenced this pull request Sep 15, 2019
Added Eli Fulkerson ARP Ping tool detection.
Added command line to nativeARPPing subrooting for Eli Fulkerson ARP Ping tool.

Signed-off-by: Konstantin Panchenko <[email protected]>
Signed-off-by: Maximilian Hess <[email protected]>
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.

3 participants