walidamriou / Freekeh

Freekeh is an Embedded IoT Framework for Wireless Sensors monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freekeh

Freekeh is an Embedded IoT Framework for Wireless Sensors monitoring

About

Freekeh powered multi sensors system by a secure wireless solution. The system consists

                                            ___________           
                Thing <------------------> |           | <------------------> Thing
                Thing <------------------> |  Gateway  | <------------------> Thing                 
                Thing <------------------> |___________| <------------------> Thing 
                                                            

Freekeh release notes

  • v1.0.0
    • Support ESP32 and ESP8266 boards as a gateway.
    • Support things based ESP32 or ESP8266 boards.
    • Max things on the network are 20.
    • Protocol used on the network is ESP-NOW.
    • Written by C and C++ based Arduino framework.
    • One firmware structure for the gateway and things.
    • Data packet is limited to 250 bytes.
    • No power consumption optimization yet, not intended to battery sensors.
    • The Gateway manages the network, the things cannot send without an order from the gateway, the things cannot start an order, based on Controller/Peripheral architecture.

Copyright CC 2020 Walid Amriou

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial — You may not use the material for commercial purposes.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

the software or Code or Scripts or any files in this source is provided "as is" and the author disclaims all warranties with regard to this files including all implied warranties of merchantability and fitness. in no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software or code or scripts or any files in this source.

© The logo and the name of the project are owned by Walid Amriou, and do not fall under the open license for reconstruction, it must be preserved in full without modification.

About

Freekeh is an Embedded IoT Framework for Wireless Sensors monitoring


Languages

Language:C 84.5%Language:C++ 15.5%Language:CMake 0.0%