Skip to content

Overview

SAKURAI Hitohiro edited this page Feb 18, 2022 · 44 revisions

Purpose of This Document

The Developer's Guide is a guideline for those who want to participate the OSS development. There are two clear objectives: (1) One is to share the development procedure for efficient and quality oriented OSS development, and (2) the another is to help you understand Mata Elang specifications and its support community. It is desirable to use this guide to facilitate mutual understanding between participants and the community, to make easy to join the community, and to contribute of improvement of Mata Elang as an OSS product.

Background

Mata Elang was initialized as a private repository in 2018 by LabJarkom C307 - PENS (Politeknik Elektronika Negeri Surabaya). In 2018, the Project for Human Resources Development for Cyber Security Professionals, which is implemented by UI (University of Indonesia) and JICA (Japan International Cooperation Agency) from 2019 to 2024, decided to fork the Mata Elang from the original and to develop it having the same quality as the market product in cooperation with PENS. The forked version stored in this repository is called the "Mata Elang Stable version" and provides long-term support to users. On the other hand, the original version is called the "Mata Elang R&D version" to distinguish between them and is developed for the research and study purpose. The purpose of "Mata Elang Stable version" is to provide IDS to those who need small-scale IDS for free, and anyone can use it.

Mata Elang Community

The Mata Elang community is a society of Mata Elang committee, project and users. The committee is the management body of Mata Elang Stable version and has a responsibility of release planning, decision-making and public relations. The project as an implementation body consist of three roles; a project leader, committers and developers/contributors. The project leader has a responsibility of the active control of the project. The committers are in charge of quality assurance, documentation and user support.

The community is the project committee as a management body. The following table shows the respective roles of the people in the MataElang community.

image

1. Defining the roles of the people involved

Name Explanation
UI-PENS Mata Elang Steering Committee​ Develop a stable version of Mata Elang and release it to the target users.​
Promote the use of Mata Elang to relevant parties and support its deployment.​
Project Leader - Responsible for active control of the project​
- Interface between the committee and the project, and has the accountability of the project​
Committers - Having written access to the code repository​
- Responsible for the quality assurance, documentation, and user support​
- Having a signed agreement regarding intellectual property​
Developers / Contributors Contributing to the project in the form of code or documentation​
Users Using a protected subnet which is monitored by Mata Elang

>> Back to HOME