You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry cecd9af4f7 minor picoTCP driver section tweaks 10 years ago
..
include further picotcp api coverage 10 years ago
modules partially-working picoTCP integration 10 years ago
rules partially-working picoTCP integration 10 years ago
stack minor picoTCP driver section tweaks 10 years ago
.gitignore partially-working picoTCP integration 10 years ago
.travis.yml partially-working picoTCP integration 10 years ago
COPYING partially-working picoTCP integration 10 years ago
LICENSE partially-working picoTCP integration 10 years ago
MODTREE partially-working picoTCP integration 10 years ago
Makefile partially-working picoTCP integration 10 years ago
Makefile.watcom partially-working picoTCP integration 10 years ago
README.md partially-working picoTCP integration 10 years ago
mkdeps.sh partially-working picoTCP integration 10 years ago
modcheck.py partially-working picoTCP integration 10 years ago
uncrustify.cfg partially-working picoTCP integration 10 years ago

README.md

picoTCP


Welcome to the one and only picoTCP repository.

picoTCP is a small-footprint, modular TCP/IP stack designed for embedded systems and the Internet of Things. It's actively being developed by Altran Intelligent Systems. Textual information about picoTCP, you can find on the about page of our website.

This code is released under the terms of GNU GPL v2 only. Some rights reserved. Other licenses may apply at the sole discretion of the copyright holders.

Learn how to use picoTCP in your project by going through the Getting Started guide on our GitHub wiki.

For more information visit the picoTCP website, send us an email or contact us on Twitter, Facebook or Reddit.

Wondering about picoTCP's code quality? Check our TiCS score


Continuous integration

Jenkins Functional tests: Jenkins autotest

Jenkins Unit tests : Jenkins unit tests

Jenkins RFC compliance : Jenkins RFC Compliance

Jenkins TICS quality : Jenkins TICS

Coverity Scan Build status: Coverity Scan Build Status


Works with ...

Platforms

  • ARM Cortex-M series
    • ST Micro STM
    • NXP LPC
    • TI Stellaris
    • Freescale K64F
  • ARM ARM9-series
    • ST Micro STR9
  • Texas Instruments
    • MSP430
  • Microchip
    • PIC24
  • Atmel
    • AVR 8bit
  • Linux
    • User space (TUN/TAP)
    • Kernel space
  • Windows
    • User space (TAP)

Network drivers

  • BCM43362 (IEEE 802.11)
  • MRF24WG (IEEE 802.11)
  • LPC Ethernet ENET/EMAC (IEEE 802.3)
  • Stellaris Ethernet (IEEE 802.3)
  • STM32 Ethernet (IEEE 802.3)
  • Wiznet W5100 (IEEE 802.3)
  • USB CDC-ECM (CDC1.2)
  • PPP
  • Virtual drivers
    • TUN/TAP
    • VDE
    • Libpcap

(RT)OSes

  • No OS / Bare metal
  • FreeRTOS
  • mbed-RTOS
  • Frosted
  • linux / POSIX
  • MS DOS
  • MS Windows

Libraries

  • wolfSSL
  • mbedTLS
  • Mongoose RESTful library
  • MicroPython
  • HTTP library
  • ZeroMQ (WIP)
  • MQTT

Compilers

  • GCC
  • Clang
  • TCC
  • ARM-RCVT
  • IAR
  • XC-16
  • MSP-GCC
  • AVR-GCC

Your favorite not in the list? Check out the wiki for information and examples on how to port picoTCP to a new platform!