Re: [PATCH] tidbits: net-udp: add server and client mode
Philippe Gerum <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Hannes Diethelm <[email protected]> writes: > Am 25.05.26 um 18:51 schrieb Philippe Gerum: >> Hannes Diethelm <[email protected]> writes: >> >>> Additionally, fix memory leaks >>> >>> Signed-off-by: Hannes Diethelm <[email protected]> >>> --- >>> tidbits/oob-net-udp.c | 258 +++++++++++++++++++++++++++++++++++++++--- >>> 1 file changed, 240 insertions(+), 18 deletions(-) >>> >> Merged, thanks. Would you mind sending a patch to update the related >> doc >> on the website at [1], regarding the new -S mode? The pages can be >> downloaded from [2]. >> [1] https://v4.xenomai.org/core/net/udp-demo/index.html >> [2] https://gitlab.com/Xenomai/xenomai4/website.git >> > > Sure, done. Is there any way to preview the website? I just used a markdown > preview, I hope it did the job and I did not introduce format issues. > Sure, I'm using a plain 'hugo' server for that [1]. $ git clone https://gitlab.com/Xenomai/xenomai4/website.git $ hugo server Then you can connect to localhost:1313/ to view the website locally. The server immediately auto-refreshes the view on updating a markdown file, very handy. [1] On fedora, from the 'hugo' package: hugo.x86_64 The world’s fastest framework for building websites -- Philippe.