gethostbyname  ( hostnamez -- hostent|0 )

publication: 13 août 2022 / mis à jour 14 août 2022

Read this page in english

 

Récupère une adresse hostent contenant des informations à partir d'un nom d'hôte.

Exemple:

WiFi 
\ connection to local WiFi LAN 
: myWiFiConnect 
    z" mySSID" 
    z" myLOGIN"   
    login ; 
Forth 
myWiFiConnect 
: hn ( -- addr0 ) 
    s" arduino-forth.com" s>z  
  ; 
sockets 
hn gethostbyname ->h_addr ip. 
\ display: 54.36.91.62 

Legal: site web personnel sans commerce / personal site without seling