[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] NTP / SNTP for lwIP
From: |
qxc |
Subject: |
[lwip-users] NTP / SNTP for lwIP |
Date: |
Fri, 29 Jun 2012 19:21:15 +0200 |
Hi,
I know there is an example implementation of a SNTP client within the
contribution package. But unfortunately this client requires LWIP_SOCKET
requires LWIP_NETCONN requires NO_SYS 0 requires LWIP_PROVIDE_ERRNO 1 requires
whatever else.
But I'm running a very minimal environment with
#define NO_SYS 1
#define LWIP_SOCKET 0
#define LWIP_NETCONN 0
#define LWIP_SNMP 0
#define LWIP_AUTOIP 1
#define LWIP_DHCP_AUTOIP_COOP 1
#define LWIP_DHCP 1
#define LWIP_DHCP_AUTOIP_COOP_TRIES 1
and do all TCP operations via basic commands tcp_new() / tcp_bind() /
tcp_write() / tcp_output() etc.
So is there an NTP-example available somewhere that makes use of these
functions?
Thanks!
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-users] NTP / SNTP for lwIP,
qxc <=