sdn-wise-contiki
sdn-wise-contiki copied to clipboard
Connecting the sdn-wise-java controller with sdn-wise-contiki (non-java) motes
Sebastiano,
So there's two types of motes currently implemented in sdn-wise-contiki
- Compiled C Motes for emulated hardware (sky etc.)
- Java motes.
I have two questions:
- Is it possible to detect sky motes in cooja using sdn-wise-java?
- How come when I use the emulated java motes, and connect the sink to localhost::9990 then sdn-wise-java only detects the sink, rather than the whole network? This is, of course, after I set EMULATED=false in SdnWise.java
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?