subnet / PJON

Digital communication framework for Arduino and IOT :bird:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PJON ##PJON v4.2 PJON (Padded Jittering Operative Network) is an Arduino compatible, multi-master, multi-media communications bus system. It proposes a Standard and it is designed as a framework for digital communication. It is a valid alternative to i2c, 1-Wire, Serial and other Arduino compatible protocols. If you are interested to know more about the PJON Standard, visit the Wiki. If you need help see the documentation or if something is not working visit the Troubleshooting page. If you own a Saleae Logic Analyzer see saleae-pjon-protocol-analyzer crafted by Andrew Grande.

Video introduction Join the chat at https://gitter.im/gioblu/PJON Donate

####Features

  • Device id implementation to enable univocal communication up to 254 devices
  • Bus id implementation to optionally enable shared medium communication
  • Multi media compatibility (wires up to 50m, radio up to 5km)
  • Physical layer abstraction and communication strategy framework
  • PJON communication through a Serial port with ThroughHardwareSerial
  • 2 pin compatibility to enable twisted pair / radio modules
  • Optional auto-addressing with id collision avoidance (experimental)
  • CRC8 table-less cyclic redundancy check implementation
  • Acknowledgement of correct packet sending
  • Collision avoidance to enable multi-master capability
  • Broadcast functionality to contact all connected devices
  • Packet manager to track and retransmit a failed packet sending in background
  • Error handling

####Compatibility

####License

/* Copyright 2012-2016 Giovanni Blu Mitolo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

About

Digital communication framework for Arduino and IOT :bird:


Languages

Language:C++ 70.0%Language:C 30.0%