-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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)
There is currently only the OpenOS Build-Set of all 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