Open Luna-maria90 opened 3 years ago
Hi Luna. It's been six years I've written this code. I really can't remember :( . But I think it was in CNNx spec.
hello sir well, I searched the web trying to find out what are these two values but I couldn't find anything about it. can you remember what version of ccnx did you use?
It was based on 0.8.X (https://github.com/ProjectCCNx/ccnx). Sorry for not helping you more.
thanks for your help. I wonder if you can guide me to where the caching function is implemented in the dataplane? and can it be used for storing real packets?
thanks. how did you compile and run the controller, did you use the cli or eclipse? also I compiled the dataplane folder (install mininet, pofswitch, ccnx) but when I'm trying to start mininet it give me an error message "give up after 3 tries" so the issue is that the switch couldn't connect to the hosts because it was unable to create the links between them, so I know the problem but I couldn't figure out how to solve it, do you have any suggestions ?
Hi in this line of sdccn-controller code https://github.com/sergiocharpineljr/SDCCN-Controller/blob/master/POFController/src/main/java/br/ufes/inf/sergio/POFCCNxListener.java#L161 you put the value "01d2" to identify the interest packet and the value "0482" to identify the data packet so what are these values came from? is there any reference to it?