Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": easyMesh,
"keywords": esp8266 mesh network networking,
"description": A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.,
"name": "easyMesh",
"keywords": "esp8266 mesh network networking",
"description": "A simple mesh networking library for esp8266. easyMesh is very simple to implement and establishes a simple and highly adaptable mesh network for any distributed application. Network synchronization, network mapping, time synchronization, package delivery, and dynamic network adaptation are all handled behind the scenes in the library. Just run the init() function and set up the callbacks, then you are off to the races with a dynamic, adaptable, masterless mesh network.",
"repository":
{
"type": "git",
"url": "https://github.com/Coopdis/easyMesh"
},
"version": 1.0.0,
"frameworks": “*”,
"version": "1.0.0",
"frameworks": "*",
"platforms": "esp8266"
}