Motes in an OpenWSN network publish data to IPv6 addresses, usually over UDP, usually using CoAP formatting. An endPoint is a (new) program which you can run on the destination computer, and which parses and publishes the data it receives from the motes.

It is pure Python and lives at https://github.com/openwsn-berkeley/openwsn-sw/tree/develop/software/openEndPoint.

The goal of the EndPoint is to:

Publication can be:

An endPoint is assembled by choosing a listener, a parser and a number of publishers. Examples are:

The wish list for the endPoints is infinite:

If you get inspired and want to contribute, don't hesitate to contact Thomas Watteyne!