From 9454191b84ffdf292fec23daa3fd6344a6d0ba10 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Sat, 7 Apr 2018 10:49:59 -0700 Subject: [PATCH] Renamd http-socket example to websocket --- examples/{http-socket => websocket}/Makefile | 0 examples/{http-socket => websocket}/http-example.c | 0 examples/{http-socket => websocket}/project-conf.h | 0 examples/{http-socket => websocket}/websocket-example.c | 0 examples/{http-socket => websocket}/websocket-node/Makefile | 0 .../{http-socket => websocket}/websocket-node/example-server.js | 0 tests/03-compile-arm-ports-02/Makefile | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename examples/{http-socket => websocket}/Makefile (100%) rename examples/{http-socket => websocket}/http-example.c (100%) rename examples/{http-socket => websocket}/project-conf.h (100%) rename examples/{http-socket => websocket}/websocket-example.c (100%) rename examples/{http-socket => websocket}/websocket-node/Makefile (100%) rename examples/{http-socket => websocket}/websocket-node/example-server.js (100%) diff --git a/examples/http-socket/Makefile b/examples/websocket/Makefile similarity index 100% rename from examples/http-socket/Makefile rename to examples/websocket/Makefile diff --git a/examples/http-socket/http-example.c b/examples/websocket/http-example.c similarity index 100% rename from examples/http-socket/http-example.c rename to examples/websocket/http-example.c diff --git a/examples/http-socket/project-conf.h b/examples/websocket/project-conf.h similarity index 100% rename from examples/http-socket/project-conf.h rename to examples/websocket/project-conf.h diff --git a/examples/http-socket/websocket-example.c b/examples/websocket/websocket-example.c similarity index 100% rename from examples/http-socket/websocket-example.c rename to examples/websocket/websocket-example.c diff --git a/examples/http-socket/websocket-node/Makefile b/examples/websocket/websocket-node/Makefile similarity index 100% rename from examples/http-socket/websocket-node/Makefile rename to examples/websocket/websocket-node/Makefile diff --git a/examples/http-socket/websocket-node/example-server.js b/examples/websocket/websocket-node/example-server.js similarity index 100% rename from examples/http-socket/websocket-node/example-server.js rename to examples/websocket/websocket-node/example-server.js diff --git a/tests/03-compile-arm-ports-02/Makefile b/tests/03-compile-arm-ports-02/Makefile index 8cc99d914..a4e1947e8 100644 --- a/tests/03-compile-arm-ports-02/Makefile +++ b/tests/03-compile-arm-ports-02/Makefile @@ -28,7 +28,7 @@ libs/logging/zoul \ 6tisch/etsi-plugtest-2017/zoul:BOARD=remote \ 6tisch/6p-packet/zoul \ 6tisch/sixtop/zoul \ -http-socket/zoul \ +websocket/zoul \ libs/timers/zoul \ libs/energest/zoul \ libs/trickle-library/zoul \