Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

WINS
[User Protocols]

Collaboration diagram for WINS:


Detailed Description

Netbios WINS Name Query (RFC 1002).

Only Query Request Client Routine sending/Positive Name Query Response receiving are implemented.

When the Netbios Name Query request UDP datagram is on the ethernet network, asking "Who is 'name'?", NutWinsNameQuery() answers with the specified 'ipaddr' Ethernut IP address.

Answer to Microsoft Windows/Internet Explorer calls by "http://name" command line (and even directly "name" as command line if "name" is not a shared folder).

Launch for example :

 THREAD(wins_deamon, arg)
 {
     NutWinsNameQuery("myboard", inet_addr(MYIP));
 } 


Data Structures

struct  WINSHEADER

Functions

int NutWinsNameQuery (char *name, u_long ipaddr)


© 2000-2006 by egnite Software GmbH - visit http://www.ethernut.de/