Difference between revisions of "GSOC2022ContributorGuide"

From Nsnam
Jump to: navigation, search
(Changes for 2022)
(How to apply)
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<blockquote style="padding: 2em ">
 
<blockquote style="padding: 2em ">
  
* [[GSOC2022StudentGuide |ns-3's GSoC Student guide]]
+
* [[GSOC2022ContributorGuide |ns-3's GSoC contributor guide]]
 
* [[GSOC2022Projects |GSoC 2022 project ideas page]]
 
* [[GSOC2022Projects |GSoC 2022 project ideas page]]
* [[GSOC2022StudentApplicationTemplate | GSoC Student application template]]
+
* [[GSOC2022ApplicationTemplate | GSoC contributor application template]]
 
* [[Summer_Projects | List of past summer projects]]
 
* [[Summer_Projects | List of past summer projects]]
 
* ''Get in contact with the ns-3 team'': [http://mailman.isi.edu/mailman/listinfo/ns-developers ns-developers mailing list] | ''Chat'' https://ns-3.zulipchat.com
 
* ''Get in contact with the ns-3 team'': [http://mailman.isi.edu/mailman/listinfo/ns-developers ns-developers mailing list] | ''Chat'' https://ns-3.zulipchat.com
Line 11: Line 11:
 
= Guidelines =
 
= Guidelines =
  
This webpage highlights the expectations and requirements for student applicants for ns-3's Google Summer of Code (GSoC) 2022 effort.<br/>
+
This webpage highlights the expectations and requirements for applicants for ns-3's Google Summer of Code (GSoC) 2022 effort.<br/>
  
 
== Changes for 2022 ==
 
== Changes for 2022 ==
Line 21: Line 21:
 
1) No more than two students from the same academic institution will be selected.
 
1) No more than two students from the same academic institution will be selected.
  
2) The primary mentor of a project may not be from the same academic institution as the student, nor otherwise serving in an academic supervisory role for the student.  This rule is to avoid the use of GSoC as a means to further an already existing academic project (such projects may span multiple institutions), and to avoid conflicts of interest.
+
2) For student applicants, the primary mentor of a project may not be from the same academic institution as the student, nor otherwise serving in an academic supervisory role for the student.  This rule is to avoid the use of GSoC as a means to further an already existing academic project (such projects may span multiple institutions), and to avoid conflicts of interest.
  
3) Previous ns-3 GSoC students may reapply for a second year of GSoC with ns-3; this is allowed by Google's rules.  However, new applicants will be preferred over previous applicants, since a main purpose of GSoC is to help bring new participants into the project.  Past GSoC students are encouraged to become mentors rather than repeat students.
+
3) Previous ns-3 GSoC participants may reapply for a second year of GSoC with ns-3; this is allowed by Google's rules.  However, new applicants will be preferred over previous applicants, since a main purpose of GSoC is to help bring new participants into the project.  Past GSoC participants are encouraged to become mentors rather than repeat contributors.
  
 
== Project Expectations ==
 
== Project Expectations ==
Line 29: Line 29:
 
The ns-3 team is looking for three things from every successful GSoC project:
 
The ns-3 team is looking for three things from every successful GSoC project:
 
* Developing code that can be incorporated back into the main codebase, useful to future users.
 
* Developing code that can be incorporated back into the main codebase, useful to future users.
* Mentoring students that will remain part of the team and contribute to the ns-3 effort even *after* GSoC ends. That is, we're looking for long-term contributors and maintainers for the project.
+
* Mentoring contributors that will remain part of the team and contribute to the ns-3 effort even *after* GSoC ends. That is, we're looking for long-term contributors and maintainers for the project.
* Providing GSOC students with experience and ideas that will be useful to them in their careers.
+
* Providing GSOC contributors with experience and ideas that will be useful to them in their careers.
  
== Student Expectations ==
+
== Contributor Expectations ==
  
