Skip to content

Ethernet Connection Test Protocol (CTP) server built using Mbed OS

Notifications You must be signed in to change notification settings

mbed-ce/mbed-ethernet-ctp-server

Repository files navigation

Mbed OS CTP Server Application

This application implements a responder for Connection Test Protocol (CTP), aka Loop packets at the Ethernet layer. CTP packets are used as part of Mbed OS's test suite, and you must have a second Mbed board running this application present on the network for the EMAC test in the Greentea test suite to pass.

How to set up this project:

  1. Clone it to your machine. Don't forget to use --recursive to clone the submodules: git clone --recursive https://github.com/mbed-ce/mbed-ethernet-ctp-server.git
  2. You may want to update the mbed-os submodule to the latest version, with cd mbed-ethernet-ctp-server/mbed-os && git fetch origin && git reset --hard origin/master
  3. Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
  4. Set up the CMake project for editing. We have three ways to do this:
  5. Build the flash-ctp-server target to upload the code to a connected device.

About

Ethernet Connection Test Protocol (CTP) server built using Mbed OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published