Webserver only w/o any other functions, single thread. Running on STM32F013+W5500

Dependencies:   NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed

Fork of F103-Serial-to-Ethernet by Chau Vo

readme.txt

Committer:
olympux
Date:
2014-12-29
Revision:
28:00c0c20d03c1
Parent:
27:22f289beceb8
Child:
29:bc052f283ada

File content as of revision 28:00c0c20d03c1:

Features
    + NNIO module with NNIO protocol v2.0.
    + Support RPC control commands using TCP/UDP server. No support RPC with TCP client.

v0.1 (29/12/2014)
    + Imported F103_NNIO rev27:22f289beceb8
    + Modified: process_control_command() with return value.
      0 if NNIO protocol or RPC protocol without reply; length of RPC outbut buffer; or -1 if RPC failed.
    + Modified: TCP server now checks to return data to client.