{"id":20857081,"url":"https://github.com/nrf24/rf24mesh","last_synced_at":"2025-04-07T16:14:21.148Z","repository":{"id":20845713,"uuid":"24132023","full_name":"nRF24/RF24Mesh","owner":"nRF24","description":"OSI Layer 7 Mesh Networking for RF24Network \u0026 nrf24L01+ \u0026 nrf52x devices","archived":false,"fork":false,"pushed_at":"2024-10-06T13:22:39.000Z","size":1639,"stargazers_count":429,"open_issues_count":6,"forks_count":154,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-02-09T00:02:49.920Z","etag":null,"topics":["arduino","arduino-library","c","c-plus-plus","hacktoberfest","nrf24l01","rf24"],"latest_commit_sha":null,"homepage":"http://nrf24.github.io/RF24Mesh","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nRF24.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-17T06:00:59.000Z","updated_at":"2025-01-30T16:33:21.000Z","dependencies_parsed_at":"2024-03-17T13:28:34.751Z","dependency_job_id":"52613fce-e561-4053-be3e-dcc4e3196696","html_url":"https://github.com/nRF24/RF24Mesh","commit_stats":null,"previous_names":["tmrh20/rf24mesh"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FRF24Mesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FRF24Mesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FRF24Mesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nRF24%2FRF24Mesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nRF24","download_url":"https://codeload.github.com/nRF24/RF24Mesh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685627,"owners_count":20979085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","arduino-library","c","c-plus-plus","hacktoberfest","nrf24l01","rf24"],"created_at":"2024-11-18T04:36:02.738Z","updated_at":"2025-04-07T16:14:21.116Z","avatar_url":"https://github.com/nRF24.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 MD034 --\u003e\n[![Linux build](https://github.com/nRF24/RF24Mesh/actions/workflows/build_linux.yml/badge.svg)](https://github.com/nRF24/RF24Mesh/actions/workflows/build_linux.yml)\n[![Arduino CLI build](https://github.com/nRF24/RF24Mesh/actions/workflows/build_arduino.yml/badge.svg)](https://github.com/nRF24/RF24Mesh/actions/workflows/build_arduino.yml)\n[![PlatformIO build](https://github.com/nRF24/RF24Mesh/actions/workflows/build_platformIO.yml/badge.svg)](https://github.com/nRF24/RF24Mesh/actions/workflows/build_platformIO.yml)\n[![Pico SDK build](https://github.com/nRF24/RF24Mesh/actions/workflows/build_rp2xxx.yml/badge.svg)](https://github.com/nRF24/RF24Mesh/actions/workflows/build_rp2xxx.yml)\n[![Documentation Status](https://readthedocs.org/projects/rf24mesh/badge/?version=latest)](https://rf24mesh.readthedocs.io/en/latest/?badge=latest)\n\n# RF24Mesh\n\nMesh Networking for RF24Network\n\nIntroducing **RF24Network \u0026 RF24Mesh v2.0** with some *significant API changes*, adding the use of [C++ Templates](https://cplusplus.com/doc/oldtutorial/templates/)\nin order to support a range of ESB enabled radios, most recently NRF52x radios.\n\n**Important Notes:**\n- Any network layer that uses v2 needs to have RF24Network/RF24Mesh dependencies of v2 or newer. RF24 v1.x is an exception here.\n- General usage should remain backward compatible, see the included examples of the related libraries for more info\n- Any third party libs that extend the network/mesh layer may also need to be updated to incorporate the new templated class prototypes:\n```cpp\ntemplate\u003cclass radio_t\u003e\nclass ESBNetwork;\n  \ntemplate\u003cclass network_t, class radio_t\u003e\nclass ESBMesh;\n```\n- Third party libs should also be able to use the backward-compatible typedef in their template:\n  - ESBGateway.h:\n  ```cpp\n  template\u003ctypename network_t, typename mesh_t\u003e\n  class ESBGateway\n  ```\n  and inform the compiler what types they intend to support:\n  - ESBGateway.cpp:\n  ```cpp\n  template class ESBGateway\u003cRF24Network, RF24Mesh\u003e;\n  ```  \n- The auto installers do not perform a version check like package managers, so having the correct versions of the software is important.\n- We *will* be maintaining the v1.x versions with bugfixes etc for those who cannot or do not wish to migrate to the newer template approach.\n\nhttps://nRF24.github.io/RF24Mesh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrf24%2Frf24mesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrf24%2Frf24mesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrf24%2Frf24mesh/lists"}