>>

XMOS TCP/IP STACK¶

This documentation covers the xtcp component for XMOS Devices found at:

http://www.github.com/xcore/sc_xtcp

Table of Contents¶

  • Overview
    • Component Summary
  • Resource requirements
  • H/W Development Platforms
  • TCP/IP Stack System Description
    • Software Architecture
    • IP Configuration
    • Events and Connections
    • TCP and UDP
    • New Connections
    • Receiving Data
    • Sending Data
    • Link Status Events
    • Configuration
    • Buffered API
  • Programming Guide
    • Getting started
      • Installation
      • Compilation and Demo Applications
    • Source code structure
    • An XTCP application (tutorial)
      • The toplevel main
      • The webserver mainloop
      • The webserver event handler
        • Handling Connections
        • Receiving Data
        • Sending Data
  • API
    • Configuration Defines
    • Data Structures/Types
    • Server API
    • Client API
      • Event Receipt
      • Setting Up Connections
      • Receiving Data
      • Sending Data
      • Other Connection Management
      • Other General Client Functions
      • High-level blocking client API
      • High-level buffered client API
  • References

XTCP TCP/IP Stack (2v0)

  • Overview
  • Resource requirements
  • H/W Development Platforms
  • TCP/IP Stack System Description
  • Programming Guide
  • API
  • References

Search