This repository hosts the code for Global Name Service, a highly scalable global name service. The MobilityFirst architecture describes why GNS is a critical component of a secure, mobility-friendly next-generation Internet.
Command | Action |
---|---|
ant [jar] | compile and generate jar binaries |
ant test | run tests |
ant runtest -Dtest=<test_name> | run a specific test |
ant clean | clean the build environment |
ant doc | generate javadoc |
Feel free to raise pull requests. Make sure you follow our coding standards and guidelines.