mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-07 10:13:49 +00:00
Added functionality for neighbor discovery, including the ability to store and manage neighbor information. This includes methods for sending discovery requests, handling responses, and updating the neighbor table. The changes enhance the mesh networking capabilities by allowing devices to discover and interact with nearby peers more effectively. Updated relevant structures and methods in MyMesh.cpp and MyMesh.h to support these features.