From f266316233a4ecff835729e279ab865208f7c081 Mon Sep 17 00:00:00 2001 From: Sylvain Renault Date: Tue, 18 Jun 2024 20:03:03 +0200 Subject: [PATCH] Test page for ws. --- .../wwwroot/ws.html | 173 ++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 server/worldanalysis/src/ETSI.ARF.OpenAPI.WorldAnalysis/wwwroot/ws.html diff --git a/server/worldanalysis/src/ETSI.ARF.OpenAPI.WorldAnalysis/wwwroot/ws.html b/server/worldanalysis/src/ETSI.ARF.OpenAPI.WorldAnalysis/wwwroot/ws.html new file mode 100644 index 0000000..bf3da4b --- /dev/null +++ b/server/worldanalysis/src/ETSI.ARF.OpenAPI.WorldAnalysis/wwwroot/ws.html @@ -0,0 +1,173 @@ + + + + + + + + +

ETSI ARF - WebSocket Sample Application

+

Developped for ISG STF 669

+

(C) ETSI 2024

+ +

Test Connection

+ +

Ready to connect...

+
+ + + +
+

+
+ + + + +
+ +

Communication Log

+ + + + + + + + + + +
FromToData
+ + + + \ No newline at end of file -- GitLab