Contiki-IDS
Contiki-IDS copied to clipboard
How to use SVELTE IDS in Contiki.
Hi!
This is my request to all contributors of this software and anyone who run this IDS simulations in cooja.
Please guide me how to run this IDS in contiki-Cooja. I have already downloaded this software but there is not enough documentation available about using this software. Please also tell me how to run this IDS using run_test.sh file because when i tried to run this file in terminal errors occured like "too few arguments". I don't know which command i need to use and which file i need run in cooja. I am using Contiki 3.0 currently and also tell me how much important contiki version is related to running this IDS.
Please Help me!
Please guide me how to run this IDS in contiki-Cooja
I'm sorry, I can't, it is too long ago since I worked on this :(
I have already downloaded this software but there is not enough documentation available about using this software.
Yeah, I know, once again I'm sorry. If you make any progress please let me know so that I can update the documentation (or even better, submit a PR)
Please also tell me how to run this IDS using run_test.sh file because when i tried to run this file in terminal errors occured like "too few arguments".
I'm guessing you get this error message:
To few arguments
Usage: ./run_test.sh 5 simname simulation.csc
Have you tried running it much as it suggests? It seems like the only important thing to get started is the .csc file, which I belieave there are several of.
I am using Contiki 3.0 currently and also tell me how much important contiki version is related to running this IDS.
As it says in the README this is based on contiki 2.6, I doubt it works with version 3.0
You are welcome to port it of course :)
I updated the usage information of the script (in commit 3ba12e78bf341e8189a61f4621f2af44a50791d7) after reading through it, perhaps that is more helpful?
We are successful in running the simulation files(.csc) but the only problem is we don't how the IDS system files work exactly because we want to improve the working of IDS and do some major enhancement in this system.
Hi, @ecksun .Sorry to bother you. How can I know a attacker is detected? Where can I see the result? Could you give me some advice? Thanks very much!