Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-29 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-25 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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/

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

Re: [PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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

[PR] examples/notedump: Add a example to dump trace data by udp [nuttx-apps]

2025-03-16 Thread via GitHub
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 *