All Projects → blueluna → psila

blueluna / psila

Licence: MIT license
Work in progress Zigbee stack in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to psila

Smartthingspublic
SmartThings open-source DeviceTypeHandlers and SmartApps code
Stars: ✭ 2,201 (+10905%)
Mutual labels:  zigbee
ha-zha-new
update of the zha component
Stars: ✭ 57 (+185%)
Mutual labels:  zigbee
freebird
No description or website provided.
Stars: ✭ 21 (+5%)
Mutual labels:  zigbee
nrf52840-experiments
802.15.4 experiments with nRF52840
Stars: ✭ 23 (+15%)
Mutual labels:  zigbee
openlumi.github.io
OpenWrt for Xiaomi Zigbee gateway with imx6 SoC DGNWG05LM, ZHWG11LM
Stars: ✭ 134 (+570%)
Mutual labels:  zigbee
homebridge-z2m
Expose your Zigbee devices to HomeKit with ease, by integrating 🐝 Zigbee2MQTT with 🏠 Homebridge.
Stars: ✭ 197 (+885%)
Mutual labels:  zigbee
cc-znp
The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.
Stars: ✭ 56 (+180%)
Mutual labels:  zigbee
Abeille
Abeille pour Jeedom (Gateway ZiGate)
Stars: ✭ 56 (+180%)
Mutual labels:  zigbee
awesome-zigbee
Curated List of ZigBee related stuff
Stars: ✭ 45 (+125%)
Mutual labels:  zigbee
homebridge-zigbee
ZigBee Platform plugin for HomeBridge
Stars: ✭ 101 (+405%)
Mutual labels:  zigbee
Student-homeassistant-config
🎓 Student Home configuration. Stay informed by 🌟 this repository for updates!
Stars: ✭ 160 (+700%)
Mutual labels:  zigbee
wlan-extcap
Wireshark extcap interface for remote wireless captures.
Stars: ✭ 31 (+55%)
Mutual labels:  zigbee
home-assistant-config
My configuration for Home Assistant
Stars: ✭ 63 (+215%)
Mutual labels:  zigbee
nrf24 zigbee
This project is about running zigbee protocol in nrf24l01.
Stars: ✭ 26 (+30%)
Mutual labels:  zigbee
Home-Assistant-Configuration
HomeAssistant Configuration
Stars: ✭ 14 (-30%)
Mutual labels:  zigbee
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+115%)
Mutual labels:  zigbee
Home-Assistant Config
BeardedTinker Home Assistant configuration. Feel free to browse, edit, tweak, improve, criticize and suggest.
Stars: ✭ 241 (+1105%)
Mutual labels:  zigbee
r3
R3-OS — Experimental static (μITRON-esque) RTOS for deeply embedded systems, testing the limit of Rust's const eval and generics
Stars: ✭ 87 (+335%)
Mutual labels:  embedded-rust
zigpy-znp
TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
Stars: ✭ 109 (+445%)
Mutual labels:  zigbee
zigbee-firmware
No description or website provided.
Stars: ✭ 116 (+480%)
Mutual labels:  zigbee

Psila

Psila is a European genus of flies member of the family Psilidae or Rust Flies.

This is a work in progress implementation of handing Z**bee packages.

This project has not undergone any cerification or extensive testing, it is simply a hobby project

Goal

The goal is to be able to use a Nordic nRF52840 SoC as a device endpoint. Handling the on/off profile in home automation.

Organisation

The implementation has been divided into a few separate crates.

psila-data

Implements packing and unpacking of packets.

psila-crypto

Defines traits for cryptographical backend for use with Psila.

psila-crypto-rust-crypto

A implementation of the psila-cryto using Rust Crypto crates.

psila-service

A implementation of a service that handles and produce packages.

psila-host

A tool which listens on specially encoded packets over serial port and decodes these packets.

License

Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].