Pinned Repositories
802.15.4
Repository of 802.15.4 deployment on KNot platform.
eeprom_test
iwpand
802.15.4 user space daemon
knot-cloud-source
meshblu clone
knot-documentation
KNoT platform documentation
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-network-nrf24
nRF24 user space daemon
knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
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.
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.
wiltonsantana's Repositories
wiltonsantana/802.15.4
Repository of 802.15.4 deployment on KNot platform.
wiltonsantana/eeprom_test
wiltonsantana/iwpand
802.15.4 user space daemon
wiltonsantana/knot-cloud-source
meshblu clone
wiltonsantana/knot-documentation
KNoT platform documentation
wiltonsantana/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.
wiltonsantana/knot-network-nrf24
nRF24 user space daemon
wiltonsantana/knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
wiltonsantana/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.
wiltonsantana/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.
wiltonsantana/knot-gateway-buildroot
KNOT Gateway Buildroot is part of KNOT project. This is the gateway (target Rpi hardware) software module for the KNoT platform.
wiltonsantana/knot-gateway-webui
Repository for the Web User Interface to the KNoT Gateway based on angular and bootstrap
wiltonsantana/linux
Linux kernel source tree
wiltonsantana/location-register
wiltonsantana/pd-middleware
wiltonsantana/tutorial
wiltonsantana/wpan-tools
Userspace tools for Linux IEEE 802.15.4 stack