Git Product home page Git Product logo

byterazor / libconbee Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 149 KB

(This is a readonly copy of the repository) The ConBee2 USB Stick is a Zigbee radio dongle. This library provides a raw communication interface to the USB dongle to configure the stick and read and write raw Application Support Layer (APS) frames.

Home Page: https://gitea.federationhq.de/byterazor/libconbee

License: GNU General Public License v3.0

CMake 8.27% C 91.63% Makefile 0.10%
zigbee conbee library cli

libconbee's Introduction

libconbee

Description

The ConBee2 USB Stick is a Zigbee radio dongle . It supports the communication with Zigbee Light Link (ZLL) devices like Philips HUE and OSRAM Lightify.

This library provides a raw communication interface to the USB dongle to configure the stick and read and write raw Application Support Layer (APS) frames. This library does not handle any Zigbee communication. You require an additional library or application if you want to do Zigbee communication.

In addition to the library this projects provides a command-line tool to manage conbee stick related configurations, e.g. setting the security mode, extended PANIDs, etc.

Features

  • read /write stick related configuration registers

Supported/ Tested Operating Systems

At the moment this library and tool have only been tested on Linux.

Authors

Licenses

library related souce code

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

external code

  • cmake/Modules/doxygen.cmake - cmake package for easy doxygen configuration, Copyright (C) 2018 by George Cave - [email protected], Apache License, Version 2.0

Building

This project uses cmake for generating the build system and building the library.

releases

mkdir build
cd build
cmake ..
make

with documentation

mkdir build
cd build
cmake -D BUILD_DOCUMENTATION=yes ..
make
make doc-libconbee

The doxygen documentation can be found under build/doxygen.

debugging

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
make

libconbee's People

Contributors

byterazor avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.