NEWS
Auslesen IP -Adressen
-
@Homoran ja- das theater habe ich bei jedem .exe tool - abhängig vom virenscanner
-
@liv-in-sky Habe jetzt ein paar tools ausprobiert.
Ob da wirklich etwas besser ist weiß ich nicht.Im Prinzip müsste man mehrere kombinieren, und dann die Ergebnisse zu einem Array zusammenführen.
identische hosts könnten durch MAC oder IP zugeordnet werden.IP-Scan:
 it looks like:sudo apt-get install libcap2-bin arp-scan bluetooth bluez libbluetooth-dev libudev-dev net-tools
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich arp-scan
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich node
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich arp
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich hcitool
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich hciconfig
)
sudo setcap cap_net_admin,cap_net_raw,cap_net_bind_service=+eip $(eval readlink -fwhich l2ping
)
If you update node or some system tools the above should be executed again!Lesen hilft
-
Radar2 ist anscheinend nicht für Windows.
-
@Homoran aja - die tools habene wir alle schon mal gesehen ? ob der adapter auch auf windows läuft ?
-
@sigi234 diese version machen ich auf jeden fall soweit fertig, dass du sie nutzen kannst - auch wenn leider die echos fehlen werden - aber der rest sollte gefunden werden
-
@sigi234 sagte in Auslesen IP -Adressen:
Radar2 ist anscheinend nicht für Windows.
Das suche ich gerade weil ich das auch im Kopf hatte
This adapter tries to find the devices specified on the network or with bluetooth. It also shows the current external IP of the network, can read ink status of HP printers and also Weather warnings from UWZ for several european countries. It also can read daily currency exchange rates from ECB.
It works by:
Using arp-scan and ping to lookup devices on the network with IPv4 und IPv6!
Listening to dhcp messages which announces new devices coming to the network.
It works on multiple interfaces which mean iof your system has Wlan and lan on different networks it can see both lans.
Normal Bluetooth and Bluetooth LE is supported
HP-printer ink-status
European central bank currency exchange for Euero
UWZ Weather warnings for the area where ioBroker is set to
Uses arp-scan and ping on network as only expernal programs, everything else is internal to nodejs.
The adapter works also without root rights but some configuration actions are required before installationkommt aber nix - muss mich mal weiter reinarbeiten
-
@Homoran sagte in Auslesen IP -Adressen:
kommt aber nix - muss mich mal weiter reinarbeiten
Bei Windows steht arp-scan nicht zur Verfügung und es wird nur node-ping verwendet.
-
@sigi234 also kannst du ihn auf win installieren ?
-
@liv-in-sky sagte in Auslesen IP -Adressen:
@sigi234 also kannst du ihn auf win installieren ?
Ja,
Adapter aber immer Rot. -
@sigi234 was steht im log?