shimmeringbee / zstack

Implementation of a ZNP and support code designed to interface with Texas Instruments Z-Stack, written in Go.
https://shimmeringbee.io/
Apache License 2.0
27 stars 8 forks source link

Provide Usage Examples for ZStack Layer #8

Closed roboprint closed 4 years ago

roboprint commented 4 years ago

Hello, could you please provide examples of using your library in real life?

A simple Hello World application, for example.

Thank you!

pwood commented 4 years ago

Hello @roboprint, apologies for the slow reply, for some reason GitHub didn't send me a notification.

At current it's not usable for any real purpose, while it can instantiate a network, allow joining, etc, it's realistically missing features such as end point enumeration, binding, sending and receiving ZCL messages.

I'll be working on these features over the next week or so. Once the zstack library is useful, I'll be moving onto a zcl library and a "hub" style application, which a much higher level of abstraction.

I will update the zstack readme though with examples, once it's functionally complete.

roboprint commented 4 years ago

@pwood thank you!