Wykres commitów

440 Commity (main)

Autor SHA1 Wiadomość Data
Steve Miller 59a28ac50d
Merge pull request #113 from M17-Project/main
Sync QA with main
2022-06-23 11:50:49 -04:00
Steve Miller e649b6793b
Merge pull request #112 from robojay/application_layer
Fixed typo, add table number and !!! Incomplete !!! warning in Packet…
2022-06-23 11:49:51 -04:00
Jay Francis c9d3efdccd Fixed typo, add table number and !!! Incomplete !!! warning in Packet Application, corrected Welcome links to Application Layer 2022-06-23 10:34:54 -04:00
Steve Miller 731fc757d5
Merge pull request #111 from robojay/application_layer
Extensive application layer work
2022-06-22 21:29:37 -04:00
Steve Miller 06fc645834
Merge pull request #110 from robojay/figures_and_tables
Corrected table and figure numbers
2022-06-22 21:28:40 -04:00
Jay Francis 1a1fa9b3a5 Extensive application layer work 2022-06-22 15:24:15 -04:00
Jay Francis b97f8af072 Corrected table and figure numbers 2022-06-22 10:32:38 -04:00
Steve Miller 2e0fa23202
Update docs.md
Spelling error
2022-06-21 14:51:41 -04:00
Steve Miller cb80646e58
Merge pull request #109 from M17-Project/QA
QA Merge to main
2022-06-21 14:12:00 -04:00
Wojciech Kaczmarski 9be5620964
Merge pull request #108 from robojay/ka1pqk-phy
Address Encoding Appendix overhaul, typo fixes
2022-06-19 17:31:54 +02:00
Jay Francis 4869b15284 Address Encoding Appendix overhaul, typo fixes 2022-06-19 08:01:00 -04:00
Steve Miller 9e95652433
Merge pull request #107 from robojay/ka1pqk-phy
Extensive changes to fold in ECC/FEC information across frame types
2022-05-18 15:28:52 -04:00
robojay f228f98c46 Extensive changes to fold in ECC/FEC information across frame types
This is a major update to document the ECC/FEC processing flows.

Specific details of the various elements have been moved to sections in the Appendix, and stated succinctly in the main body of the spec.

Some work on the application layer has been started (work in progress).

The Data Link Layer should be in relatively good shape now.
2022-05-18 10:12:34 -04:00
Steve Miller c843dc2262
Merge pull request #106 from robojay/ka1pqk-phy
Remove two BERT SVG files that had cross site links in them
2022-05-10 10:22:09 -04:00
Jay Francis e6eb08b806 Remove two BERT SVG files that had cross site links in them 2022-05-09 21:59:29 -04:00
Steve Miller 96be155ecf
Merge pull request #105 from robojay/ka1pqk-phy
BERT Mode reformat for grav
2022-05-09 20:17:39 -04:00
Jay Francis f57af5abcf BERT Mode Cleanup
Reformats the math, tables, and figures into grav form.  Still needs work to make consistent with other
sections, notably work in the error correction section (once an overall error correction wording style is
finalized).
2022-05-02 16:27:00 -04:00
Jay Francis e70c896543
Merge branch 'M17-Project:main' into ka1pqk-phy 2022-05-02 15:26:28 -04:00
Steve Miller dc8d6a508e
Merge pull request #104 from robojay/ka1pqk-phy
Part II becomes Internet Interface, Codeplug is moved to Appendix
2022-04-22 16:04:47 -04:00
Jay Francis 3c4625b5ce Merge branch 'ka1pqk-phy' of github.com:robojay/M17_spec into ka1pqk-phy 2022-04-22 09:19:28 -04:00
Jay Francis 53004e5a25 Removed Codeplug 2022-04-22 09:18:48 -04:00
Jay Francis 1a131d4bcd
Merge pull request #1 from M17-Project/QA
Merge from QA
2022-04-21 19:37:42 -04:00
Jay Francis f9be65eb51 Moves IP networking to Part II. Moves Codeplug from Part II to the Appendix. Fixes some
links.
2022-04-21 19:33:50 -04:00
Steve Miller 098d77366a
Merge pull request #103 from M17-Project/kc1awv-patch-2
Update chapter.md
2022-04-21 07:00:30 -04:00
Steve Miller 90cbcd071d
Update chapter.md
Format Appendix cover to be same as other chapters.
2022-04-21 06:59:24 -04:00
Steve Miller bf3360abd7
Merge pull request #101 from robojay/ka1pqk-phy
Begin the rewrite/re-org fun
2022-04-20 13:55:36 -04:00
Steve Miller 7292737d3d
Merge pull request #102 from M17-Project/QA
Qa
2022-04-20 13:55:06 -04:00
kc1awv 3fe7b72508 (Grav GitSync) Automatic Commit from kc1awv 2022-04-20 17:54:14 +00:00
Jay Francis 5420168d07 Merge branch 'ka1pqk-phy' of github.com:robojay/M17_spec into ka1pqk-phy 2022-04-20 11:52:03 -04:00
Jay Francis 594413c5af extensive rewrites/re-org in process, no functional changes 2022-04-20 11:51:44 -04:00
kc1awv 52759f5b1b (Grav GitSync) Automatic Commit from kc1awv 2022-04-19 11:52:58 +00:00
GitSync e19d10537f Merge branch 'QA' of https://github.com/M17-Project/M17_spec into QA 2022-04-19 11:51:02 +00:00
kc1awv 52125559ce (Grav GitSync) Automatic Commit from kc1awv 2022-04-19 11:51:00 +00:00
Jay Francis a083c085b3
Set theme jekyll-theme-slate 2022-04-15 11:10:49 -04:00
Jay Francis 476151a34b Updates what consitutes a transmission, fixes data reference, adds CSMA
A transmission can be composed of multiple Sync Burst + Data intervals.
The wording now makes that clear and a graphic is added to help.

