RCPServer.cpp
This the main application source file.
RCPServer.dsp
This file (the PROJECT file) contains information at the PROJECT level and
is used to build a single PROJECT or subPROJECT. Other users can share the
PROJECT (.dsp) file, but they should export the makefiles locally.
The PWM_1 PROJECT is a simple program for the STM32F103RBT6
using Keil MCBSTM32 Evaluation Board and demonstrating
the use of PWM (Pulse Width Modulation) with Timer TIM4.
This assessment requires the creation of three of the core classes of the auction PROJECT. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
This assessment creates an initial version of the auction PROJECT that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.