xmlrpc
XML-RPC Server
This example exercises the “Embeddable Lightweight XML-RPC Server” which is discussed at:
http://www.drdobbs.com/web-development/an-embeddable-lightweight-xml-rpc-server/184405364
Configuration options:
CONFIG_EXAMPLES_XMLRPC_BUFFERSIZE
– HTTP buffer size. Default1024
CONFIG_EXAMPLES_XMLRPC_DHCPC
– Use DHCP Client. Defaultn
. Ignored ifCONFIG_NSH_NETINIT
is selected.CONFIG_EXAMPLES_XMLRPC_NOMAC
– Use Canned MAC Address. Defaultn
. Ignored ifCONFIG_NSH_NETINIT
is selected.CONFIG_EXAMPLES_XMLRPC_IPADDR
– Target IP address. Default0x0a000002
. Ignored ifCONFIG_NSH_NETINIT
is selected.CONFIG_EXAMPLES_XMLRPC_DRIPADDR
– Default Router IP address (Gateway). Default0x0a000001
. Ignored ifCONFIG_NSH_NETINIT
is selected.CONFIG_EXAMPLES_XMLRPC_NETMASK
– Network Mask. Default0xffffff00
. Ignored ifCONFIG_NSH_NETINIT
is selected.