Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more dumps for PJON-PJDL plus stacked protocol ModuleInterface #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions moduleinterface/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
-------------------------------------------------------------------------------
ModuleInterface protocol stacked on top of the PJON protocol.
-------------------------------------------------------------------------------

The ModuleInterface protocol allows for easy programming of IoT modules with
automatic synchronization of settings, inputs and outputs to/from a master,
including http and mqtt connectors for easy interoperability and cooperation
with other automation systems.
It is stacked on top of the PJON protocol stack.

This is a collection of example ModuleInterface communication using the PJON
strategy PJDL.

ModuleInterface project: https://www.github.com/fredilarsen/moduleinterface/
PJON project home page: https://www.pjon.org/

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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pjon/pjdl/pjon-pjdl-long-preamble.sr
Binary file not shown.