You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello ,
I have set up an IoT network consisting of three low-energy devices that support IPv6 and IEEE 802.15.4 MAC addresses. Upon inspecting your PCAP files, it appears that you are using only IPv4 devices. I noticed that when I included my MAC address (example: '01:12:74:01:00:01:01:01':'lab1') in the MAC list and executed the code, it appeared to be malfunctioning.
Could you please clarify whether your approach is based solely on IPv4 devices or if the code supports IPv6 devices that work with all low-energy protocols?
The text was updated successfully, but these errors were encountered:
Hello, and thank you for reaching out with your question.
IoTDevID was initially developed and thoroughly tested using IPv4 datasets. Although the Aalto dataset includes non-IP devices operating on low-energy protocols, it's important to note that these devices were encapsulated under IPv4 during our testing and analysis. As a result, the features utilized by IoTDevID are primarily based on IPv4.
However, I understand your concern regarding IPv6 compatibility. While our current implementation focuses on IPv4, transitioning IoTDevID to support IPv6 devices is feasible. You can achieve this by adjusting the IP properties accordingly. Upon making such modifications, I anticipate that the feature extraction process should function properly with IPv6 devices.
If you encounter any difficulties or need assistance with this transition, please feel free to share a sample file via email along with specific details regarding the observed malfunction. I'll gladly assist you in developing a solution tailored to your requirements.
Thank you for your understanding and patience as we work towards enhancing the versatility of IoTDevID to accommodate a broader range of network configurations.
hello ,
I have set up an IoT network consisting of three low-energy devices that support IPv6 and IEEE 802.15.4 MAC addresses. Upon inspecting your PCAP files, it appears that you are using only IPv4 devices. I noticed that when I included my MAC address (example: '01:12:74:01:00:01:01:01':'lab1') in the MAC list and executed the code, it appeared to be malfunctioning.
Could you please clarify whether your approach is based solely on IPv4 devices or if the code supports IPv6 devices that work with all low-energy protocols?
The text was updated successfully, but these errors were encountered: