Free (GPLv2) TCP/IP stack developed by TASS Belgium

Fork of PicoTCP by Daniele Lacamera

Committer:
daniele
Date:
Sat Aug 03 08:50:27 2013 +0000
Revision:
51:18637a3d071f
Parent:
3:b4047e8a0123
Branch for CDC-ECM: Work in progress

Who changed what in which revision?

UserRevisionLine numberNew contents of line
daniele 3:b4047e8a0123 1 /*********************************************************************
daniele 3:b4047e8a0123 2 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
daniele 3:b4047e8a0123 3 See LICENSE and COPYING for usage.
daniele 3:b4047e8a0123 4
daniele 3:b4047e8a0123 5 Author: Andrei Carp <andrei.carp@tass.be>
daniele 3:b4047e8a0123 6 *********************************************************************/
daniele 3:b4047e8a0123 7
daniele 3:b4047e8a0123 8 #ifndef PICO_SIMPLE_HTTP
daniele 3:b4047e8a0123 9 #define PICO_SIMPLE_HTTP
daniele 3:b4047e8a0123 10
daniele 3:b4047e8a0123 11 extern int pico_startHttpServer(struct pico_ip4 * address);
daniele 3:b4047e8a0123 12 extern int pico_stopHttpServer(void);
daniele 3:b4047e8a0123 13
daniele 3:b4047e8a0123 14 #endif