forked from Coopdis/easyMesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
14 lines (13 loc) · 755 Bytes
/
library.json
File metadata and controls
14 lines (13 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
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.“,
"repository":
{
"type": "git",
"url": "https://github.com/Coopdis/easyMesh"
},
"version": “1.0.0”,
"frameworks": “*”,
"platforms": "esp8266"
}