14 lines
333 B
JSON
14 lines
333 B
JSON
|
|
{
|
||
|
|
"name": "WebSockets",
|
||
|
|
"keywords": "wifi, http, web, server, websocket",
|
||
|
|
"description": "WebSocket Server and Client for Arduino based on RFC6455",
|
||
|
|
"repository":
|
||
|
|
{
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Links2004/arduinoWebSockets.git"
|
||
|
|
},
|
||
|
|
"exclude": "tests",
|
||
|
|
"frameworks": "arduino",
|
||
|
|
"platforms": "*"
|
||
|
|
}
|