* At the beginning of the program, the student will be required to provide a detailed plan of work covering the duration of GSoC.  This should be developed with the help of the mentor. Students will have to setup a wiki page for their project, and cover important aspects of their proposal's design, the strategy to implement it, a list of deliverables, and lastly, update the wiki page as and when each milestone is achieved. This page along with the code repository allows the community to keep track of the student's efforts.
+
* At the beginning of the program, the contributor will be required to provide a detailed plan of work covering the duration of GSoC.  This should be developed with the help of the mentor. Contributors will have to setup a wiki page for their project, and cover important aspects of their proposal's design, the strategy to implement it, a list of deliverables, and lastly, update the wiki page as and when each milestone is achieved. This page along with the code repository allows the community to keep track of the contributor's efforts.
* The student will be expected to produce mergeable code (either merged completely at the end of the project, partially at the end of the project, or not merged yet but with no major roadblocks foreseen to merge shortly after the program ends).
+
* The contributor will be expected to produce mergeable code (either merged completely at the end of the project, partially at the end of the project, or not merged yet but with no major roadblocks foreseen to merge shortly after the program ends).
* The student will be expected to follow ns-3 design guidelines (follow coding style, write tests, documentation).
+
* The contributor will be expected to follow ns-3 design guidelines (follow coding style, write tests, documentation).
* Students are required to submit weekly reports on the mailing list, covering the progress they've made or the obstacles they've run into. This will help the community keep track of the student's efforts, and help as needed.
+
* Contributors are required to submit weekly reports on the mailing list, covering the progress they've made or the obstacles they've run into. This will help the community keep track of the contributor's efforts, and help as needed.
* The student will have his or her code reviewed by the ns-3 community. The reviews will be taken prior to the Google evaluations and will look at issues such as scope, public API, test plan, and open issues. All students will be briefed on a checklist of things to prepare for these reviews. Between these reviews, mentors will periodically (at least weekly) review the student's output and will provide guidance where needed, and track this progress in a public place such as a wiki entry or the mailing list.
+
* The contributor will have his or her code reviewed by the ns-3 community. The reviews will be taken prior to the Google evaluations and will look at issues such as scope, public API, test plan, and open issues. All contributors will be briefed on a checklist of things to prepare for these reviews. Between these reviews, mentors will periodically (at least weekly) review the contributor's output and will provide guidance where needed, and track this progress in a public place such as a wiki entry or the mailing list.
* If a student drops the project before the GSoC program ends, is under-performing, or isn't communicating enough with the mentor and development team, he or she will not be passed (will not receive final payment from Google).
+
* If a contributor drops the project before the GSoC program ends, is under-performing, or isn't communicating enough with the mentor and development team, he or she will not be passed (will not receive final payment from Google).
  
 
== Expected Background ==
 
== Expected Background ==
  
 
ns-3 development typically requires proficiency in C++ and a debugger such as gdb or ddd.
 
ns-3 development typically requires proficiency in C++ and a debugger such as gdb or ddd.
It is also required that the student knows how to use GIT (at least forks, branches, merge requests), as ns-3 usses git for most of its development.
+
It is also required that the contributor knows how to use GIT (at least forks, branches, merge requests), as ns-3 usses git for most of its development.
 
The valgrind suite of tools, and a system profiler such as oprofile, are typically useful.  Python may be necessary for some projects dealing with the build system or that involve using Python to integrate ns-3 with other programs, but is generally an optional component. Domain knowledge of the components pertaining to the project is also expected.
 
The valgrind suite of tools, and a system profiler such as oprofile, are typically useful.  Python may be necessary for some projects dealing with the build system or that involve using Python to integrate ns-3 with other programs, but is generally an optional component. Domain knowledge of the components pertaining to the project is also expected.
  
 
== Application Development ==
 
== Application Development ==
  
In years past, many students have tried to work privately with a mentor to develop their applications, sending many private PMs and emails.  This is understandable because GSoC is a competitive process, but by working this way, the rest of the mentors and the ns-3 community do not have an opportunity to learn about the applicant, and private communication can be considered as possibly an unfair advantage.  In an open source project, it is more preferable to work in public as much as possible.  Therefore, some mentors may decline to help applicants in private with their application, and only respond to requests in public forums such as Zulip chat or the developers mailing list.
+
In years past, many prospective applicants have tried to work privately with a mentor to develop their applications, sending many private PMs and emails.  This is understandable because GSoC is a competitive process, but by working this way, the rest of the mentors and the ns-3 community do not have an opportunity to learn about the applicant, and private communication can be considered as possibly an unfair advantage.  In an open source project, it is more preferable to work in public as much as possible.  Therefore, some mentors may decline to help applicants in private with their application, and only respond to requests in public forums such as Zulip chat or the developers mailing list.
  
 
== The Selection Process ==
 
== The Selection Process ==
  
Selection of students for GSoC will be competitive.  Acceptance ratios are low (typically in the range of 10-25%) and the applications that are selected are very well developed.  
+
Selection of contributors for GSoC will be competitive.  Acceptance ratios are low (typically in the range of 10-25%) and the applications that are selected are very well developed.  
  
