Obtaining public IP address

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

Does anyone know what is the easier solution to obtain public IP address from WICED? is it possible? or I have to rely on third party web services? thanks!

BR,

Aaron

0 Likes
1 Solution
Anonymous
Not applicable

Could you tell me what do you exactly want to?

If you set public IP to WICED, it will deliver public IP from internal DHCP server like below.

wiced_network_up(WICED_AP_INTERFACE, WICED_USE_INTERNAL_DHCP_SERVER, &ip_settings);

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

Could you tell me what do you exactly want to?

If you set public IP to WICED, it will deliver public IP from internal DHCP server like below.

wiced_network_up(WICED_AP_INTERFACE, WICED_USE_INTERNAL_DHCP_SERVER, &ip_settings);

0 Likes