If you’d like to contribute code to the INET Framework, this page exists to help you get started.
INET is developed using the git revision control system, with the repository hosted at GitHub (details).
New to git? Read about it on its website, from the GitHub help, or try it hands-on in a terminal.
We recommend the following workflow:
Create an account on GitHub, and fork the INET project to create your own version. Clone the new repository to your computer.
Create a new topic branch for your changes by branching the master
(stable) branch.
Commit your changes into your topic branch.
master
branch.When you are ready to submit your changes, send us a pull request on GitHub.
If the original branch (i.e. master
) has moved on in the meantime,
you should rebase your topic branch on top of it.
Pages under the Development menu give you general guidance on other topics.