# ocp-odei **Repository Path**: mirrors_opencomputeproject/ocp-odei ## Basic Information - **Project Name**: ocp-odei - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OCP - Open Atomic Ethernet (OAE) This repository serves as a collection of LaTeX documents and their compiled PDFs. The first document in this collection is **Metcalfe_Boggs**, a recreation of the foundational Ethernet paper. ## Getting Started To generate PDFs from the LaTeX source files, run the following script in the paper's root directory: ```sh ./compileall.sh ``` This script will compile each `.tex` file and produce the corresponding `.pdf` output. ## About `Metcalfe-Boggs` The `Metcalfe-Boggs` document is a LaTeX recreation of the influential paper: **"Ethernet: Distributed Packet Switching for Local Computer Networks"** by Robert M. Metcalfe and David R. Boggs, published in 1976. This paper introduced Ethernet, a pioneering local area network (LAN) technology that revolutionized computer networking. It described a method for enabling multiple computers to communicate efficiently over a shared medium using a system of packet-switching and carrier sense multiple access with collision detection (CSMA/CD). The work laid the foundation for modern wired networking and remains one of the most important contributions to computer science and telecommunications. ## Contributing If you'd like to contribute additional LaTeX documents, feel free to submit a pull request with your `.tex` file. Ensure that your document compiles correctly using `compileall.sh` before submitting.