The students will be selected by a selection committee which will consist of the candidate mentors. Other mentors can participate in the application development phase and provide input to the final evaluations.  Students projects will be evaluated and scored according to the following criteria: <br/>
+
The contributors will be selected by a selection committee which will consist of the candidate mentors. Other mentors can participate in the application development phase and provide input to the final evaluations.  Applications will be evaluated and scored according to the following criteria: <br/>
  
*1) Overall technical quality of application, including whether the project seems feasible and properly scoped, whether the student appears knowledgeable about ns-3, C++, the models that are being proposed, sample code submitted, and the project plan including proposed milestones.
+
*1) Overall technical quality of application, including whether the project seems feasible and properly scoped, whether the contributor appears knowledgeable about ns-3, C++, the models that are being proposed, sample code submitted, and the project plan including proposed milestones.
 
*2) Availability of a mentor for the suggested project.
 
*2) Availability of a mentor for the suggested project.
 
*3) Impact and relevance to future users of ns-3? (e.g. does the proposed project support an active field of research? Are results of the project broadly applicable? Does it bring unique capabilities to ns-3?)
 
*3) Impact and relevance to future users of ns-3? (e.g. does the proposed project support an active field of research? Are results of the project broadly applicable? Does it bring unique capabilities to ns-3?)
Line 66: Line 66:
 
== Where to begin ==
 
== Where to begin ==
  
