I just read about OpenIoT project. There are some points which I want to be clear about.
I want to perform SYN-Flood attack detection in wireless sensor nodes. A transmitter module is made from Arduino board, sensor and RF transmitter. On receiving end, I am using Raspberry Pi where the logs analysis is performed. I wonder if this whole system can be simulated in OpenIoT?
OpenIoT description says that it collects and process data from virtually any sensor (node) in the world. So is it possible to integrate my sensor nodes? (or get data from sensor node already available), simulate an attack and do log analysis for attack detection? Here, Can I introduce any plugin for attack detection in OpenIoT (It sounds very big though!)? Or any other way for security attack detection once I get logs in hand?
Also, please be free to share more knowledge on OpenIoT as I am in learning phase.