comparison docs/protocol.txt @ 10:36c4cda4b6c4

Add extension support with the PINGPONG extension Add extension support. There are two ways to add extensions: 1. as a shared object which will be loaded with ext=<filename> as a parameter to lwwire. See the lwwire_pingpong.c file for details. 2. By doing basically the same thing as a shared object but linking it into the main binary and calling lwwire_register_extension() appropriately.
author William Astle <lost@l-w.ca>
date Sat, 30 Jul 2016 13:16:39 -0600
parents cf915ece9e48
children 13be9d3a6927
comparison
equal deleted inserted replaced
9:a11b330771e0 10:36c4cda4b6c4
423 distribution, or which is only experimental, consider using the private 423 distribution, or which is only experimental, consider using the private
424 range listed below. 424 range listed below.
425 425
426 00 VPORT 426 00 VPORT
427 01 PACKET 427 01 PACKET
428 DF PINGPONG
428 E0-EF reserved for future extension code expansion 429 E0-EF reserved for future extension code expansion
429 F0-FF reserved for private extensions and will never be assigned 430 F0-FF reserved for private extensions and will never be assigned