From cfb6733d8d16c0f0aa2af324d63b167ea5d9611d Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:42:39 +0200 Subject: [PATCH] removed ToC from the readme --- README.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/README.md b/README.md index c742888..0c7c7fd 100644 --- a/README.md +++ b/README.md @@ -4,46 +4,3 @@ This repository contains the specification describing it exhaustively, from top to bottom. It is still a work in progress, meaning that this repository is meant to be updated now and then. After a few years of development, almost all of the changes are just to supplement the specification with new functions or improve the document. The specification can be conveniently browsed [here](https://spec.m17project.org/). - -# Table of contents -**Part I - Air Interface** -* M17 RF Protocol: Summary -* Glossary -* Physical Layer - * 4FSK generation - * Preamble - * Bit types - * Error correction coding schemes and bit type conversion -* Data Link Layer - * Stream Mode - * Packet Mode - * BERT Mode -* Application Layer - * Amateur Radio Voice Application - * Packet Application - -**Part II - Internet Interface** -* M17 Internet Protocol (IP) Networking - * Standard IP Framing - * Control Packets - -**Appendix** -* Address Encoding - * Callsign Encoding: base40 - * Callsign Formats -* Randomizer sequence -* Convolutional Encoder -* Golay Encoder -* Code Puncturing -* Interleaving -* BERT Details -* KISS Protocol - * References - * Glossary - * M17 Protocols - * KISS Basics - * Packet Protocols - * Stream Protocol - * Mixing Modes - * Implementation Details -* File Formats