diff --git a/library.json b/library.json new file mode 100644 index 0000000..4583a35 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "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": "*" +}