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! Sentry reporting is used starting with js-controller 3.0.
This special adapter was developed for the KISSHome research project. It is not intended for general use.
To use this adapter, you must first register on the KISSHome research website and get the confirmation email.
To run this adapter, you need:
- More than 3 smart home devices
- Fritz!Box Router. Without
Fritz!Box
, the adapter will not work. - iobroker must run on debian/raspbian (or at least on linux, where the following commands are available:
which
,rsync
)
The public key required for the communication is stored in 0_userdata.0.kisshomeResearchPublicKey
.
After the adapter is uninstalled, the key must be deleted manually.
This was required to make it possible to uninstall and install the adapter again without any problems.
- (bluefox) The keys are stored in
0_userdata.0.kisshomeResearchPublicKey
to make it possible to uninstall and install the adapter again without any problems - (bluefox) Corrected problem with PCAP files without the META-description
- (bluefox) Corrected the input of IP addresses in the configuration
- (bluefox) Removed unused code
- (bluefox) Creation of META file if not exists
- (bluefox) Description for address must be longer than three characters
- (bluefox) Added adapter version to the meta file name
- (gsenkowski) Used actual IP and TCP header length for the PCAP file
- (bluefox) Trying to fix CI
- (bluefox) Do not allow the traffic recording of FritzBox
- (bluefox) Do not allow recording the traffic if no any MAC provided
- (bluefox) Corrected links to web page
- (bluefox) Corrected the error if MAC address cannot be determined
- (ChrisDietrich) Corrected the link in readme.md
- (bluefox) Corrected the Big-Endian PCAP format
- (bluefox) the Fixed build pipeline
- (bluefox) Corrected GUI
- (bluefox) Filter out not used interfaces
- (bluefox) Added notification to admin if public key not accepted
- (bluefox) Try to detect zero bytes interfaces
- (bluefox) Added error logging
- (bluefox) Implemented the support for the big endian format of a PCAP file
- (bluefox) Corrected configuration page
- (bluefox) Added detection of some IPs
- (bluefox) used valid URL address
- (bluefox) Used MD5 for the file consistency check
- (bluefox) File upload was implemented
- (bluefox) Added the recording enabled option
- (bluefox) Initial commit
The MIT License (MIT)
Copyright (c) 2024 Denis Haev dogafox@gmail.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 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.