yangwei-x closed pull request #3026: examples/notedump: Add a example to dump
trace data by udp
URL: https://github.com/apache/nuttx-apps/pull/3026
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
hartmannathan commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r2012758200
##
examples/notedump/Kconfig:
##
@@ -0,0 +1,30 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the
JianyuWang0623 commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997827278
##
examples/notedump/notedump.h:
##
@@ -0,0 +1,57 @@
+/
+ * apps/examples/notedump
anchao commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997816933
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,259 @@
+/*
+ * apps/examples/notedump/
yangwei-x commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997630619
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,263 @@
+/*
+ * apps/examples/notedu
yihang-x commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997630377
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,263 @@
+/*
+ * apps/examples/notedum
lupyuen commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997629375
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,263 @@
+/*
+ * apps/examples/notedump
lupyuen commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997629171
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,263 @@
+/*
+ * apps/examples/notedump
lupyuen commented on code in PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#discussion_r1997628948
##
examples/notedump/notedump_main.c:
##
@@ -0,0 +1,263 @@
+/*
+ * apps/examples/notedump
nuttxpr commented on PR #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026#issuecomment-2727452064
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requiremen
yangwei-x opened a new pull request, #3026:
URL: https://github.com/apache/nuttx-apps/pull/3026
Add example to send the trace data by udp
## Summary
Add a example to send the note trace data by tcp
Usage:
```
nsh> notedump 192.168.31.9
```
## Impact
*
11 matches
Mail list logo