Files
arduinoWebSockets/library.json

20 lines
459 B
JSON
Raw Normal View History

{
"name": "WebSockets",
2015-12-29 12:15:18 +01:00
"keywords": "wifi, http, web, server, client, 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",
2015-12-29 12:15:18 +01:00
"platforms": "*",
"authors":
{
"name": "Markus Sattler",
"url": "https://github.com/Links2004",
"maintainer": true
}
}