sdnwiselab / sdn-wise-contiki

The Open Source OS for the Internet of Things meets the Software Defined Networking
https://sdnwiselab.github.io/
BSD 3-Clause "New" or "Revised" License
25 stars 24 forks source link

Undestanding Get started with SDN-WISE #16

Open RaHeron95 opened 5 years ago

RaHeron95 commented 5 years ago

Hello I'm using the simple controller and the simulation you gave in the Get started tutorial, and Im understanding every component SDN-WISE is made of (all the classes and methods is composed). I have some doubts, hope you can explain me, for example, I know that simulation starts with the Topoly Discovery phase, exchanging beacons and report packets with information of quality link, eg. RSSI, and the list of neighbors, I supposed those messages are like in the pic below. My doubt is where are generated in code those packets, and the meaning of each slot(number) it has. image I found that part of code is in

For C-TX (Where do I obtain pck) image

For C-RX (Where do I obtain np) image

Thank you so much for your time to answer. Wish you an excellent day !

kuliahbaen commented 4 years ago

Hello RaHeron95, When you do try this tutorial, do you have some problem with captured below as you start the simulation? java error input string TYP

I can't solve this problem yet... hopefully you know the answer.

Thx

MahwishGithub commented 4 years ago

I have followed the manual getting started with sdn-wise tutorial: https://sdnwiselab.github.io/docs/guides/GetStarted.html . However, I am not able to find the file which generated packets and wiseflowtable. Can someone help me please? I would be thankful for you!