Transfer data between UART ports and Ethernet.

Dependencies:   BufferedSerial

Transfer data between UART ports and Ethernet.

  • Support multiple UART ports.
  • Support fixed IP address and DHCP.
  • Support TCP server and TCP client modes.
  • Support a simple web server for UART and Ethernet configuration.

mbed_app.json

Committer:
morgandu
Date:
2019-03-22
Revision:
6:dc9f344f4bf0
Parent:
3:764b215f568f
Child:
7:cbb5a2a2a0d2

File content as of revision 6:dc9f344f4bf0:

{
    "config": {
        "SD_DAT0": "NC",
        "SD_DAT1": "NC",
        "SD_DAT2": "NC",
        "SD_DAT3": "NC",
        "SD_CMD":  "NC",
        "SD_CLK":  "NC",
        "SD_CD":   "NC"
    },
    "target_overrides": {
        "*": {
          "lwip.socket-max": 8,
          "lwip.tcp-socket-max": 8, 
          "lwip.tcp-server-max": 8, 
          "lwip.udp-socket-max": 8       
        }
    }
}