Students are expected to have worked through [https://www.nsnam.org/docs/release/3.35/tutorial/html/index.html the ns-3 tutorial] and to have read through and executed the code in their areas of interest.
+
Contributors are expected to have worked through [https://www.nsnam.org/docs/release/3.35/tutorial/html/index.html the ns-3 tutorial] and to have read through and executed the code in their areas of interest.
  
 
If you need help with ns-3, you can contact the ns-3 community (either through the mail or Zulip). You can, and indeed you are encouraged to, interact with the ns-3 community as soon as you can, even before the GSoC period,
 
If you need help with ns-3, you can contact the ns-3 community (either through the mail or Zulip). You can, and indeed you are encouraged to, interact with the ns-3 community as soon as you can, even before the GSoC period,
  
The [[GSOC2022Projects | project ideas]] that we list are starting points for students to develop further, with help from mentors, but we are not going to provide a specific checklist or plan; that is for applicants to develop.  We are also open to ideas not found on the list; if you are excited to work on something specific, let us know and we will give you some feedback on it.
+
The [[GSOC2022Projects | project ideas]] that we list are starting points for contributors to develop further, with help from mentors, but we are not going to provide a specific checklist or plan; that is for applicants to develop.  We are also open to ideas not found on the list; if you are excited to work on something specific, let us know and we will give you some feedback on it, and check whether there is someone available to mentor the project.
  
The best applications are provided by students who have a desire to accomplish specific goals in the project (usually aligned with their own research or interests outside of GSoC), who can articulate an understanding of the issues involved, who get involved with mentors during the application process to help refine the application, and who provide some evidence that they have a reasonable plan and the coding skills to make progress on the goals.
+
The best applications are provided by contributors who have a desire to accomplish specific goals in the project (usually aligned with their own research or interests outside of GSoC), who can articulate an understanding of the issues involved, who get involved with mentors during the application process to help refine the application, and who provide some evidence that they have a reasonable plan and the coding skills to make progress on the goals.
  
 
After you decide which ideas you would like to explore, join the [http://mailman.isi.edu/mailman/listinfo/ns-developers development mailing list] or enter the ns-3 room on Zulip chat to discuss ideas with us.
 
After you decide which ideas you would like to explore, join the [http://mailman.isi.edu/mailman/listinfo/ns-developers development mailing list] or enter the ns-3 room on Zulip chat to discuss ideas with us.
Line 82: Line 82:
 
== How to apply ==
 
== How to apply ==
  
Students apply directly to Google; for more information on how to apply, please look at the [https://summerofcode.withgoogle.com/ Google program site].
+
Contributors apply directly to Google; for more information on how to apply, please look at the [https://summerofcode.withgoogle.com/ Google program site].
  
While students are encouraged to discuss their technical plans with potential mentors on the ns-developers list, they are under no obligation to share their application details on the list.
+
While contributors are encouraged to discuss their technical plans with potential mentors on the ns-developers list, they are under no obligation to share their application details on the list.
  
== Student benefits ==
+
The application format is not fixed. However, we warmly suggest to follow this [https://www.nsnam.org/wiki/GSOC2022ApplicationTemplate Application Template], as it will make it easier to evaluate your proposals.
  
 +
== Contributor benefits ==
 
* GSoC is an excellent opportunity to gain experience working on an open source project.
 
* GSoC is an excellent opportunity to gain experience working on an open source project.
 
* Working with the ns-3 project will allow you to improve your networking knowledge, C++ skills and to be in contact with a highly skilled team of developers and user group.
 
* Working with the ns-3 project will allow you to improve your networking knowledge, C++ skills and to be in contact with a highly skilled team of developers and user group.
Line 94: Line 95:
 
== A piece of advice ==
 
== A piece of advice ==
  
Based on the ns-3 team's experiences in the previous Google Summer of Code programmes, the most important factor in the success of an application and project is communication. That process begins in the application phase. Without joining the [http://mailman.isi.edu/mailman/listinfo/ns-developers mailing list] and initiating a discussion of your ideas, it is unlikely that your application will be complete or rich enough to be competitive.  Please feel free to discuss your proposed technical approach, plan, and other factors on the mailing list while developing your application. In addition to helping you develop the necessary details, focus, and priorities to write a good application, this will also demonstrate your commitment and willingness to dedicate time to the effort. During the program, every student is expected to communicate regularly with their mentor, announce weekly updates of their projects and participate on the [http://mailman.isi.edu/mailman/listinfo/ns-developers development mailing list] and discuss their work over chat.
+
Based on the ns-3 team's experiences in the previous Google Summer of Code programmes, the most important factor in the success of an application and project is communication. That process begins in the application phase. Without joining the [http://mailman.isi.edu/mailman/listinfo/ns-developers mailing list] and initiating a discussion of your ideas, it is unlikely that your application will be complete or rich enough to be competitive.  Please feel free to discuss your proposed technical approach, plan, and other factors on the mailing list while developing your application. In addition to helping you develop the necessary details, focus, and priorities to write a good application, this will also demonstrate your commitment and willingness to dedicate time to the effort. During the program, every contributor is expected to communicate regularly with their mentor, announce weekly updates of their projects and participate on the [http://mailman.isi.edu/mailman/listinfo/ns-developers development mailing list] and discuss their work over chat.
  
= Student guidelines =
+
= Contributor guidelines =
  
These guidelines are for students working on ns-3 summer of code projects.
+
These guidelines are for contributors working on ns-3 summer of code projects.
  
 
== Goals ==
 
== Goals ==
Line 104: Line 105:
 
This is a program for you to develop and merge code to ns-3.  Your mentors will help guide you through the many steps required to position yourself for a successful final review and merge.  While writing code is the main activity, it must be supported by good documentation, good examples, tests, and good communications with the rest of the project.
 
This is a program for you to develop and merge code to ns-3.  Your mentors will help guide you through the many steps required to position yourself for a successful final review and merge.  While writing code is the main activity, it must be supported by good documentation, good examples, tests, and good communications with the rest of the project.
  
== Guidelines for accepted students ==
+
== Guidelines for accepted contributors ==
  
 
Here is a brief checklist of things you should try to familiarize yourself with.
 
Here is a brief checklist of things you should try to familiarize yourself with.

Revision as of 16:42, 17 April 2022

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

Guidelines

This webpage highlights the expectations and requirements for applicants for ns-3's Google Summer of Code (GSoC) 2022 effort.

Changes for 2022

Google has announced some program changes for 2022. One of the main changes has been opening up the program to non-students. Another one is the more flexible timeline and project size categories.

In addition, the ns-3 project has clarified three of its own internal GSoC policies:

1) No more than two students from the same academic institution will be selected.

2) For student applicants, the primary mentor of a project may not be from the same academic institution as the student, nor otherwise serving in an academic supervisory role for the student. This rule is to avoid the use of GSoC as a means to further an already existing academic project (such projects may span multiple institutions), and to avoid conflicts of interest.

3) Previous ns-3 GSoC participants may reapply for a second year of GSoC with ns-3; this is allowed by Google's rules. However, new applicants will be preferred over previous applicants, since a main purpose of GSoC is to help bring new participants into the project. Past GSoC participants are encouraged to become mentors rather than repeat contributors.

Project Expectations

The ns-3 team is looking for three things from every successful GSoC project:

  • Developing code that can be incorporated back into the main codebase, useful to future users.
  • Mentoring contributors that will remain part of the team and contribute to the ns-3 effort even *after* GSoC ends. That is, we're looking for long-term contributors and maintainers for the project.
  • Providing GSOC contributors with experience and ideas that will be useful to them in their careers.

Contributor Expectations

  • At the beginning of the program, the contributor will be required to provide a detailed plan of work covering the duration of GSoC. This should be developed with the help of the mentor. Contributors will have to setup a wiki page for their project, and cover important aspects of their proposal's design, the strategy to implement it, a list of deliverables, and lastly, update the wiki page as and when each milestone is achieved. This page along with the code repository allows the community to keep track of the contributor's efforts.
  • The contributor will be expected to produce mergeable code (either merged completely at the end of the project, partially at the end of the project, or not merged yet but with no major roadblocks foreseen to merge shortly after the program ends).
  • The contributor will be expected to follow ns-3 design guidelines (follow coding style, write tests, documentation).
  • Contributors are required to submit weekly reports on the mailing list, covering the progress they've made or the obstacles they've run into. This will help the community keep track of the contributor's efforts, and help as needed.
  • The contributor will have his or her code reviewed by the ns-3 community. The reviews will be taken prior to the Google evaluations and will look at issues such as scope, public API, test plan, and open issues. All contributors will be briefed on a checklist of things to prepare for these reviews. Between these reviews, mentors will periodically (at least weekly) review the contributor's output and will provide guidance where needed, and track this progress in a public place such as a wiki entry or the mailing list.
  • If a contributor drops the project before the GSoC program ends, is under-performing, or isn't communicating enough with the mentor and development team, he or she will not be passed (will not receive final payment from Google).

Expected Background

ns-3 development typically requires proficiency in C++ and a debugger such as gdb or ddd. It is also required that the contributor knows how to use GIT (at least forks, branches, merge requests), as ns-3 usses git for most of its development. The valgrind suite of tools, and a system profiler such as oprofile, are typically useful. Python may be necessary for some projects dealing with the build system or that involve using Python to integrate ns-3 with other programs, but is generally an optional component. Domain knowledge of the components pertaining to the project is also expected.

Application Development

In years past, many prospective applicants have tried to work privately with a mentor to develop their applications, sending many private PMs and emails. This is understandable because GSoC is a competitive process, but by working this way, the rest of the mentors and the ns-3 community do not have an opportunity to learn about the applicant, and private communication can be considered as possibly an unfair advantage. In an open source project, it is more preferable to work in public as much as possible. Therefore, some mentors may decline to help applicants in private with their application, and only respond to requests in public forums such as Zulip chat or the developers mailing list.

The Selection Process

Selection of contributors for GSoC will be competitive. Acceptance ratios are low (typically in the range of 10-25%) and the applications that are selected are very well developed.

The contributors will be selected by a selection committee which will consist of the candidate mentors. Other mentors can participate in the application development phase and provide input to the final evaluations. Applications will be evaluated and scored according to the following criteria:

  • 1) Overall technical quality of application, including whether the project seems feasible and properly scoped, whether the contributor appears knowledgeable about ns-3, C++, the models that are being proposed, sample code submitted, and the project plan including proposed milestones.
  • 2) Availability of a mentor for the suggested project.
  • 3) Impact and relevance to future users of ns-3? (e.g. does the proposed project support an active field of research? Are results of the project broadly applicable? Does it bring unique capabilities to ns-3?)
  • 4) Participation and involvement in the community and with prospective mentors.

