Skip to content

Files

Latest commit

 

History

History
20 lines (12 loc) · 1002 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1002 Bytes

Introduction

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.

Building and running

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

Contributing

Feel free to raise pull requests. Make sure you follow our coding standards and guidelines.