Skip to content

5.2

Compare
Choose a tag to compare
@gioblu gioblu released this 06 Oct 14:13
· 2325 commits to master since this release

PJON dynamic addressing specification released v0.1

Changelog:

  • Master-slave and multi-master dynamic addressing features added in PJONMaster and PJONSlave classes to preserve PJON class low memory footprint.
  • EthernetTCP strategy added. Multiple devices with Ethernet ports can use PJON to communicate with each other on a LAN, WAN or across the Internet. Proposed and developed by @fredilarsen
  • LocalUDP strategy added. Multiple devices with Ethernet ports can use PJON to communicate with each other on a local subnet, wired or over WiFi or both. Proposed and developed by @fredilarsen

Bugfix:

  • Removed useless SoftwareSerial inclusion in ThroughSerial, thanks to @fastricker

(EthernetTCP and LocalUDP have to be included before PJON.h or pull master for automatic inclusion)