High scoring applicants may be asked to discuss their project details over email or chat. When the evaluation process concludes, the organization administrator will determine the highest ranking applicants and if there are close rankings or concerns, hold a meeting among selection committee members to resolve tiebreakers.

Where to begin

Contributors are expected to have worked through the ns-3 tutorial and to have read through and executed the code in their areas of interest.

If you need help with ns-3, you can contact the ns-3 community (either through the mail or Zulip). You can, and indeed you are encouraged to, interact with the ns-3 community as soon as you can, even before the GSoC period,

The project ideas that we list are starting points for contributors to develop further, with help from mentors, but we are not going to provide a specific checklist or plan; that is for applicants to develop. We are also open to ideas not found on the list; if you are excited to work on something specific, let us know and we will give you some feedback on it, and check whether there is someone available to mentor the project.

The best applications are provided by contributors who have a desire to accomplish specific goals in the project (usually aligned with their own research or interests outside of GSoC), who can articulate an understanding of the issues involved, who get involved with mentors during the application process to help refine the application, and who provide some evidence that they have a reasonable plan and the coding skills to make progress on the goals.

After you decide which ideas you would like to explore, join the development mailing list or enter the ns-3 room on Zulip chat to discuss ideas with us.

You are more likely to get help if you ask specific questions that demonstrate that you have tried to make progress on a topic. A question such as "I am interested in ns-3; can you tell me how to begin?", or one that just asks generically about a project idea (e.g. "I am interested in the project idea 'DSR RFC compliance' on the wiki; can you please guide me as to how to begin?") is not likely to generate helpful guidance. A better example of a question more likely to generate good feedback would be something like: "I have read the code in the DSR module, and run the examples, and I have reviewed the RFC. It seems to me that sections X, Y, and Z of the RFC are not aligned with the ns-3 model, and I also found some comments in the code that state that something is not supported yet. Can you give me some feedback about which of these features might be the most useful to prioritize?"

