hello,everyone. I am a new comer of openflow, now i want to use the mobilevms 
app, but my branch of NOX is destiny, i need to convert the meta.xml to 
meta.json, because the old version of NOX uses meta.xml to describe the 
compenents, but the NOX destiny uses meta.json to describe the compenents. i 
also konw that the nox-convert-meta.py script(in src/scripts) is meant for 
doing this, but i do not konw how to use it , anyone who can help me,thank you 
very much. It is better to show the output of the meta.json for mobilevms.The 
attachment is meta.xml file for mobilevms. Look forward to hear form you~
 best  wishes
                                                                               
wang jian
                                                                   on Wednesday 
, Ocotober 26, 2011
<?xml version="1.0" encoding="UTF-8"?>
<components:components xmlns:components="http://www.noxrepo.org/components.xsd";>
  <component>
    <name>mobilevms</name>
    <dependency>
      <name>python</name>
    </dependency>
    <dependency>
      <name>pyrouting</name>
    </dependency>
    <dependency>
      <name>pyauthenticator</name>
    </dependency>
    <python>nox.netapps.mobilevms.mobilevms</python>
  </component>
  <component>
    <name>basicrouting</name>
    <dependency>
      <name>pyrouting</name>
    </dependency>
    <dependency>
      <name>authenticator</name>
    </dependency>
    <dependency>
      <name>broadcast_resolve</name>
    </dependency>
    <python>nox.netapps.mobilevms.basicrouting</python>
  </component>
</components:components>
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to