All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell PATCH 1/2] websocketd: Add new recipe
@ 2020-10-26 15:51 Nikhil Devshatwar
  2020-10-26 15:51 ` [dunfell PATCH 2/2] statcol: New recipe for statistics collector application Nikhil Devshatwar
  2020-10-26 16:09 ` [dunfell PATCH 1/2] websocketd: Add new recipe Dan Murphy
  0 siblings, 2 replies; 15+ messages in thread
From: Nikhil Devshatwar @ 2020-10-26 15:51 UTC (permalink / raw)
  To: denys, dmurphy, aparnab; +Cc: meta-arago

websocketd is an application which allows to redirect output of
command line applications via a websocket so that web pages can
interact with them.

This is very useful for visualizing statistics information on
host machine browser.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-devtools/websocketd/websocketd.bb    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/websocketd/websocketd.bb

diff --git a/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb b/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
new file mode 100644
index 00000000..44f549ee
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Application for routing native applications via websockets"
+HOMEPAGE = "http://websocketd.com/"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a14d7befdbee1290ac5c472cd85d66f2"
+
+PV = "0.3.0"
+SRC_URI = "https://github.com/joewalnes/websocketd/releases/download/v${PV}/websocketd-${PV}-linux_arm64.zip"
+SRC_URI[md5sum] = "968c1ce4ed4fe5f86817f2533f5d3004"
+
+S = "${WORKDIR}"
+
+do_install() {
+	install -d ${D}/${bindir}
+	install -m 0755 ${S}/websocketd ${D}${bindir}/
+}
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-10-28 23:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 15:51 [dunfell PATCH 1/2] websocketd: Add new recipe Nikhil Devshatwar
2020-10-26 15:51 ` [dunfell PATCH 2/2] statcol: New recipe for statistics collector application Nikhil Devshatwar
2020-10-26 16:09 ` [dunfell PATCH 1/2] websocketd: Add new recipe Dan Murphy
2020-10-27 10:11   ` Nikhil Devshatwar
2020-10-27 18:42     ` Dan Murphy
2020-10-27 18:52       ` Denys Dmytriyenko
2020-10-27 18:57         ` Dan Murphy
2020-10-27 19:06           ` Denys Dmytriyenko
2020-10-27 19:11             ` Dan Murphy
2020-10-27 19:26               ` Nikhil Devshatwar
2020-10-27 21:05                 ` Nikhil Devshatwar
2020-10-28  7:27                   ` Nikhil Devshatwar
2020-10-28 17:07                     ` Nikhil Devshatwar
2020-10-28 21:43                       ` Denys Dmytriyenko
2020-10-28 23:28                         ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.