From 55a8021ad31e5b7e746dc71e9b71041920e62f17 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 22 Jun 2020 20:13:15 +0200 Subject: pjon/pjdl: add capture of minimal PJON frames over PJDL link layer The PJON protocol can use several link layers. These captures run on PJDL, demonstrate a minimal PJON frame (with TX info) and a response. And also contain a few exceptional conditions: Glitches in the signal, outside and inside of frames. Lack of recipient's response, too. The snippets were extracted from a capture that was Submitted-By: Julio Aguirre --- pjon/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pjon/README (limited to 'pjon/README') diff --git a/pjon/README b/pjon/README new file mode 100644 index 0000000..507bcd4 --- /dev/null +++ b/pjon/README @@ -0,0 +1,10 @@ +------------------------------------------------------------------------------- +PJON protocol stack, project homepage https://www.pjon.org/ +------------------------------------------------------------------------------- + +This is a collection of example PJON communication. Subdirectories contain +different types of communication (link layers, or setups). + +PJON protocol and PJDL link layer specs: +https://www.pjon.org/PJON-protocol-specification-v3.2.php +https://www.pjon.org/PJDL-specification-v4.1.php -- cgit v1.2.3-70-g09d2