Data bits do not have to be in byte multiples.  There are cases where
higher layers use extra bits to flush encoders, etc.  The Physical Layer
will not define the number or organization of the data bits.  However,
they do need to be in pairs for THIS physical layer, since we're using
4FSK (2 bits per symbol).

The Randomizer section was rewritten to deal with data as bits and not
bytes.

CSMA was moved from the Data Link layer to the Physical layer, and
worded in a generic form so that higher layers can set the parameters
and determine the cases when CSMA is required.
2022-04-02 09:51:51 -04:00
Jay Francis 5707886efc Clarifies randomizer pseudorandom source bytes and process 2022-03-31 09:03:56 -04:00
Jay Francis 3ba1902b54 image adjustment 2022-03-24 19:41:42 -04:00
Jay Francis f69621c9ff Adds physical layer diagram
Clarifies details about the upsampler and RRC filter.
2022-03-24 19:29:47 -04:00
Jay Francis 315b5acfb5 Edits to Physical Layer
A heavier hand was taken in moving items from the physical layer to the
data link layer.  The physical layer wording has been revised to
(hopefully) minimize or eliminate references to the data link layer.

One exception is in the text of sync burst.  It is mentioned that the
data link layer may utilize different sync burst codings to identify the
type of data to follow.
2022-03-24 16:42:31 -04:00
Jay Francis 26c65f56b1 Begins reorganization of Physical and Data Link Layers
This is a work in progress.  Items not part of the actual Physical layer have been moved
to placeholder spots in the Data Link Layer document.  A first pass at Physical layer reordering,
slight rewording, and an attempt to use consistent formatting (especially with bytes and symbols).
2022-03-22 22:06:08 -04:00
Wojciech Kaczmarski 933e260c13
Merge pull request #100 from sp5wwp/main
Preamble update
2022-03-22 10:46:59 +01:00
Wojciech Kaczmarski 23a3b65994
Update docs.md 2022-03-22 10:45:40 +01:00
Wojciech Kaczmarski 0c889f0e18
Update docs.md 2022-03-22 10:44:16 +01:00
Wojciech Kaczmarski 19f7c4e3b2
Merge pull request #99 from robojay/ka1pqk-file-details
Change file extension .rf to .dev
2022-03-18 08:31:06 +01:00
Jay Francis 3a50d54035
Merge branch 'M17-Project:main' into ka1pqk-file-details 2022-03-16 08:59:48 -04:00
Jay Francis 76560ec5f9 changes rf file extension to dev 2022-03-16 08:58:46 -04:00
Wojciech Kaczmarski 05f8e933fc
Merge pull request #98 from wgaylord/ip_docs_remove_lich_crc
Fix LICH CRC having been included in the bit count.
2022-03-11 18:04:11 +01:00
William Gaylord 8759355ae5
Fix LICH CRC having been included in the bit count.
Based of current implementations and history of the protocol the LICH CRC appeared to have been accidentally counted in the bits.
2022-03-11 10:57:20 -06:00
Wojciech Kaczmarski 314516ad1b
Merge pull request #97 from robojay/ka1pqk-file-details
Add definitions for file extensions
2022-03-11 08:56:53 +01:00
Jay Francis eed921ba61 minor cleanup 2022-03-10 22:33:43 -05:00