iobroker.network-settings
v0.4.2
Published
This adapter is used to anonymously collect the data on the central server for scientific research
Downloads
8
Readme
ioBroker.network-settings
Adapter for Wi-Fi and network settings on Raspberry Pi
This adapter can set up the network on Raspberry Pi. It can be used for Wi-Fi and for LAN.
Required permissions
This adapter assumes that iobroker
user may execute the following commands:
/usr/sbin/iw
/usr/bin/nmcli
/usr/sbin/iwlist
You can add the rights by calling:
sudo chmod +x /opt/iobroker/node_modules/iobroker.network-settings/wlan_rights.sh
sudo /opt/iobroker/node_modules/iobroker.network-settings/wlan_rights.sh
Changelog
0.4.2 (2024-10-03)
- (@GermanBluefox) Updated for raspberry 5
0.4.0 (2024-10-03)
- (@GermanBluefox) Change name to "network-settings"
0.3.0 (2023-06-27)
- (@GermanBluefox) Change name to "network-settings"
0.2.2 (2023-06-27)
- (@GermanBluefox) Updated the GUI to the latest version
0.1.0 (2021-01-18)
- (ioBroker) fixed build scripts
0.0.1 (2021-01-18)
- (ioBroker) initial release
License
MIT License
Copyright (c) 2021-2024 @GermanBluefox [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.