Nicolas Borla
/
BBR_1Ebene
BBR 1 Ebene
mbed-os/tools/test_configs/EthernetInterface.json
- Committer:
- borlanic
- Date:
- 2018-05-14
- Revision:
- 0:fbdae7e6d805
File content as of revision 0:fbdae7e6d805:
{ "config": { "header-file": { "help" : "String for including your driver header file", "value" : "\"EthernetInterface.h\"" }, "object-construction" : { "value" : "new EthernetInterface()" }, "connect-statement" : { "help" : "Must use 'net' variable name", "value" : "((EthernetInterface *)net)->connect()" }, "echo-server-addr" : { "help" : "IP address of echo server", "value" : "\"195.34.89.241\"" }, "echo-server-port" : { "help" : "Port of echo server", "value" : "7" }, "tcp-echo-prefix" : { "help" : "Some servers send a prefix before echoed message", "value" : "\"u-blox AG TCP/UDP test service\\n\"" } } }