-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
143 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
chore: release v0.2.0 | ||
|
||
* add feature to define ports they should be scanned | ||
* fix crash if no MAC address can be found by the adapter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,140 +1,137 @@ | ||
{ | ||
"common": { | ||
"name": "net-tools", | ||
"version": "0.1.7", | ||
"news": { | ||
"0.1.7": { | ||
"en": "fix device settings in adapter configuration", | ||
"de": "Geräteeinstellungen in der Adapterkonfiguration korrigieren", | ||
"ru": "исправить настройки устройства в конфигурации адаптера", | ||
"pt": "corrigir as configurações do dispositivo na configuração do adaptador", | ||
"nl": "apparaatinstellingen repareren in adapterconfiguratie", | ||
"fr": "corriger les paramètres de l'appareil dans la configuration de l'adaptateur", | ||
"it": "correggere le impostazioni del dispositivo nella configurazione dell'adattatore", | ||
"es": "arreglar la configuración del dispositivo en la configuración del adaptador", | ||
"pl": "popraw ustawienia urządzenia w konfiguracji adaptera", | ||
"zh-cn": "修复适配器配置中的设备设置" | ||
}, | ||
"0.1.6": { | ||
"en": "fix device settings in adapter configuration", | ||
"de": "Geräteeinstellungen in der Adapterkonfiguration korrigieren", | ||
"ru": "исправить настройки устройства в конфигурации адаптера", | ||
"pt": "corrigir as configurações do dispositivo na configuração do adaptador", | ||
"nl": "apparaatinstellingen repareren in adapterconfiguratie", | ||
"fr": "corriger les paramètres de l'appareil dans la configuration de l'adaptateur", | ||
"it": "correggere le impostazioni del dispositivo nella configurazione dell'adattatore", | ||
"es": "arreglar la configuración del dispositivo en la configuración del adaptador", | ||
"pl": "popraw ustawienia urządzenia w konfiguracji adaptera", | ||
"zh-cn": "修复适配器配置中的设备设置" | ||
}, | ||
"0.1.5": { | ||
"en": "changes on testing" | ||
}, | ||
"0.1.4": { | ||
"en": "Fixes for js-controller 3.3" | ||
}, | ||
"0.1.3": { | ||
"en": "Fixes for js-controller 3.3" | ||
}, | ||
"0.1.2": { | ||
"en": "added device discovery to configuration page \n start discovery if it is not started and stop it afterwards" | ||
}, | ||
"0.1.1": { | ||
"en": "initial release" | ||
} | ||
}, | ||
"title": "Net tools", | ||
"titleLang": { | ||
"en": "Net tools", | ||
"de": "Net Tools", | ||
"ru": "Сетевые инструменты", | ||
"pt": "Ferramentas de rede", | ||
"nl": "Net tools", | ||
"fr": "Outils nets", | ||
"it": "Strumenti di rete", | ||
"es": "Herramientas de red", | ||
"pl": "Narzędzia sieciowe", | ||
"zh-cn": "网络工具" | ||
}, | ||
"desc": { | ||
"en": "This adapter cyclic polls configured IPs, can send wake-on-lan packages and scan for open ports.", | ||
"de": "Dieser Adapter fragt zyklisch konfigurierte IPs ab, kann Wake-on-LAN-Pakete senden und nach offenen Ports suchen.", | ||
"ru": "Этот адаптер циклически опрашивает настроенные IP-адреса, может отправлять пакеты wake-on-lan и сканировать открытые порты.", | ||
"pt": "Este adaptador cíclico pesquisa IPs configurados, pode enviar pacotes wake-on-lan e fazer a varredura para portas abertas.", | ||
"nl": "Deze adapter pollt cyclisch geconfigureerde IP-adressen, kan wake-on-lan-pakketten verzenden en scannen op open poorten.", | ||
"fr": "Cet adaptateur interroge cycliquement les adresses IP configurées, peut envoyer des packages Wake-on-LAN et rechercher les ports ouverts.", | ||
"it": "Questo adattatore esegue il polling ciclico degli IP configurati, può inviare pacchetti Wake-on-Lan e cercare porte aperte.", | ||
"es": "Este adaptador sondea cíclicamente las IP configuradas, puede enviar paquetes de activación en lan y buscar puertos abiertos.", | ||
"pl": "Ten adapter cyklicznie odpytuje skonfigurowane adresy IP, może wysyłać pakiety wake-on-lan i skanować w poszukiwaniu otwartych portów.", | ||
"zh-cn": "该适配器循环轮询配置的IP,可以发送局域网唤醒软件包并扫描打开的端口。" | ||
}, | ||
"authors": [ | ||
"jey-cee <jey-cee@live.com>" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"mode": "daemon", | ||
"compact": true, | ||
"availableModes": [ | ||
"daemon" | ||
], | ||
"readme": "https://github.com/jey-cee/ioBroker.net-tools/blob/master/README.md", | ||
"loglevel": "info", | ||
"icon": "net-tools.png", | ||
"keywords": [ | ||
"poll", | ||
"ping", | ||
"ip", | ||
"wake-on-lan", | ||
"port scan" | ||
], | ||
"extIcon": "https://raw.githubusercontent.com/jey-cee/ioBroker.net-tools/master/admin/net-tools.png", | ||
"type": "network", | ||
"materialize": true, | ||
"messagebox": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.1.6", | ||
"discovery": ">=2.3.7" | ||
} | ||
] | ||
"common": { | ||
"name": "net-tools", | ||
"version": "0.1.7", | ||
"news": { | ||
"0.1.7": { | ||
"en": "fix device settings in adapter configuration", | ||
"de": "Geräteeinstellungen in der Adapterkonfiguration korrigieren", | ||
"ru": "исправить настройки устройства в конфигурации адаптера", | ||
"pt": "corrigir as configurações do dispositivo na configuração do adaptador", | ||
"nl": "apparaatinstellingen repareren in adapterconfiguratie", | ||
"fr": "corriger les paramètres de l'appareil dans la configuration de l'adaptateur", | ||
"it": "correggere le impostazioni del dispositivo nella configurazione dell'adattatore", | ||
"es": "arreglar la configuración del dispositivo en la configuración del adaptador", | ||
"pl": "popraw ustawienia urządzenia w konfiguracji adaptera", | ||
"zh-cn": "修复适配器配置中的设备设置" | ||
}, | ||
"0.1.6": { | ||
"en": "fix device settings in adapter configuration", | ||
"de": "Geräteeinstellungen in der Adapterkonfiguration korrigieren", | ||
"ru": "исправить настройки устройства в конфигурации адаптера", | ||
"pt": "corrigir as configurações do dispositivo na configuração do adaptador", | ||
"nl": "apparaatinstellingen repareren in adapterconfiguratie", | ||
"fr": "corriger les paramètres de l'appareil dans la configuration de l'adaptateur", | ||
"it": "correggere le impostazioni del dispositivo nella configurazione dell'adattatore", | ||
"es": "arreglar la configuración del dispositivo en la configuración del adaptador", | ||
"pl": "popraw ustawienia urządzenia w konfiguracji adaptera", | ||
"zh-cn": "修复适配器配置中的设备设置" | ||
}, | ||
"0.1.5": { | ||
"en": "changes on testing" | ||
}, | ||
"0.1.4": { | ||
"en": "Fixes for js-controller 3.3" | ||
}, | ||
"0.1.3": { | ||
"en": "Fixes for js-controller 3.3" | ||
}, | ||
"0.1.2": { | ||
"en": "added device discovery to configuration page \n start discovery if it is not started and stop it afterwards" | ||
} | ||
}, | ||
"native": { | ||
"interval": 60000, | ||
"portScan": true, | ||
"ports": "20, 21, 22, 23, 25, 53, 80, 110, 119, 123, 143, 161, 162, 194, 443, 445, 3306, 3389, 5900, 6379, 8080, 8443, 9090, 9200, 9999" | ||
"title": "Net tools", | ||
"titleLang": { | ||
"en": "Net tools", | ||
"de": "Net Tools", | ||
"ru": "Сетевые инструменты", | ||
"pt": "Ferramentas de rede", | ||
"nl": "Net tools", | ||
"fr": "Outils nets", | ||
"it": "Strumenti di rete", | ||
"es": "Herramientas de red", | ||
"pl": "Narzędzia sieciowe", | ||
"zh-cn": "网络工具" | ||
}, | ||
"instanceObjects": [ | ||
{ | ||
"_id": "localhost", | ||
"type": "channel", | ||
"common": { | ||
"name": "localhost" | ||
} | ||
}, | ||
{ | ||
"_id": "localhost.ports", | ||
"type": "state", | ||
"common": { | ||
"name": "Open Ports", | ||
"read": true, | ||
"write": false, | ||
"role": "list", | ||
"type": "array" | ||
} | ||
}, | ||
{ | ||
"_id": "discover", | ||
"type": "state", | ||
"common": { | ||
"name": "discover", | ||
"read": false, | ||
"write": true, | ||
"role": "button", | ||
"type": "boolean" | ||
} | ||
} | ||
"desc": { | ||
"en": "This adapter cyclic polls configured IPs, can send wake-on-lan packages and scan for open ports.", | ||
"de": "Dieser Adapter fragt zyklisch konfigurierte IPs ab, kann Wake-on-LAN-Pakete senden und nach offenen Ports suchen.", | ||
"ru": "Этот адаптер циклически опрашивает настроенные IP-адреса, может отправлять пакеты wake-on-lan и сканировать открытые порты.", | ||
"pt": "Este adaptador cíclico pesquisa IPs configurados, pode enviar pacotes wake-on-lan e fazer a varredura para portas abertas.", | ||
"nl": "Deze adapter pollt cyclisch geconfigureerde IP-adressen, kan wake-on-lan-pakketten verzenden en scannen op open poorten.", | ||
"fr": "Cet adaptateur interroge cycliquement les adresses IP configurées, peut envoyer des packages Wake-on-LAN et rechercher les ports ouverts.", | ||
"it": "Questo adattatore esegue il polling ciclico degli IP configurati, può inviare pacchetti Wake-on-Lan e cercare porte aperte.", | ||
"es": "Este adaptador sondea cíclicamente las IP configuradas, puede enviar paquetes de activación en lan y buscar puertos abiertos.", | ||
"pl": "Ten adapter cyklicznie odpytuje skonfigurowane adresy IP, może wysyłać pakiety wake-on-lan i skanować w poszukiwaniu otwartych portów.", | ||
"zh-cn": "该适配器循环轮询配置的IP,可以发送局域网唤醒软件包并扫描打开的端口。" | ||
}, | ||
"authors": [ | ||
"jey-cee <jey-cee@live.com>" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"mode": "daemon", | ||
"compact": true, | ||
"availableModes": [ | ||
"daemon" | ||
], | ||
"readme": "https://github.com/jey-cee/ioBroker.net-tools/blob/master/README.md", | ||
"loglevel": "info", | ||
"icon": "net-tools.png", | ||
"keywords": [ | ||
"poll", | ||
"ping", | ||
"ip", | ||
"wake-on-lan", | ||
"port scan" | ||
], | ||
"extIcon": "https://raw.githubusercontent.com/jey-cee/ioBroker.net-tools/master/admin/net-tools.png", | ||
"type": "network", | ||
"materialize": true, | ||
"messagebox": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=3.1.6", | ||
"discovery": ">=2.3.7" | ||
} | ||
] | ||
}, | ||
"native": { | ||
"interval": 60000, | ||
"portScan": true, | ||
"ports": "20, 21, 22, 23, 25, 53, 80, 110, 119, 123, 143, 161, 162, 194, 443, 445, 3306, 3389, 5900, 6379, 8080, 8443, 9090, 9200, 9999" | ||
}, | ||
"instanceObjects": [ | ||
{ | ||
"_id": "localhost", | ||
"type": "channel", | ||
"common": { | ||
"name": "localhost" | ||
} | ||
}, | ||
{ | ||
"_id": "localhost.ports", | ||
"type": "state", | ||
"common": { | ||
"name": "Open Ports", | ||
"read": true, | ||
"write": false, | ||
"role": "list", | ||
"type": "array" | ||
} | ||
}, | ||
{ | ||
"_id": "discover", | ||
"type": "state", | ||
"common": { | ||
"name": "discover", | ||
"read": false, | ||
"write": true, | ||
"role": "button", | ||
"type": "boolean" | ||
} | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.