https://github.com/opencomputeproject/ocp-odei
https://github.com/opencomputeproject/ocp-odei
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencomputeproject/ocp-odei
- Owner: opencomputeproject
- Created: 2025-01-09T16:00:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T19:40:56.000Z (about 1 year ago)
- Last Synced: 2025-02-15T20:26:54.917Z (about 1 year ago)
- Language: TeX
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.