Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jey-Cee committed May 16, 2022
1 parent 3ce66eb commit e4a3968
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 141 deletions.
4 changes: 4 additions & 0 deletions .commitmessage
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020-2021 Jey Cee <jey-cee@live.com>
Copyright (c) 2020-2022 Jey Cee <jey-cee@live.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Remark: This feature is limited to the subnet of the ioBroker host.
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.

## Changelog
### **WORK IN PROGRESS**
* add feature to define ports they should be scanned
* fix crash if no MAC address can be found by the adapter

### 0.1.7 (2021-07-31)
* fix device settings in adapter configuration
Expand All @@ -89,16 +92,14 @@ Remark: This feature is limited to the subnet of the ioBroker host.
* added device discovery to configuration page
* start discovery if it is not started and stop it afterwards


### 0.1.1
* initial release


## License

The MIT License (MIT)

Copyright (c) 2020-2021, Jey Cee <jey-cee@live.com>
Copyright (c) 2020-2022, Jey Cee <jey-cee@live.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
267 changes: 132 additions & 135 deletions io-package.json
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"
}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4a3968

Please sign in to comment.