Pinned Repositories
CodeCupLoko
Initial Commit
knot-android-sdk
KNoT Thing Android Library
knot-babeltower
KNoT Protocol translator and orchestrator service
knot-documentation
KNoT platform documentation
knot-gateway-buildroot
KNOT Gateway Buildroot is part of KNOT project. This is the gateway (target Rpi hardware) software module for the KNoT platform.
knot-gateway-control
KNoT Gateway process used to control the hardware status and configurations.
knot-gateway-netsetup
KNoT Gateway Network (OpenThread) setup service. Exports Bluetooth GATT service to allow users to setup openthread network parameters.
knot-gateway-webui
Repository for the Web User Interface to the KNoT Gateway based on angular and bootstrap
knot-hal-source
KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band. On a second project phase, other radio access technologies such as Bluetooth Low Energy, and Wi-Fi are planned.
knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
alla3's Repositories
alla3/CodeCupLoko
Initial Commit
alla3/knot-android-sdk
KNoT Thing Android Library
alla3/knot-babeltower
KNoT Protocol translator and orchestrator service
alla3/knot-documentation
KNoT platform documentation
alla3/knot-gateway-buildroot
KNOT Gateway Buildroot is part of KNOT project. This is the gateway (target Rpi hardware) software module for the KNoT platform.
alla3/knot-gateway-control
KNoT Gateway process used to control the hardware status and configurations.
alla3/knot-gateway-netsetup
KNoT Gateway Network (OpenThread) setup service. Exports Bluetooth GATT service to allow users to setup openthread network parameters.
alla3/knot-gateway-webui
Repository for the Web User Interface to the KNoT Gateway based on angular and bootstrap
alla3/knot-hal-source
KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band. On a second project phase, other radio access technologies such as Bluetooth Low Energy, and Wi-Fi are planned.
alla3/knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
alla3/knot-service-source
KNoT Service is part of KNoT project. It aims to provide a "proxy" service between KNoT Things and KNoT Cloud, allowing power constrained embedded device to interact with cloud services. The initial target platform are PAN devices, and Raspberry Pi GW. The PAN device used is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band (NRF24L01). On a second project phase, other radio access technologies such as LPWAN devices, Mesh devices, 3G Devices, Bluetooth Low Energy Devices, and Wi-Fi Devices are planned.
alla3/knot-thing-source
KNoT Thing library is a lightweight C/C++ library built to use minimal CPU and memory resources. It is intended to run on KNoT Nodes (Things) (see KNoT Architecture for better understanding). It provides the Radio and Protocol abstractions for the application. The application builder just need implement the read/write functions for its sensors/actuators, register a Data Item (sensor or actuator) on the library and call the run() method on its main loop routine.
alla3/knot-virtualthing
KNoT TVirtual Thing
alla3/knot-zephyr-source
Zephyr Application based on KNoT protocol
alla3/Mini-Tutorial-Sprite-Node
alla3/MONO_BASE
alla3/zephyr
Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
alla3/zephyr-knot-sdk
KNoT SDK based on Zephyr