Please note that all first-time posters to the ns-developers list are moderated to filter out inappropriate posts, so don't be alarmed if your email does not immediately post to the list; it will within 24 hours.

How to apply

Contributors apply directly to Google; for more information on how to apply, please look at the Google program site.

While contributors are encouraged to discuss their technical plans with potential mentors on the ns-developers list, they are under no obligation to share their application details on the list.

The application format is not fixed. However, we warmly suggest to follow this Application Template, as it will make it easier to evaluate your proposals.

Contributor benefits

  • GSoC is an excellent opportunity to gain experience working on an open source project.
  • Working with the ns-3 project will allow you to improve your networking knowledge, C++ skills and to be in contact with a highly skilled team of developers and user group.
  • This is a great opportunity to contribute to our open source community.

A piece of advice

Based on the ns-3 team's experiences in the previous Google Summer of Code programmes, the most important factor in the success of an application and project is communication. That process begins in the application phase. Without joining the mailing list and initiating a discussion of your ideas, it is unlikely that your application will be complete or rich enough to be competitive. Please feel free to discuss your proposed technical approach, plan, and other factors on the mailing list while developing your application. In addition to helping you develop the necessary details, focus, and priorities to write a good application, this will also demonstrate your commitment and willingness to dedicate time to the effort. During the program, every contributor is expected to communicate regularly with their mentor, announce weekly updates of their projects and participate on the development mailing list and discuss their work over chat.

Contributor guidelines

These guidelines are for contributors working on ns-3 summer of code projects.

Goals

This is a program for you to develop and merge code to ns-3. Your mentors will help guide you through the many steps required to position yourself for a successful final review and merge. While writing code is the main activity, it must be supported by good documentation, good examples, tests, and good communications with the rest of the project.

Guidelines for accepted contributors

Here is a brief checklist of things you should try to familiarize yourself with.

  • ns-3-users forum. Please plan to read this list daily during your project. Please also try, from time to time, to answer questions that you feel comfortable answering. Soon you will have more expertise than many of the people posting questions to this list, and you can start to help share the load of answering questions for new users.
  • ns-developers mailing list. Please plan to read this list daily during your project. This will be the list where you communicate with the developers to get your code reviewed and merged.
  • wiki. Please read through the wiki. Contributions and edits are welcome, to fix stale information or to create new topics.
  • Test framework. Do you know how the test framework works? Can you write your own test code? Please read this documentation.
  • gdb and valgrind. Can you run your code through gdb and valgrind? Can you run your tests through that?
  • Coding style. Do you know how to format your code properly? Do you know how to run the auto-formatting program check-style.py? Have you added Doxygen properly? Please read here.
  • Code reviews. How to survive ns-3 code reviews.
  • Emulation. Did you know that you can test your code against real implementations (if applicable to your project)? Read more here.

Planning

Some advice:

  • Refine your plan of what you want to accomplish. The plan should start out slow with some low-risk, easy to accomplish milestones, and work towards harder milestones. It is really important to think and revisit these three issues:
    • Scope. What use cases should your code support, and what is specifically out of scope, when you are done with your project?
    • Usability. How do you expect users to use your code? What kind of API would users find the most natural and easiest to work with? Is it extensible by future developers?
    • Testing. How can you test that your code works as expected? What tests should your code pass when it is done?
  • Decompose your project into small mergeable chunks. A good workflow would be to code something new, test it, document it, post for review, and iterate. If you don't accomplish all of your technical goals because you run out of time, make sure that what you have done is mergeable (i.e. it is better to accomplish 50% of your goals, with documentation and testing completed, than 80% or 100% of your goals that does not have good documentation and testing. The latter will not be merged.)
  • Commit early, commit often. This will make it easier for your mentors to track your progress.