Open mbaddeley opened 6 years ago
Dear Sabastiano,
I am a PhD student in IIIT Naya Raipur, CG, India. I am trying to implement your results, produced in your unique paper, titled "SDN-WISE: Design, prototyping and experimentation of a stateful SDN solution for WIreless Sensor networks". I have some questions in this regard:
@rubiruchi For your 1st and 2nd questions, the sdn-wise-contiki is well deployed with Contiki-OS, thus it can run with different types of hardware. I had implemented successfully with Z1 and Tmote Sky platform.
@hieu1204 So,
@rubiruchi Unfortunately, there is no tutorial for the sdn-wise-contiki. Since the SDN-WISE controller for Contiki-based motes is not produced yet by the authors, so I developed a simple Java controller for routing purpose. Sorry for your second question, I have no clue about the ONOS controller.
Thanks @hieu1204 for your comments but I have few more question(s):
@rubiruchi I did both COOJA simulation as well as the testbed (Z1 only). To the best of my knowledge, the controller that is compatible with Contiki firmware nodes is not published by the authors yet. For publications related to the SDWNs you can find in this survey https://ieeexplore.ieee.org/document/7847327/ Sorry for the 3rd question but I have no idea about the tinySDN.
@hieu1204 Thanks a lot for your valuable comments. As I am working on the software defined WSN and want to implement it in both hardware as well as in simulation. Could you please guide me :
@rubiruchi I am delighted to share my experience, you can check my repository to find out. https://github.com/hieu1204/sdn-wise-trickle If you need some help do not hesitate to contact me via email.
@rubiruchi The IT-SDN is an enhancement of TinySDN.
great, I'll test it as soon as possible
@hieu1204 So,
- After implementation how did you collect the routing metric(s) results? as there is no script for that at "http://sdn-wise.dieei.unict.it/".
- The tutorial "Controlling heterogeneous networks using SDN-WISE and ONOS" is not working with command "cd ~/onos && tools/test/bin/onos localhost" and giving error as "ssh: connect to host localhost port 8101: Connection refused" how did you resolved it?
@hieu1204 I had the same issue. This is the command to run the actual controller. I managed to solve it by only increasing the memory of the virtual machine from 1GB to 2GB. I also increased the buffer size of the terminal.
@rubiruchi The IT-SDN is an enhancement of TinySDN.
Hi @hieu1204 and @escuderoDP Did you try and compile IT-SDN ?
@rubiruchi The IT-SDN is an enhancement of TinySDN. http://www.larc.usp.br/users/cbmargi/www//it-sdn/
Hi @hieu1204 and @escuderoDP Did you try and compile IT-SDN ?
Yes, I did. You need help?
@rubiruchi The IT-SDN is an enhancement of TinySDN. http://www.larc.usp.br/users/cbmargi/www//it-sdn/
Hi @hieu1204 and @escuderoDP Did you try and compile IT-SDN ?
Yes, I did. You need help?
I had some error when I compiled IT-SDN, and some more details is about not found a function or a variable declaration, I could not solve this issue
Can you take a snapshot of this error and your topology?
@hieu1204 So,
- After implementation how did you collect the routing metric(s) results? as there is no script for that at "http://sdn-wise.dieei.unict.it/".
- The tutorial "Controlling heterogeneous networks using SDN-WISE and ONOS" is not working with command "cd ~/onos && tools/test/bin/onos localhost" and giving error as "ssh: connect to host localhost port 8101: Connection refused" how did you resolved it?
I have the same problem with this 2nd question... and still dunno how to solve it
Hello Peers...!! I am a new research scholar working in SDN WISE. I am getting an error in creating a Controller with "$ mvn package" while executing the SDN WISE, it is saying BUILD ERROR. Kindly help me out in this. Thanks in advance.
I have used the below commands... cd ~ wget http://sdn-wise.dieei.unict.it/tools/01-GetStarted.tar.gz tar xvf 01-GetStarted.tar.gz rm 01-GetStarted.tar.gz cd 01-GetStarted mvn package java -jar target/01-GetStarted.jar
I have used the below commands... cd ~ wget http://sdn-wise.dieei.unict.it/tools/01-GetStarted.tar.gz tar xvf 01-GetStarted.tar.gz rm 01-GetStarted.tar.gz cd 01-GetStarted mvn package java -jar target/01-GetStarted.jar
Replace http://repo1.maven.org/maven2/ with https://repo1.maven.org/maven2/
Replace http://repo.maven.apache.org/maven2/ with https://repo.maven.apache.org/maven2/
@vikramdhiman27 Please how do I replace the repo address with a secure one? Thanks
@hieunq95 @rubiruchi is collect view working when running the SDN-Wise simulation in Cooja i have tried to get results from it but it doesnt seem to be working for me
Sebastiano,
So there's two types of motes currently implemented in sdn-wise-contiki
I have two questions:
I'm thinking the answer to the first question is that they aren't compatible? As sdn-wise-java southbound is a TCP connection and I don't think sdn-wise-contiki is currently supporting TCP?
Second question, not sure why they aren't working as I'm pretty sure I got it all working together a couple of years back. Have the updates earlier this year changed anything major?