# mbed-parking-meter-ethernet **Repository Path**: mirrors_ARMmbed/mbed-parking-meter-ethernet ## Basic Information - **Project Name**: mbed-parking-meter-ethernet - **Description**: mbed Parking Meter Endpoint (Ethernet) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mbed Parking Meter Endpoint (Ethernet) To compile locally, you need to install "mbed-cli" Example (Linux): % pip install -U "mbed-cli" Once installed: % git clone https://github.com/ARMmbed/mbed-parking-meter-ethernet % cd mbed-parking-meter-ethernet % mbed deploy % mbed target K64F % mbed toolchain GCC_ARM % mbed compile -m K64F -t GCC_ARM -c -j0 The compiled binary will be found in here: % cd .build/K64F/GCC_ARM/mbed-parking-meter-ethernet.bin Lastly, copy the "bin" file to your mbed device and reset the device