Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
NETBIOS responder
[Applications]
This is an example implementation of a NetBIOS name server. More...
Modules | |
Options | |
Functions | |
void | netbiosns_init (void) |
Init netbios responder. | |
void | netbiosns_set_name (const char *hostname) |
Set netbios name. | |
void | netbiosns_stop (void) |
Stop netbios responder. |
Detailed Description
This is an example implementation of a NetBIOS name server.
It responds to name queries for a configurable name. Name resolving is not supported.
Note that the device doesn't broadcast it's own name so can't detect duplicate names!
Function Documentation
void netbiosns_init | ( | void | ) |
Init netbios responder.
Definition at line 478 of file lwip_netbiosns.c.
void netbiosns_set_name | ( | const char * | hostname ) |
Set netbios name.
ATTENTION: the hostname must be less than 15 characters! the NetBIOS name spec says the name MUST be upper case, so incoming name is forced into uppercase :-)
Definition at line 501 of file lwip_netbiosns.c.
void netbiosns_stop | ( | void | ) |
Stop netbios responder.
Definition at line 524 of file lwip_netbiosns.c.
Generated on Tue Jul 12 2022 13:55:22 by
