Code/contributing
From N4C
Contents |
Overview
This document briefly describes how to get involved with N4C development. Note that this code base is likely to still be largely in flux.
Contribution Process
Anonymous hg access to the repository is available to participants of the the N4C project. To gain access for checkins via ssh access requires permission. Send email to Alex McMahon <alex.mcmahon@cs.tcd.ie> if you're interested in contributing.
Coding Conventions
In the interest of overall clarity and consistency, we have adopted the following conventions for the implementation. Please follow them in your extensions:
- Please be consistent. When modifying code, follow the conventions of the code around you.
Testing
There is an extensive set of unit tests and system tests in the test/ directories of both DTN2 and oasys, as well as a suite of test utilities in the test-utils directories of both.
