Skip to content
stjohnd edited this page Jun 5, 2018 · 2 revisions

Reminder: This is NOT the official GERT software repo. That can be found here: https://github.com/GlobalEmpire/GERT

This is a collection of How-to pages and Specifications about how the code here is used, and requirements of the different layers.

Following is a description of the Build-Sets (OS the code was built for) and Units (Collections of code for a purpose)

Software Build-Sets

There is currently only the OpenOS Build-Set of all software units

Software Units

The current Software Units, and their direct dependancies are:

Media Abstraction: Drivers and transmission media control
--Technically Standalone

Core: Route resolution and overall control, the main network IP stack
--Implements Media Abstraction

ICMP: The Control Message Suite, defines the message types and how to implement
--Depends on Core

DHCP: The Dynamic Host Configuration Suite, defines client and server behavior
--Depends on Core, Media Abstraction

Client APIs: Libraries such as UDP, which should only loosely relate to other Units --Depends on Core, can implement ICMP

Clone this wiki locally