https://github.com/pjones/zbc
Manage a Network of ZigBee Devices
https://github.com/pjones/zbc
Last synced: 19 days ago
JSON representation
Manage a Network of ZigBee Devices
- Host: GitHub
- URL: https://github.com/pjones/zbc
- Owner: pjones
- License: bsd-2-clause
- Created: 2016-12-02T19:37:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T20:43:38.000Z (over 2 years ago)
- Last Synced: 2025-02-18T00:43:03.518Z (4 months ago)
- Language: Haskell
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# zigbee-commander -- Manage a Network of ZigBee Devices
This is a very incomplete (yet working) Haskell library and
command-line tool for controlling a network of ZigBee/XBee devices.
In order to work, this tool assumes there is a ZigBee device connected
to a USB port which it can command with `AT` frames.The basic idea is to start a "server" with a YAML configuration file.
(See the `examples` directory for example configuration files.)As events in the network fire, the configuration file tells the
commander how to respond. You can respond by changing the state of a
node or by running a shell command.## Forked Dependencies
The `vendor` directory contains changes to the `serialport` package
and the `zigbee-znet25` package. I sent pull requests/patches to the
upstream packages but they both seem to be inactive.That means you need to build using my forked copies in `vendor`.