eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
242 stars 137 forks source link

Documentation gap for SNTP module broad cast mode (Server configuration) #144

Closed ranganath25 closed 10 months ago

ranganath25 commented 1 year ago

Describe the bug Documentation for implementation of broadcast mode needs to be provided since it requires information on server configuration as broad cast. Currently, In Azure documentation, there is no much information provided on broad cast mode server side configuration which is important for user.

Please also mention any information which could help others to understand the problem you're facing:

Other Analysis:

  1. Referred many other documents and websites from google to understand server configurations.
  2. (https://kb.meinbergglobal.com/kb/time_sync/ntp/configuration/ntp_broadcast_mode#:~:text=NTP%20Broadcast%20Server%20Configuration,-ntpd%20in%20the&text=As%20shown%20for%20the%20192.168,behind%20one%20or%20more%20routers.)
  3. https://community.renesas.com/mcu-mpu/embedded-system-platform/f/forum/13837/sntp
  4. https://timetoolsltd.com/ntp/how-to-install-and-configure-ntp-on-linux/

Expected behavior Broad cast Server configurations information should be provided for user which is important to make SNTP to work with broad cast mode.

Note: Here board acts as client and we need server configurations for broad cast mode.

Impact Not able to test Broad cast mode. This may impact our customer who faces same issue and since it is not tested in our environment there could be field issue which we can expect from customer.

Please provide some example codes or any references to start working on this. Also let us know how to use available information to proceed further

wenhui-xie commented 1 year ago

Hi @ranganath25, thanks for your report. We will add example codes and other info for SNTP broadcast mode.

ranganath25 commented 1 year ago

Hi @wenhui-xie ,

     Thank you for your support. 
wenhui-xie commented 10 months ago

We have example codes for SNTP client with broadcast mode. We don't support SNTP server and there are no documents for SNTP server.

wenhui-xie commented 10 months ago

Closing.